summary refs log tree commit diff stats
path: root/tests/closure
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)Miran2019-01-221-0/+3
|
* attempt to make travis greenAraq2018-12-111-0/+1
|
* require errormsg to be specified before file.Arne Döring2018-12-114-6/+5
|
* fixes #9441Araq2018-12-061-0/+42
|
* updated tests to be executedArne Döring2018-11-232-27/+20
|
* make tests green againAraq2018-11-162-9/+9
|
* disable some tests for the C++ target; refs #7870Araq2018-11-151-1/+1
|
* More descriptive names of test files (#9531)Miran2018-10-291-1/+0
| | | | | * change generic `tissues` name to more specific * change `tvarious` to more specific names
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-1227-847/+920
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge actiontable tests * merge arithm tests * merge array tests * merge assign tests * merge bind tests * merge casestmt tests * merge closure tests * merge cnt seq tests * merge collections tests * merge concept issues tests * merge concept tests * fix failing tests * smaller outputs Use `doAssert` where possible. * fix wrong output * split `tcomputedgoto` * revert merging concepts * fix failing test
* fixes #5015Araq2018-10-031-1/+18
|
* 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:]]+$//' {} +