Alexander Grund
Alexander Grund
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...
GCC 15 has a few more quirks like less implicit includes and more available diagnostics, see #1768 We should add GCC 15 to CI and fix all issues.
This removes accidental quotes. With them a library "nullptr" would be tried to open which virtually never exists. With `nullptr` the current program is referenced which was likely intended
`atexit` is used to `eglTerminate` the `EGL_DISPLAY` Any context created using that will fail in `glDestroyContext` because a stale display is used, i.e. one that was already terminated. Avoid this...
## Summary by Sourcery Chores: - Added missing standard library header for integer types Also requires https://github.com/satoren/kaguya/pull/112 for e.g. the output operator for `nullptr`
- C++17 defines an output operator for nullptr so we need to remove the custom one. - GCC 13 warns about the "dangling references" returned by get which is a...
Lua 5.4 actually sets `nresults` in `lua_resume` which previously was hardcoded to 1. This exposes an error with the start index passed to `FunctionResultProxy::ReturnValue`: - The number of results is...
Only consider processors with an APIC_ID as valid. For processors with Hyperthreads but disabled SMT the APIC_ID will never be set by CPUInfo and stays zero for the "disabled" threads....
For the easyconfigs repo there already is a bot automatically tagging PRs by type. I propose adding a bot to all repos that adds size tags. I've seen those in...