You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ means that that the package is compatible with `0.15` but that Catch2's own tests fail because of [a regression of LLVM 20](https://github.com/llvm/llvm-project/issues/140519).
✔ means that that the package is compatible but that Catch2's own tests fail because of [a regression of LLVM 20](https://github.com/llvm/llvm-project/issues/140519).
19
20
The error occurs when using `TEMPLATE_PRODUCT_TEST_CASE`: [Build failure with clang++ 20](https://github.com/catchorg/Catch2/issues/2991). If you don't use this macro you should be fine.
constadd_prefix=b.option(bool, "add-prefix", "Prefix all macros with CATCH_") orelsefalse;
12
8
constconsole_width=b.option(u32, "console-width", "Number of columns in the output: affects line wraps. (Defaults to 80)") orelse80;
13
9
constfast_compile=b.option(bool, "fast-compile", "Sacrifices some (rather minor) features for compilation speed") orelsefalse;
14
10
constdisable=b.option(bool, "disable", "Disables assertions and test case registration") orelsefalse;
15
11
constdefault_reporter=b.option([]constu8, "default-reporter", "Choose the reporter to use when it is not specified via the --reporter option. (Defaults to 'console')") orelse"console";
0 commit comments