Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 516 Bytes

TODO.md

File metadata and controls

13 lines (11 loc) · 516 Bytes

(✗) ver. 1.0.0


🟥 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].

(✗) ver. 0.4.0


🟥 Separate suites into static library executions for allowing parallel compilation and linking. 🟥 Add UTF8 string assertion support.

(✗) ver. 0.3.0


🟩 Create a fail assertion -> fail("error message")