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

Unknown variables from Variables file are now reported #4653

Merged
merged 2 commits into from
Nov 24, 2024

Commits on Nov 18, 2024

  1. Unknown variables from Variables file are now reported

    Previously Update added everything from the file(s) to the local
    values dict by doing "exec", and then unknown ones ended up silently
    dropped since they weren't declared as options. Now the result
    of the exec call is reprocessed so unknowns can be collected.
    
    Fixes SCons#4645
    
    Signed-off-by: Mats Wichmann <[email protected]>
    mwichmann committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a8ef7dd View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Update unittest for unkown variables

    Signed-off-by: Mats Wichmann <[email protected]>
    mwichmann committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    53c2522 View commit details
    Browse the repository at this point in the history