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

Improve how Test handles #@exec comments in .tst files (by executing these earlier to allow #@if comments to depend on them) #5049

Merged
merged 2 commits into from
Sep 21, 2022

Commits on Sep 14, 2022

  1. Fix typos

    endif -> fi
    zickgraf committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    0ea4c17 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Execute #@exec earlier to allow #@if to depend on it

    If one wants to use code from packages in #@if, one can now load those
    packages via #@exec.
    zickgraf committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    150ee0f View commit details
    Browse the repository at this point in the history