Timothee Cour
|
b809562c7c
|
make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151)
* fix megatest newlines
* still allow missing trailing newline for now but in a more strict way than before
|
2020-11-28 09:09:31 +01:00 |
|
cooldome
|
63c28b973e
|
Allow only single infix as in except branches. Fixes #7115 (#7132)
|
2018-03-08 10:56:32 +01:00 |
|
cooldome
|
d24b6667c6
|
genTryCpp to catch by Nim type, ready for first review (#7196)
* Rewrite genTryCpp
* correction
* Implement polymorphic raise in cpp
* revert backticks in emit
* Cleanp a comment
* revert test changes
* better handling of <new> header
|
2018-02-12 21:23:34 +01:00 |
|
cooldome
|
12b11fd848
|
Fix compiler crash on try expression with infix as (Fixes #7116) (#7112)
* Fix compiler crash
* make sure type is not lost
|
2018-01-29 05:59:49 +01:00 |
|
Dominik Picheta
|
b7d7feffee
|
Fixes test.
|
2017-02-06 22:01:27 +01:00 |
|
Dominik Picheta
|
e01c3561dc
|
Add template tests for #3691.
|
2017-02-06 19:25:09 +01:00 |
|
Dominik Picheta
|
4661ae22dd
|
Fixes incorrect scoping in semstmts.semTry.
|
2017-02-06 19:02:51 +01:00 |
|
Dominik Picheta
|
1c233ba27a
|
More progress towards a working #3691.
|
2017-02-03 19:50:22 +01:00 |
|
Dominik Picheta
|
656da1f6a9
|
WIP: as with generics.
|
2017-02-02 21:36:49 +01:00 |
|
Dominik Picheta
|
e8c46d29cd
|
WIP implementation of except ExcType as ident syntax. Refs #3691.
|
2017-02-01 00:32:56 +01:00 |
|