summary refs log tree commit diff stats
path: root/tests/iter/t338.nim
Commit message (Collapse)AuthorAgeFilesLines
* Merge tests into a larger file (part 2 of ∞) (#9335)Miran2018-10-131-20/+0
| | | | | | | | | | | | | | * merge controlflow tests * merge distinct tests * merge enum tests * merge fields tests * merge implicit tests * merge iter issues tests
* Access implicit `result` trough envP in closures (#8471)LemonBoy2018-07-301-0/+20
Reuse the existing machinery, most of the changes are only needed to handle the `result = result` node in nkReturnStmt produced by the closure iterator transform. Fixes #338