summary refs log tree commit diff stats
path: root/tests/closure
Commit message (Collapse)AuthorAgeFilesLines
* Mysterious fix for #8550 (#8561)LemonBoy2018-08-121-0/+12
| | | | Replacing the `for` body with a nkEmpty node is not the right thing to do.
* fixes 7833 (#8533)Andreas Rumpf2018-08-051-1/+1
| | | | | | | | | | | * fixes #7833; still to-do: fix setLen * make tests green again * also fixes setLen and string concats; refs #7833 * change formating to avoid a compiler warning * emit the write barrier also for addChar * fixes yet another regression * make setLengthStr compile for the old version * make growobjcrash complete earlier
* make tests green againAndreas Rumpf2018-07-051-1/+1
|
* make more tests greenAraq2018-02-101-1/+1
|
* bugfix: detect captures in non-closure inner procsAraq2017-11-031-0/+12
|
* Add a test-case for #1641Daniil Yarancev2017-10-161-0/+20
|
* Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-191-3/+8
| | | | close #5845
* disable tboehmdeepcopy for Windows as we don't have a version of Boehm GC on ↵Araq2017-08-041-0/+1
| | | | Windows
* Remove expr/stmt (#5857)Arne Döring2017-07-251-91/+91
|
* closures have an object type field so that we can perform correct deepCopy() ↵Andreas Rumpf2017-07-221-0/+17
| | | | for the BoehmGC target
* lift parameter-less do block to lambdasZahary Karadjov2017-04-101-3/+3
|
* the new blocks without 'do' produce compatible AST with 'do blocks'Zahary Karadjov2017-04-091-8/+6
|
* fix the do notation when used with procsZahary Karadjov2017-04-091-0/+47
|
* make tests green againAndreas Rumpf2016-08-251-1/+1
|
* Fixed broken test. Added closureScope test.Yuriy Glukhov2016-06-281-2/+13
|
* make tests greenAndreas Rumpf2016-05-111-1/+1
|
* fixes #4070Andreas Rumpf2016-05-111-0/+20
|
* fixes #3995Andreas Rumpf2016-04-031-0/+24
|
* Fix test cases for JSON object changesdef2016-02-241-4/+4
|
* fixes yet another LL regression (Aporia compiles again)Andreas Rumpf2016-01-181-0/+22
|
* Added test for #600.Dominik Picheta2016-01-161-0/+4
|
* Added test for code in @def-'s comment in #1502.Dominik Picheta2016-01-161-0/+6
|
* Added test for #1512.Dominik Picheta2016-01-161-0/+137
|
* Added test for #1642.Dominik Picheta2016-01-161-0/+3
|
* Added test for #1846.Dominik Picheta2016-01-161-0/+16
|
* Added test for #1911.Dominik Picheta2016-01-161-0/+7
|
* Added test for #1923.Dominik Picheta2016-01-161-0/+9
|
* Added test for #2138.Dominik Picheta2016-01-161-0/+10
|
* Added test for #3304Dominik Picheta2016-01-161-0/+15
|
* fixes yet another regressionAndreas Rumpf2016-01-131-0/+25
|
* async works againAndreas Rumpf2016-01-031-0/+87
|
* further progress on closure iterators; tforum still failingAndreas Rumpf2016-01-031-2/+2
|
* made closure iterators tests green, updated docsAndreas Rumpf2015-12-311-1/+1
|
* Merge branch 'devel' into new-llAndreas Rumpf2015-12-291-7/+0
|\
| * new db_sqlite requires deadCodeElim:on because not every sqlite3_column_nameAndreas Rumpf2015-12-291-7/+0
| |
* | updated test casesAndreas Rumpf2015-12-292-5/+5
| |
* | changed testcase for new LL semanticsAndreas Rumpf2015-12-291-1/+1
| |
* | updated test case for changed LLAndreas Rumpf2015-12-291-2/+3
|/
* sequtils related changesPeter Mora2015-10-051-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0410-25/+25
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Fix expected tester messagesdef2015-04-211-1/+1
|
* fixes #2125Araq2015-02-182-5/+6
|
* minor documentation updatesAraq2015-02-161-0/+22
|
* fixes #2073Araq2015-02-081-0/+15
|
* Fixes #1642.Dominik Picheta2015-01-281-0/+6
|
* implemented 'koch pdf'Araq2014-12-192-45/+2
|
* more tests greenAraq2014-08-312-15/+15
|
* added testAraq2014-08-051-0/+44
|
* new jester compilesAraq2014-06-281-0/+32
|
* some progress for jester+asyncAraq2014-06-271-1/+16
|