Skip to content

Revert a breaking change to Variables() - #4895

Merged
bdbaddog merged 1 commit into
SCons:masterfrom
mwichmann:undo-varfile
Aug 20, 2026
Merged

Revert a breaking change to Variables()#4895
bdbaddog merged 1 commit into
SCons:masterfrom
mwichmann:undo-varfile

Conversation

@mwichmann

Copy link
Copy Markdown
Collaborator

In 4.11.0, via PR #4875, a saved-Variables file was looked up through a File node. This change is (temporarily) reverted due to side effects; Variables returns to reading the file directly with open/read.

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 RELEASE.txt (and read the README.rst).
  • I have updated the appropriate documentation

In 4.11.0, via PR SCons#4875, a saved-Variables file was looked up through
a File node. This change is (temporarily) reverted due to side effects;
Variables returns to reading the file directly with open/read.

Signed-off-by: Mats Wichmann <mats@linux.com>
@mwichmann mwichmann added the Variables Variables() subsystem label Aug 19, 2026
@bdbaddog
bdbaddog merged commit c134f8d into SCons:master Aug 20, 2026
10 of 12 checks passed
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.

2 participants