3 Commits

Author SHA1 Message Date
Chris Robinson
9fbffd7853 Construct a string in a try block 2024-07-09 20:14:50 -07:00
Chris Robinson
09cf896ad5 Add missing include 2024-04-15 03:52:47 -07:00
Chris Robinson
9fcc3afd3c Clean up some asserts and add an alassert
Unlike a normal assert, alassert doesn't compile away in Release/NDEBUG builds,
making it useful for checks that must be true for continuing operation but may
not be due to unforeseeable/extenuating circumstances.
2024-04-13 20:12:32 -07:00