Alexander Grund
Alexander Grund
### Brief problem description The exit code cannot be used to determine if `b2 --version` ran successfully ### Steps to reproduce the issue `b2 --version; echo $?` ### Actual behavior...
**Describe the bug** I tried uploading a coverage file from GitHub Actions and noticed that the path fixup didn't work anymore. I traced that to this issue: `GitVersioningSystem.is_available` only returns...
Inspecting the function I see some corner cases that could yield wrong values and/or overflow. What I suspect: - There is an off-by-one error in the buffer size which causes...
The code to check for rounding isn't tested: https://github.com/boostorg/charconv/blob/8fbdb8a08bf0d926b61dfdfea2872f019c8d3608/include/boost/charconv/detail/parser.hpp#L314-L326 I guess the initial idea was: - Use a buffer 1 **larger** than the max significant digits (see also https://github.com/boostorg/charconv/pull/243) -...
**Describe the bug** When running `benchmark_random_interleaving_gtest` I only get an exit code "1" (failure) but no output at all. **System** Which OS, compiler, and compiler version are you using: -...
It seems that OpenMPIs build process adds rpath entries for all libraries linked. This leads to problems when custom libraries from different locations are used. See https://github.com/ofiwg/libfabric/issues/11021 for details of...
**Describe the bug** When using a markdown table the spell checker considers the last word of the last cell in a row adjacent to the first word of the first...
### Bug description When returning a class variable from an instance the type is not correctly detected and E1133 is raised although a list will be returned. To show I...
This might be another effect of https://github.com/PyCQA/isort/issues/1704 but it seems different enough to have an own issue. In short: We import a module from the same package using an absolute...
Related to #210 When using subTest the subtests will be counted in the "tests" attribute but no testcase element is generated so the numbers won't match. Example for a single...