summary refs log tree commit diff stats
path: root/tests/closure/tclosure_issues.nim
Commit message (Collapse)AuthorAgeFilesLines
* deprecate `do:` meaning `do ():` + misc cleanup (#20927)metagn2022-12-061-3/+3
| | | | | | | | | | | | | | | | | * test disable do: block lambda lifting * fix last test [skip ci] * deprecate `do:` meaning `do ():` + misc cleanup closes https://github.com/nim-lang/RFCs/issues/486 * oops * fix * no idea what could be causing nimsuggest failure other than this * ensure ci works
* close #7104 by writing a testnarimiran2019-09-131-2/+21
|
* fixes #11523Andreas Rumpf2019-06-261-1/+10
|
* More descriptive names of test files (#9531)Miran2018-10-291-0/+54
* change generic `tissues` name to more specific * change `tvarious` to more specific names