summary refs log tree commit diff stats
path: root/tests/exception
Commit message (Collapse)AuthorAgeFilesLines
* Fixes test.Dominik Picheta2017-02-061-1/+1
|
* Add template tests for #3691.Dominik Picheta2017-02-061-4/+5
|
* Fixes incorrect scoping in semstmts.semTry.Dominik Picheta2017-02-061-1/+0
|
* More progress towards a working #3691.Dominik Picheta2017-02-031-1/+16
|
* WIP: `as` with generics.Dominik Picheta2017-02-021-6/+6
|
* WIP implementation of `except ExcType as ident` syntax. Refs #3691.Dominik Picheta2017-02-011-0/+10
|
* Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635Yuriy Glukhov2016-08-291-3/+3
|
* Fixed js codegen issue for uncaught exceptions.Yuriy Glukhov2016-08-271-3/+2
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-10/+10
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Fixed defer test.Yuriy Glukhov2015-08-071-0/+1
|
* destructors now work with overloaded assignment operators; fixes #2811; ↵Araq2015-08-051-1/+25
| | | | fixes #1632
* fixes #1888Araq2015-04-275-24/+24
|
* fixes #2476Araq2015-04-192-5/+5
|
* some love for the testsuite; fixed regressionsAraq2015-03-011-0/+18
|
* more tests greenAraq2014-08-315-18/+18
|
* Added test cases for return in except statements.Audun Wilhelmsen2014-02-232-0/+60
|
* Added tougher test case for return within finally statement.Audun Wilhelmsen2014-02-231-0/+40
|
* Fixed issue 391 (nested break in except-stmts)Audun Wilhelmsen2014-02-161-0/+45
|
* new tester; all tests categorizedAraq2014-01-1311-0/+304