chrchr-github
chrchr-github
> Thanks. Please update `CLIENT_VERSION` in `tools/donate_cpu_lib.py` as well. AFAIK we intended to leave the detection commented out until 2.15 is released. Not sure if the version number needs to...
@cgzones How do you wish to be credited in the Authors file?
> > How do you wish to be credited in the Authors file? > > As 'Christian Göttsche'. Done: https://github.com/danmar/cppcheck/commit/15bdd976b42ba5d693703d5baf6c5f1673182850
Unknown macros often lead to ... `unknownMacro` errors (no surprise there). Is there a platform in our CI where a test file `zephyr.cpp` could be compiled?
Looks like this is true for Qt6+: https://doc.qt.io/qt-6/qvector.html We should probably adapt `qt.cpp` to reflect that. Actually, it sounds like QList has become QVector (elements are contiguous), so QVector seems...
I just think it's odd that Qt has changed the behavior of one of its favorite containers so that its now a misnomer...
There is unchecked `##` processing here (as opposed to `Macro::expandHashHash()`: https://github.com/danmar/simplecpp/blob/3588ca804f80e1f0abbcaaf15afdf65c7c9d630e/simplecpp.cpp#L3742
> It looks like a token `,,` is created somehow. That's INNER_COMMA, but it's only reset in one of the `Macro::expand()` overloads.
I think I tested with head already.
You're correct, it has been fixed. Should we add a test case?