Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues/0111 ctlrender pickup module_name function (#111) #112

Merged
merged 6 commits into from
Jan 6, 2023

Commits on Jan 4, 2023

  1. Issues/0111 ctlrender pickup module_name function (ampas#111)

    * fix module main function finding on Windows
    
    * add improved error handling when correct function name cannot be
      found
    ThomasWilshaw committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7e55934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a28692 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    4f000f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    efa79c3 View commit details
    Browse the repository at this point in the history
  2. reverting since we don't really expect both forward and backward slas…

    …hes to exist in the same filename string
    michaeldsmith committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    ec9431e View commit details
    Browse the repository at this point in the history
  3. ctlrender test: add test of bad function name

    * add a test that checks ctlrender fails when a ctl module does not
      contain a function name that is either main or the same as the
      module name
    
    * add incorrect_function_name.ctl
    ThomasWilshaw committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    e681e84 View commit details
    Browse the repository at this point in the history