Alexander Grund
Alexander Grund
## Problem Description We install Spyder alongside other globally installed Python packages that are in non-standard locations. To make Python find them we either add the locations to `$PYTHONPATH` or...
I tried running the tests after building harfbuzz 9.0.0 however that single test fails with 4 failed tests: ``` ERROR: ttx for expected and actual does not match. Test State:...
`skip[a]` is documented as "Re-establish the skipper that got inhibited by lexeme or no_skip. " It is underspecified if that applies to the outer and/or inner skipper. Take this example:...
https://www.boost.org/doc/libs/1_86_0/libs/spirit/doc/x3/html/index.html reads > Spirit X3 in Boost 1.81 (scheduled to November 2022) will use C++17 features. Same in the repo readme. That should be updated to at least reflect a...
When I open the documentation spirit 2 is shown: https://www.boost.org/doc/libs/1_86_0/libs/spirit/doc/html/index.html Only a remark-like comment at the bottom reads: > For the newest (C++14) version, please follow to [Spirit.X3](https://www.boost.org/doc/libs/1_86_0/libs/spirit/doc/x3/html/index.html) I found...
Although this is documented it was not implemented. Make both folders optional defaulting to the campaign folder. I also restricted this to a single subfolder. If it contains anything else,...
This fixes #1705 but is a larger rework to make campaign handling easier and more flexible. The reason for the bug was that the campaign file is loaded repeatedly, especially...
Fixes #1695 Fixes #1668 The cause is in both issues the same: One soldier involved in an upcoming free fight is waiting for the other. That aborts the free fight...
Remove the pitfall where missing components were filled with empty strings that are less than any other value. The common expectation is that trailing zeroes are equal to zeroes. I...
The current usage was confusing as it isn't clear what should be overridden and what should be used. See #4340 - Make `make_extension_string` a free function to just provide a...