summary refs log tree commit diff stats
path: root/tests/exception/texcas.nim
Commit message (Collapse)AuthorAgeFilesLines
* Allow only single infix as in except branches. Fixes #7115 (#7132)cooldome2018-03-081-0/+8
|
* genTryCpp to catch by Nim type, ready for first review (#7196)cooldome2018-02-121-0/+1
| | | | | | | | | | | | | | | | * Rewrite genTryCpp * correction * Implement polymorphic raise in cpp * revert backticks in emit * Cleanp a comment * revert test changes * better handling of <new> header
* Fix compiler crash on try expression with infix as (Fixes #7116) (#7112)cooldome2018-01-291-1/+9
| | | | | | * Fix compiler crash * make sure type is not lost
* 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