Tommo Zhou
Results
2
issues of
Tommo Zhou
### Description ```nim proc call() = raise newException(ValueError, "no value") call() ``` When compiled with --d:useNimRtl, The program crashed while printing the unhandled exception information. *maybe related: Also, I encountered...
### Nim Version ``` Nim Compiler Version 2.3.1 [Windows: amd64] Compiled at 2025-03-21 Copyright (c) 2006-2025 by Andreas Rumpf git hash: ab14e0b550119ab6a56623276d57afdf6e5a7e40 active boot switches: -d:release ``` ### Description This...