Joseph Brill
Joseph Brill
Merged PR #4534 addresses this issue. I believe this issue can be closed.
PR #4610 assumes that solution files are invalid as Project definitions and filters the solution files from the projects list prior to generating solution files. Tests results: * *Output Layout*:...
Test: one MSVSProject auto_build_project (Test1.vcxproj and Test1.sln) and one MSVSSolution (Test.sln: Project Test1.vcxproj, Project Test1.sln). When opening Test.sln, the VS IDE complains the Test1.sln Project is either not supported or...
The ninja iterative_speedup test seems to be failing sporadically in the windows-2022/windows-latest environment. One change that seems to get around the issue is to increase the number of source files...
MSVC cache file changes. Old format (verified `VCToolsInstallDir` path): ``` [ { "key": [ "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\Build\\vcvars64.bat", null ], "data": { "INCLUDE": [ ... ], "LIB": [ ... ],...
> Why not use a tuple of the keep variables and the shell environment variable, instead of this encoded bit? Purely space savings. The serialized string written to, and read...
The other "issue" with the cache is that reading/writing the cache file which involves serialization/deserialization from json takes place in `MSCommon/common.py`. The cache key and data structures are maintained in...
@mwichmann Check for misinformation? > [!IMPORTANT] The encoded strings were replaced with strings representing the joined (":"), normalized, sorted, and unique list of variable names. The prior encoding was based...
@mwichmann New failure on Windows. `test\Parallel\failed-build\failed-build.py` failed in the "Full Test Suite on Windows" and the appveyor "Visual Studio 2019; Environment: WINPYTHON=Python39". Based on the error reported, I would not...