We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80892c0 commit 8609d78Copy full SHA for 8609d78
CHANGES.txt
@@ -102,9 +102,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
102
- AddOption and the internal add_local_option which AddOption calls now
103
recognize a "settable" keyword argument to indicate a project-added
104
option can also be modified using SetOption. Fixes #3983.
105
- SCons.Environment to SCons.Util to avoid the chance of import loops.
106
- Variables and Environment both use the routine and Environment() uses
107
- a Variables() object so better to move to a safer location.
108
- ListVariable now has a separate validator, with the functionality
109
that was previously part of the converter. The main effect is to
110
allow a developer to supply a custom validator, which previously
0 commit comments