Mats Wichmann
Mats Wichmann
Oddly, this warning seems to be coming from something Python itself does, not just from places we bypass `import` to do something more direct.
Yes, that's the one.
> Yes, we've been using it for the last 2 years. I would be happy to make a PR, but this is a very important change. It would be better...
> Where is this issue at? 3.12 has been out for a while, and `imp` has been removed; Build scripts fail to run for python 3.12 Hi - if you've...
So one design question is whether to favor command-line arguments, or internal project configuration. It feels to me like if you're going to make use of a supplemental remote cache,...
This seems to be the same as #2995 - maybe combine any non-duplicate information and close one?
Well, the error is a compiler error, not an SCons error - SCons has found and executed a compiler binary. It seems it's trying to create a file somewhere that...
SCons made this change: > - The `%TEMP%` and `%TMP%` external environment variables are now propagated automatically to the command execution environment on Windows systems. way back in > RELEASE...
> `USERPROFILE` does not appear to be imported from the environment until version 4.4.0. Yes, I think it missed the 4.3.0 release by a couple of weeks. ```diff diff --git...
> I don't see that he said those aren't defined..? That was us running off and speculating on possible causes, and now testing (thanks @jcbrill for confirming which case it...