Skip to content

Commit 25c015c

Browse files
committed
[ci skip] Add note that this change may break SetOption() + ninja usage with fix
1 parent 8609d78 commit 25c015c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
102102
- AddOption and the internal add_local_option which AddOption calls now
103103
recognize a "settable" keyword argument to indicate a project-added
104104
option can also be modified using SetOption. Fixes #3983.
105+
NOTE: If you were using ninja and using SetOption() for ninja options
106+
in your SConscripts prior to loading the ninja tool, you will now
107+
see an error. The fix is to move the SetOption() to after you've loaded
108+
the ninja tool.
105109
- ListVariable now has a separate validator, with the functionality
106110
that was previously part of the converter. The main effect is to
107111
allow a developer to supply a custom validator, which previously

RELEASE.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
5656
- AddOption and the internal add_local_option which AddOption calls now
5757
recognize a "settable" keyword argument to indicate a project-added
5858
option can also be modified using SetOption.
59+
NOTE: If you were using ninja and using SetOption() for ninja options
60+
in your SConscripts prior to loading the ninja tool, you will now
61+
see an error. The fix is to move the SetOption() to after you've loaded
62+
the ninja tool.
5963
- ListVariable now has a separate validator, with the functionality
6064
that was previously part of the converter. The main effect is to
6165
allow a developer to supply a custom validator, which previously

0 commit comments

Comments
 (0)