-
common helpers for malli assertions for tests. Can be done in user space, but, might be handy as a ns like `malli.test`.
From Slack:
> aaron51 21 hours ago
> Yes, it is straightforward enough …
-
The original intention behind `Assertion` is that we could achieve a nice rendered output message for failed assertions in a compositional way, without macros. However, given that Scala 3 macros are s…
-
## Observed Behavior
Building ibex without INC_ASSERT define fails due to missing guard in [ibex_core.sv](https://github.com/lowRISC/ibex/blob/master/rtl/ibex_core.sv#L1858).
## Expected …
Kyrhe updated
1 month ago
-
Like https://github.com/nodejs/node/issues/53633 which was for gcc 12 and fixed in commit f4a7ac5e1842c0f4629a0bebfda38f2502a2ee41 but with clang 15.0.7 on x86_64 linux I get the exact same build erro…
-
Asserts are used only when debugging the engine and most of them should be disabled for game development builds. A lot of these asserts are used in template functions, which means they're active in ga…
-
[Official Repo Tracking Issue](https://github.com/model-checking/verify-rust-std/issues/59)
Tasks :
1. Write a proof for verifying the absence of arithmetic overflow/underflow and undefined beha…
-
While I understand the value some appreciate from "power assertions" and similar, I think that this library should keep things simple and not introduce its own macros.
I agree that sourcecode's mac…
-
Currently assertion macro tests in AfxAssert.h and Assertx.h are skipped in Release. They should test that the macros resolve to nothing.
-
When I was first exposed to the xUnit frameworks (SUnit, jUnit, nUnit, etc., see http://xunitpatterns.com/xUnit.html), I noted that
- The xUnit frameworks use a semantics of aborting the entire tes…
-
Add unit tests to the code. This definitely should have been one of the first things to do, but better late than never. Unit tests should be independent of the database, manual integration testing sho…