Mats Wichmann

Results 557 comments of Mats Wichmann

Honestly, no clue. It feels like letting MSVC_VERSION also take a more specific version string wouldn't hurt anything, here's the current claim: ``` MSVC_VERSION Valid values for Windows are 14.2,...

Note to self (or rather to create a github xref)... tried to capture the detection flow in a README file added by #3690 (unmerged as of this writing). Would want...

For me, the 14.1Express support was a recent addition, and so "not fully debugged" isn't that surprising. My tests were on a VM that has *only* express, so I wouldn't...

This morphed to a doc request: worth doing?

It appears SCons knows about this deprecation and avoids using `/Yd` if it knows via `MSVC_VERSION` that it's a later compiler, but doesn't try the alternative suggested here, just leaves...

I think they had a problem, but I'm trying to sort if the problem is actually solved by a code change which never got the corresponding bug closed (so -...

From the Verify Package section of the GH Actions report: ```console 1s Run ls -l build/dist total 23932 -rw-r--r-- 1 runner docker 4156653 Nov 5 19:23 SCons-4.2.0-py3-none-any.whl -rw-r--r-- 1 runner...

Maybe this is a "sconslint" issue (see #3879)? I've seen several comments elsewhere that checking construction vars would be too expensive.

Move `add_all_to_env` up above the adding of the `.i` and `.i90` suffixes?