You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in.nim(13) in
in.nim(11) main
assertions.nim(30) failedAssertImpl
assertions.nim(23) raiseAssert
fatal.nim(49) sysFatal
Error: unhandled exception: in.nim(11, 12) `msg == ""` expected empty string but got: something [AssertionDefect]
Expected Output
Successfully run
Additional Information
Found while evaluating exceptions semantics for implementation in CPS
$ nim -v
Nim Compiler Version 1.5.1 [Linux: amd64]
Compiled at 2021-05-23
Copyright (c) 2006-2021 by Andreas Rumpf
git hash: 61630c6aee56acf688c48c00f5a6711a59e79616
active boot switches: -d:release -d:nimUseLinenoise
The text was updated successfully, but these errors were encountered:
An effect of this is that the exception will be logically "leaked" for the remainder of the program.
Reproducible with both
exceptions:goto
andexceptions:setjmp
. Not reproducible withcpp
exceptions.Example
Current Output
Expected Output
Successfully run
Additional Information
Found while evaluating exceptions semantics for implementation in CPS
The text was updated successfully, but these errors were encountered: