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

Test: Reload modules #7

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Commits on Jul 3, 2022

  1. Add shell test

    tingstad committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    2c7cf1d View commit details
    Browse the repository at this point in the history
  2. Reload watched (sub)modules automatically

    Adds a new step, ReloadModules, which reloads all watched modules except for the init module.
    
    This step needs to know which modules have changed, which is currently only available in the main loops variables (new_changed, last_changed), so I pass this information to the step if it's named "ReloadModules". Other alternatives could be some global state, or passing some general state to all the steps.
    tingstad committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    22ea81e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef7cf71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e58b5d4 View commit details
    Browse the repository at this point in the history
  5. Test: sub-module reload

    tingstad committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    87cc272 View commit details
    Browse the repository at this point in the history