Joseph Brill
Joseph Brill
> The GH images are preinstalled only with "supported" Python versions, so 22.04/3.9 would be the oldest just depending on Github's setup. Of course, you can get more versions from...
Full workflow file content for the curious: ``` # This is a basic workflow to help you get started with Actions name: SCons Full Test Suite on Linux # Controls...
@mwichmann Need review of Tool/msvs.py changes to function GenerateProjectFilesInfo. I believe all elements of the loop should share the same project GUID but I'm not sure. Passing a project GUID...
There is an issue with the Tool/msvs.py changes to function GenerateProjectFilesInfo. It works as expected for the test suite and would be fine in production if there is only one...
@mwichmann The is an odd test/Docbook/basic/html/html_cmd.py failure. ``` 350/1285 (27.24%) C:\Python38\python.exe test\Docbook\basic\html\html_cmd.py STDOUT ========================================================================= scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... C:\ProgramData\chocolatey\bin\xsltproc.EXE -o...
Thank you. There is a lengthy commit message for the last commit: https://github.com/SCons/scons/pull/4610/commits/76839d932e31aeb092f31fd1d81922aba193b446 I believe there were two unreported bug fixes and a minor change in behavior in the commit....
> do we need any doc updates here? Any functional changes not covered by docs? YES! An optional argument was added to MSVSProject (e.g., projectguid="{MYUSERGUID}"). It was either add an...
The "projectguid" is retrieved from the environment. It needs to be added to the MSVSProject arguments *documentation*.
Need to review the documentation AND the code.