Oliver Stöneberg
Oliver Stöneberg
> These issues can be addressed without reverting the PR. I do have #8016 to address the `BUILD_CORE_DLL` issue, and I am working on some other updates to try to...
gcc and clang reject this ``` a.cpp:2:4: error: unterminated argument list invoking macro ‘S’ 2 | S(, | ```
There is actually a check which is not dependent on the matchcompiler. `checkRedundantNextPrevious()` will detect redundant patterns when working on tokens. But I think it should be fine since such...
Splitting `cli` from `lib` in the scanning has the unfortunately side effect that the selfcheck is now busy with `cli/cmdlineparser.cpp` which is the longest file and will no longer process...
This could be combined with the existing ASAN build.
Example of one of the `alignment` errors (no idea if it is valid): ``` libipm_send.c:234:9: runtime error: store to misaligned address 0x55d733cc2c0d for type 'unsigned int', which requires 4 byte...
> Example of one of the `alignment` errors (no idea if it is valid): `-Wcast-align` might show these issues at compile-time.
> What are your thoughts on this? We may need some wider discussions. I have no thoughts on that. I rarely (never?) had to deal with alignment stuff so it...
To lighten the amount of additional jobs in the CI I would be open to not include `macos-13` at all. As `macos-14` is using the ARM-based M1 processor I would...
Somehow `-w` is not working with `macos-13`.