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

Variables cleanup: EnumVariable #4523

Merged
merged 1 commit into from
May 10, 2024

Conversation

mwichmann
Copy link
Collaborator

Part 2 of a series, updating the EnumVariable implementation, tests and docstrings. While this is a small change, it looks bigger in the diff, due to the conversion of a series of lambdas to inner fuctions (fixing a pylint complaint)

  • I have created a new test or updated the unit tests to cover the new/changed functionality.
  • I have updated CHANGES.txt (and read the README.rst)
  • I have updated the appropriate documentation

Part 2 of a series, updating the EnumVariable implementation,
tests and docstrings.  While this is a small change, it looks
bigger in the diff, due to the conversion of a series of lambdas
to inner fuctions (fixing a pylint complaint)

Signed-off-by: Mats Wichmann <[email protected]>
@mwichmann mwichmann added maintenance Tasks to maintain internal SCons code/tools Variables Variables() subsystem labels May 10, 2024
@bdbaddog
Copy link
Contributor

No CHANGES.txt/RELEASE.txt?

@bdbaddog
Copy link
Contributor

Looks good. If you can add a changes/release blurb. It's ready to merge.

@mwichmann
Copy link
Collaborator Author

No CHANGES.txt/RELEASE.txt?

as noted, the comment for BoolVariable was intended to be generic across the series, so, no, no additional changelog.

@bdbaddog bdbaddog merged commit 45a9e25 into SCons:master May 10, 2024
4 of 5 checks passed
@mwichmann mwichmann added this to the 4.8 milestone May 10, 2024
@mwichmann mwichmann deleted the maint/Variables-enum branch May 10, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Tasks to maintain internal SCons code/tools Variables Variables() subsystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants