🟥 Capture signals and segfaults for graceful exits. (using signal, jmp_buf, setjmp). 🟥 Do not swallow error when logging an array with less elements than expected e.g [1,2,3] with [1,2].
🟥 Separate suites into static library executions for allowing parallel compilation and linking. 🟥 Add UTF8 string assertion support.
🟩 Create a fail
assertion -> fail("error message")