summary refs log tree commit diff stats
path: root/tests/iter/tyieldintry.nim
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-191-1/+3
| | | | | | | | | | | | | | | * config update * disable a questionable test * remove c++ exception handling IDs, new impl doesn't require it anymore * C++ based exceptions finally work * fixes bootstrapping problem in C++ mode * teach GCC it's 2020 now * more bugfixes for C++ based exception handling * apply cooldome's patch * another attempt to enable C++11 * bug fix Co-authored-by: Araq <rumpf_a@web.de> Co-authored-by: cooldome <ariabushenko@bk.ru>
* Fixed yield in nnkChckRange (#12160)Yuriy Glukhov2019-09-101-0/+14
|
* Fixes 9716 [backport] (#9790)Yuriy Glukhov2018-11-241-1/+14
| | | | | | * reuse temporary variable * fixes #9716 [backport] * Declare local vars in safer place
* Fixed yield in nkObjConstr. Fixes #9694 [backport] (#9744)Yuriy Glukhov2018-11-181-0/+15
| | | | | * Fixed yield in nkObjConstr. Fixes #9694 * Separate expr lowering from state splitting, introduce a clear lowering internal error
* Fixes #8243 (#8904)Yuriy Glukhov2018-09-071-0/+23
|
* Fixes #8851 (#8859)Yuriy Glukhov2018-09-041-0/+13
|
* Cleanup copypaste leftoverYuriy Glukhov2018-06-071-4/+0
|
* Fixed yield in nkBlockExprYuriy Glukhov2018-06-071-0/+15
|
* Fixed yield in dotExpr and nkOfBranch lowering. Closes #7969.Yuriy Glukhov2018-06-061-0/+24
|
* More elaborate nkStmtListExpr loweringYuriy Glukhov2018-05-091-144/+315
|
* Yield in tryYuriy Glukhov2018-05-091-0/+201