-
I got a bug report in Catch2, that with the specific combination of
* Clang 19.1
* libstdc++ as the stdlib
* C++23 as the language mode
a relatively simple assertion comparing two tuples d…
-
I have a single test case, and it can process multiple input files.
File1:
{
"configuration":{}
"assertions":[
{}, {}
]
}
Similarly, we have file 2 as well.
When I test with only one…
-
Expecty macro libary has been historically maintained by @Baccata, me, and Eugene Yokota, the current maintainer of the fork.
The code from it has been inlined and improved in the Verify testing fr…
-
pokecrystal now requires rgbds 0.6.0, but the FAQ still mentions 0.5.2. There are also more potential error messages now due to deprecated or removed syntax.
People also frequently ask about the ta…
-
Having alternative assertion macros in the style of
```
HPX_ASSERT_EQ(x, 3);
```
which print the value of `x` when the assertion fails would be nice to have to make debugging slightly easier/fast…
-
We should parse the `cfg_attr` attributes in our `oxc_ast_tools`/`oxc_ast_macros` and use them to find conditional `generate_derive` usages.
This should be implemented in the same way that `generat…
rzvxa updated
1 month ago
-
## Description
The current assertion macros can only assert on either exception type or exception message. However, in my use case, I need to assert that it has a specific exception code.
Can we…
-
**Describe the bug**
The pull request https://github.com/mesonbuild/meson/pull/12683 introduced passing assertion modes when ndebug is not set. IMO this is incorrect behavior as ndebug is supposed …
-
Current implementation relies on scala 2 annotation macros.
There is no way to generate new methods/objects with scala 3 macros, so the current approach is not applicable to scala 3.
Additionall…
-
Hi!
I recently switched to using _Scala_ 2.12, and have since found that _Unidoc_ fails when processing sources containing macro definitions. Specifically, an assertion error results.
The `Ymacr…