I'm using v0.3.11 in commit 6d63164b015c58f9634e6095cda36698e52c0b7b.
Nim Compiler Version 1.9.3 [Linux: amd64]
Compiled at 2023-04-01
Copyright (c) 2006-2023 by Andreas Rumpf
git hash: 1c7fd717206c79be400f81a05eee771823b880ca
active boot switches: -d:release
Thanks for the report. I had never read up on --panics:on so far. I've been using doAssert in quite a few places where I should have used a catcheable exception. #52 should fix it.
I need
panics:on
because I'm using CPS but when I enable it, a test fails to pass:I'm using v0.3.11 in commit 6d63164b015c58f9634e6095cda36698e52c0b7b.