Christian Taedcke
Christian Taedcke
@bigtreetech Any feedback here would be appreciated.
Please have a look: https://github.com/chrta/message_queuex/commit/8a57b6aabf796814b9bf795fc727323d7a6cc652 This works with std:tie() and std::tuple().
Hi Klaus, i would suggest the xml output from cobertura. [gcovr](https://github.com/gcovr/gcovr) also uses this to produce coverage reports from gcc gcov files: https://github.com/gcovr/gcovr/blob/master/scripts/gcovr#L1573
This is also interesting for files like .editorconfig or .clang-format so they can be used from other sub-folders.
Accepting pull requests...
@sikorapatryk Great, thank you. I will have a look at it. ~~Which hardware did you use? Some board that is readily available?~~ Edit: added strike-through
Sorry, but i don't know. It should be possible, since it is c++ code based on esp-idf, which is also the base of the esp arduino stuff. You have to...
Closing this issue due to inactivity.
The README.md still mentions: > The command line tool requires Go 1.7 or later. Is this the only place where this information is out-of-date?
Have you tried starting it like this: ``` GDK_BACKEND=x11 LD_PRELOAD=/usr/lib64/libstdc++.so.6 ./Ultimaker-Cura-5.1.1-linux.AppImage ``` (see https://github.com/Ultimaker/Cura/issues/12776#issuecomment-1200127332) I am using this with Cura 5.1.0 in fedora and have not tested any newer version....