Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes test. | Dominik Picheta | 2017-02-06 | 1 | -1/+1 |
| | |||||
* | Add template tests for #3691. | Dominik Picheta | 2017-02-06 | 1 | -4/+5 |
| | |||||
* | Fixes incorrect scoping in semstmts.semTry. | Dominik Picheta | 2017-02-06 | 1 | -1/+0 |
| | |||||
* | More progress towards a working #3691. | Dominik Picheta | 2017-02-03 | 1 | -1/+16 |
| | |||||
* | WIP: `as` with generics. | Dominik Picheta | 2017-02-02 | 1 | -6/+6 |
| | |||||
* | WIP implementation of `except ExcType as ident` syntax. Refs #3691. | Dominik Picheta | 2017-02-01 | 1 | -0/+10 |
| | |||||
* | Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635 | Yuriy Glukhov | 2016-08-29 | 1 | -3/+3 |
| | |||||
* | Fixed js codegen issue for uncaught exceptions. | Yuriy Glukhov | 2016-08-27 | 1 | -3/+2 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 7 | -10/+10 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Fixed defer test. | Yuriy Glukhov | 2015-08-07 | 1 | -0/+1 |
| | |||||
* | destructors now work with overloaded assignment operators; fixes #2811; ↵ | Araq | 2015-08-05 | 1 | -1/+25 |
| | | | | fixes #1632 | ||||
* | fixes #1888 | Araq | 2015-04-27 | 5 | -24/+24 |
| | |||||
* | fixes #2476 | Araq | 2015-04-19 | 2 | -5/+5 |
| | |||||
* | some love for the testsuite; fixed regressions | Araq | 2015-03-01 | 1 | -0/+18 |
| | |||||
* | more tests green | Araq | 2014-08-31 | 5 | -18/+18 |
| | |||||
* | Added test cases for return in except statements. | Audun Wilhelmsen | 2014-02-23 | 2 | -0/+60 |
| | |||||
* | Added tougher test case for return within finally statement. | Audun Wilhelmsen | 2014-02-23 | 1 | -0/+40 |
| | |||||
* | Fixed issue 391 (nested break in except-stmts) | Audun Wilhelmsen | 2014-02-16 | 1 | -0/+45 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 11 | -0/+304 |