Mats Wichmann
Mats Wichmann
Here, or cookbook? Now we've got two it's getting confusing...
Neither the now-deprecated `pathlib.PurePath.is_reserved`, nor the new `ntpath.isreserved` that this is supposed to match, define what "reserved" means. Can't create? Without that, this is essentially impossible to discuss - it...
> What's inaccurate here? Lengths? `NAME_MAX` and `PATH_MAX` are implementation-defined, fwiw. (except that they cannot be shorter than 14 and 256, respectively).
There are some mysterious fails due to adding the Windows runner, I guess I should have listed them here. ``` Failed the following 39 tests: test\CPPDEFINES\pkg-config.py test\Interactive\added-include.py and 25 others...
> On windows, when using the default `pathext` argument(i.e., `pathext=None`) for the `where_is` function invocation, all path extensions are tested with the basename. It appears that the Strawberry Perl bin...
Never heard of Strawberry Perl, so I didn't realize it was a "thing", just thought the CI image had some weird paths. But it is a Thing indeed... http://www.strawberryperl.com/. So...
Problems found with thie Windows runner moved to #4539
Ah. This fails tests, because there are places where the warning (that wasn't previously raised) is triggered, and since it didn't happen before, the tests are not written to expect...
That's more interesting than I expected - looks like this is an internal action - it comes from the `Textfile` builder, and the comments in `SCons/Tool/ninja/NinjaState.py` make me think a...
Flagging this WIP/draft until some questions are answered.