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

Teach Clone() to respect the variables= kwarg. #4553

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

mwichmann
Copy link
Collaborator

Previously, "variables" would just be set as a construction var, now it has the same meaning as an Environment() call. Docs updated and test added.

Fixes #3590

Contributor Checklist:

  • 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

Previously, "variables" would just be set as a construction var,
now it has the same meaning as an Environment() call. Docs updated
and test added.

Fixes SCons#3590

Signed-off-by: Mats Wichmann <[email protected]>
@mwichmann mwichmann added the Variables Variables() subsystem label Jun 6, 2024
@bdbaddog bdbaddog merged commit a99da7c into SCons:master Jun 6, 2024
6 of 7 checks passed
@mwichmann mwichmann added this to the 4.8 milestone Jun 6, 2024
@mwichmann mwichmann deleted the clone-variables branch June 6, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Variables Variables() subsystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clone() does not honor 'variables' argument
2 participants