File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
6363 - Make sure cProfile is used if profiling - SCons was expecting
6464 the Util module to monkeypatch in cProfile as profile if available,
6565 but this is no longer being done.
66- - Cleanup in Util.AddMethod; detect environment instances and add
67- them using MethodWrapper to fix #3028. MethodWrapper moves to Util.
66+ - Cleanup in SCons.Util.AddMethod. If called with an environment instance
67+ as the object to modify, the method would not be correctly set up in
68+ any Clone of that instance. Now tries to detect this and calls
69+ MethodWrapper to set up the method the same way env.AddMethod does.
70+ MethodWrapper moved to Util to avoid a circular import. Fixes #3028.
6871
6972 From Simon Tegelid
7073 - Fix using TEMPFILE in multiple actions in an action list. Previously a builder, or command
You can’t perform that action at this time.
0 commit comments