Kevin Puetz
Kevin Puetz
**Description** When integrating other reporting into catch2, e.g. https://github.com/rollbear/trompeloeil/blob/main/include/catch2/trompeloeil.hpp or a https://doc.qt.io/qt-6/qtlogging.html#QtMessageHandler-typedef, it's often the case that you already have source_location about where the message *really* originates from. But right...
This avoids a two-step dance of first capturing a local variable and then doing a roundabout CHECK(false); The previous approach produces a somewhat cluttered error message, that primarily describes the...
I just encountered a weird problem where none of my mocks would compile after switching a project from Qt 5.15 to Qt6; when I tracked it down, the problem was...
### Describe the bug Conan version 2.22.1 ### How to reproduce it #### lib_a/conanfile.py ```py from conan import ConanFile class ConanLibA(ConanFile): name = "lib_a" package_type = "header-library" ``` `conan export...
### What is your question? As we port more cross-compile scenarios to conan 2, I just hit some cases where the compatibility() fallbacks of packages don't seem to work in...