William Deegan
William Deegan
Seems like it would be simpler to just make everything `local_only` and not `keep_local` also calling `Help()` in your SConscript calls SCons.SConscript.Help(), and not PrintHelp() (not directly). Help() calls HelpFunction()...
Replacing this with #4670
@jcbrill - and you could disable that sanity testing for those cross platform enabled testing?
@jcbrill - in the past not all developers had access to MSVC. And we didn't always have a windows CI machine. So there was value in supporting any tests which...
@mwichmann - did you mean to close this?
Can you describe or share your custom Builder/Action? Version of Python? Version of SCons?
Can you expand on what `internal_function_to_execute_some_command` does? Even a sanitized code snippet could provide some insight.. Are you calling any builders in that action?
> > ```python > > DefaultEnvironment(tools=[]) > > ``` > > That does fix the issue so I guess Experiment succeeded. > > > Can you expand on what `internal_function_to_execute_some_command`...
@bwuerkner I think we'll close this PR and leave the Issue #4426 as a place to ponder this rare issue further? If you think that's the wrong path please comment...
Minimally the builder needs to have `multi=true`, and beyond that it's dumping the second (or any but the first variants specified.) (See mailing list thread referenced above)