We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var x = "123" doAssertRaises(IndexDefect): discard x[0..99]
gives with Orc or goto exceptions
Error: unhandled exception: expected raising 'IndexDefect', instead nothing was raised by: discard x[0 .. 99] [AssertionDefect]
ref #19972
The text was updated successfully, but these errors were encountered:
fixes #20026; cancel optimizations for public procs in the system
107e643
fixes #20026; marks system procs which can raise defects (#20864)
0448f30
* marks system procs which can raise defects * add tests * add more systemRaisesDefect * add comment
fixes nim-lang#20026; marks system procs which can raise defects (nim…
545d015
…-lang#20864) * marks system procs which can raise defects * add tests * add more systemRaisesDefect * add comment
605d827
655e3e8
ringabout
Successfully merging a pull request may close this issue.
gives with Orc or goto exceptions
ref #19972
The text was updated successfully, but these errors were encountered: