Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 274 Bytes

TODO.md

File metadata and controls

4 lines (4 loc) · 274 Bytes
  • Create a fail assertion -> fail("error message")
  • Add UTF8 string assertion support
  • Do not swallow error when logging an array with less elements than expected e.g [1,2,3] with [1,2]
  • Capture signals and segfaults for graceful exits. (using signal, jmp_buf, setjmp)