File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
95
95
cause runtest to give up with an "unknown error code".
96
96
- Updated the notes about reproducible builds with SCons and the example.
97
97
- The Clone() method now respects the variables argument (fixes #3590)
98
- - is_valid_construction_var (not past of the public API) moved from
99
- Environment.py to Util to avoid the chance of import loops. Variables
98
+ - is_valid_construction_var() (not part of the public API) moved from
99
+ SCons.Environment to SCons. Util to avoid the chance of import loops. Variables
100
100
and Environment both use the routine and Environment() uses a Variables()
101
- object so better to move to a safter location.
101
+ object so better to move to a safer location.
102
102
103
103
104
104
RELEASE 4.7.0 - Sun, 17 Mar 2024 17:22:20 -0700
Original file line number Diff line number Diff line change @@ -107,7 +107,10 @@ DEVELOPMENT
107
107
which means no tests were run. SCons/Script/MainTests.py currently
108
108
has no tests, so this particular error code is expected - should not
109
109
cause runtest to give up with an "unknown error code".
110
-
110
+ - is_valid_construction_var() (not part of the public API) moved from
111
+ SCons.Environment to SCons.Util to avoid the chance of import loops. Variables
112
+ and Environment both use the routine and Environment() uses a Variables()
113
+ object so better to move to a safer location.
111
114
112
115
Thanks to the following contributors listed below for their contributions to this release.
113
116
==========================================================================================
You can’t perform that action at this time.
0 commit comments