Mats Wichmann
Mats Wichmann
there are no packages for f17 yet, and the ones for f15/f16 are still broken due to newer fedora ruby (see issue #25 for that one)
For the last week or so, the fedora packages don't work due to Fedora ruby update putting thing out of sync. --> Finished Dependency Resolution Error: Package: 1:rubygem-passenger-native-libs-3.0.12-1.fc16_1.8.7.357.x86_64 (@passenger) Requires:...
Part 2 of a series, updating the `EnumVariable` implementation, tests and docstrings. While this is a small change, it looks bigger in the diff, due to the conversion of a...
No claim is made about when it will actually be dropped, but some notice seems polite. Reworded the text of the version warning. RELEASE contains a note on how to...
Recorded so it's in the issue tracker. With preview builds of Python 3.10 (where warnings are noisier than production Pythons), we get a lot of: ``` DeprecationWarning: the load_module() method...
A preprocessor identifier `__has_include` was added to the C standard in the 2023 edition; the same identifier has appeared in the C++ standard since the 2017 edition (one of the...
The C++ standard defines a number of headers which do not have filename suffixes. This seems to cause problems when the scanner detects usage of such a header and a...
This issue comes from the mailing list thread at https://pairlist4.pair.net/pipermail/scons-users/2024-April/009346.html Some of the default values of macro-like construction variables depend on the behavior that, when substituted, a token representing a...
It's known that it's hard for the TEX scanner to recognize all files that are included and put them into the dependency graph (see #1730 for a mention of the...
Part 4 of a series, updating the `PathVariable` implementation, tests and docstrings. Changelog note was merged in Part 1. ## Contributor Checklist: * [X] I have created a new test...