summary refs log tree commit diff stats
path: root/tests/exception
Commit message (Expand)AuthorAgeFilesLines
* fixes #22469; generates nimTestErrorFlag for top level statements (#22472)ringabout2023-08-142-0/+20
* Testcase for #22008 (#22320)SirOlaf2023-07-231-0/+8
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-111-7/+0
* fixes #21261; always checking `nimTestErrorFlag` in the main module (#21288)ringabout2023-01-242-0/+10
* An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)ringabout2022-11-241-4/+4
* Remove side-effects from sysFatal with panics on (#20632)Tanguy2022-10-241-0/+8
* defaults to ORC (#19972)ringabout2022-09-231-0/+1
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-031-1/+1
* nimRawSetjmp: support Windows (#19197)Ștefan Talpalaru2021-12-102-2/+134
* fix #18620 (#18624)flywind2021-08-011-0/+17
* Revert "Make 'echo' raise IOErrors when appropriate (#16367)" (#18460)Miran2021-07-081-11/+0
* tests/exception/tsetexceptions.nim not joinable (#18264)Timothee Cour2021-06-171-0/+3
* Revert "system/excpt: check if the exception is not nil before pop (#18247)" ...Andreas Rumpf2021-06-171-7/+0
* system/excpt: check if the exception is not nil before pop (#18247)alaviss2021-06-141-0/+7
* added a test case ensuring exception inference continues to workAraq2021-06-111-0/+32
* close #18129 Add setCurrentException for JS backend (#18145)flywind2021-06-011-0/+8
* refs #18011 disable some newly failing tests on cpp windows; refs #17946 incr...Timothee Cour2021-05-141-1/+3
* Make 'echo' raise IOErrors when appropriate (#16367)Matt Haggard2020-12-181-0/+11
* testament: error instead of silently ignore invalid targets; remove pointless...Timothee Cour2020-12-141-1/+1
* fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...Timothee Cour2020-12-111-10/+36
* testament: error instead of silently overwrite a spec (#16166)Timothee Cour2020-11-291-5/+4
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-282-2/+4
* fix #13115 (#15930)flywind2020-11-271-0/+13
* fix #10343 (#14789)Timothee Cour2020-06-241-2/+3
* fix #14369 (#14386)cooldome2020-05-181-0/+10
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-282-4/+4
* Fix #14091 and #14093 - test failures on NetBSD (#14096)Euan2020-04-241-0/+1
* #12103 - CI for OpenBSD (#12105)Euan2020-04-211-0/+1
* faster CIs (#13803)Miran2020-03-301-31/+0
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-191-12/+11
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-1/+35
* fixes #11618 (#11969)Andreas Rumpf2019-08-171-1/+2
* fixes #11309 (#11310)Andreas Rumpf2019-05-231-0/+28
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-132-0/+54
* Rework exception handling in the VM (#10544)LemonBoy2019-02-081-0/+51
* Fix semantic analysis with noReturn proc in tail pos (#10422)LemonBoy2019-01-231-0/+10
* [CI] now enables `NIM_COMPILE_TO_CPP=true` to run without allow_failures (#10...Timothee Cour2019-01-171-0/+2
* Fix defer not not-working at top level (#10191)Neelesh Chandola2019-01-071-9/+1
* require errormsg to be specified before file.Arne Döring2018-12-1112-36/+13
* don't raise exception in the default handler (#9783)alaviss2018-11-221-0/+6
* disable some tests for the C++ target; refs #7870Araq2018-11-151-34/+0
* Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)cooldome2018-10-281-1/+3
* Merge branch 'Fixes-7845' of https://github.com/cooldome/Nim into cooldome-Fi...Araq2018-10-151-0/+15
|\
| * Fixescooldome2018-06-121-1/+0
| * Fixes 7845cooldome2018-06-101-0/+16
* | fixes more nil handling regressionsAraq2018-08-131-2/+2
* | make tests green againAndreas Rumpf2018-07-051-2/+2
|/
* Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)cooldome2018-04-101-0/+134
* fixes #7414 (#7434)cooldome2018-03-291-1/+21
* Allow only single infix as in except branches. Fixes #7115 (#7132)cooldome2018-03-081-0/+8