summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fixes #1029Araq2014-10-221-0/+3
|
* fixes 'import x as y' regressionAraq2014-10-221-1/+2
|
* Added test caseSimon Krauter2014-10-151-0/+8
|
* fixes #1444Araq2014-09-112-1/+12
|
* fixes recently introduced regressionAraq2014-08-211-1/+12
|
* fixes #1418Araq2014-08-201-0/+33
|
* fixes #1334Araq2014-08-191-1/+8
|
* fixes #1420Araq2014-08-191-0/+15
|
* fixes #592Araq2014-08-191-0/+77
|
* Fixes tenumitems test.Dominik Picheta2014-08-161-1/+1
|
* Fixes #710.Dominik Picheta2014-08-161-0/+10
|
* fixes #1343Araq2014-08-152-1/+18
|
* some minor fixesAraq2014-08-143-3/+3
|
* fixes #1434Araq2014-08-142-2/+31
|
* fixes #1442Araq2014-08-131-2/+8
|
* made some tests greenAraq2014-08-134-34/+8
|
* asynchttpserver compiles again; made some tests greenAraq2014-08-133-9/+7
|
* fix failed tests due to gcsafeAraq2014-08-122-9/+12
|
* fixes 'gcsafe'Araq2014-08-122-1/+17
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-101-0/+38
|\
| * Fixes incorrect async exception handling. Adds sleepAsync.Dominik Picheta2014-08-091-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The tasyncexceptions test has been added which tests for this incorrect exception handling behaviour. The problem was that the exception was raised inside a callback which was called from a previously finished async procedure. This caused a "Future already finished" error. The fix was to simply reraise the exception if the retFutureSym is already finished. sleepAsync was added to help with the reproduction of this test. It should also be useful for users however. Finally some debug information was added to futures to help with future bugs.
* | progress on 'spawn'Araq2014-08-101-0/+18
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-051-0/+9
|\ | | | | | | | | Conflicts: compiler/ccgexprs.nim
| * Merge branch 'ptables_fix' of git://github.com/flyx/Nimrod into flyx-ptables_fixClay Sweetser2014-07-241-0/+9
| |\
| | * Fixed `==` for PTables, added test.Felix Krause2014-06-271-0/+9
| | |
* | | added testAraq2014-08-051-0/+44
| | |
* | | progress on deepCopyAraq2014-08-012-4/+4
|/ /
* | Remove unnecessary importSimon Jakobi2014-07-191-1/+0
| |
* | tester should work againAraq2014-07-161-4/+1
| |
* | Merge pull request #1273 from katlogic/develAndreas Rumpf2014-07-153-2/+24
|\ \ | | | | | | Second stab at `$`(float)
| * | Tests for `$`(float)katlogic2014-06-153-2/+24
| | |
* | | Merge pull request #1218 from rbehrends/parsefloat-fixAndreas Rumpf2014-07-151-0/+42
|\ \ \ | | | | | | | | Fixed parsing of float literals.
| * | | Fixed parsing of float literals.Reimer Behrends2014-05-231-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Float literals were not parsed properly when their fractional part exceeded 53 significant bits. This affected in particular math.PI and math.E. Rather than reinventing the wheel, this patch reuses C's strtod() implementation, which already does the heavy lifting with respect to correctness, though some caution is necessary to keep float parsing locale-independent.
* | | | Merge pull request #1361 from def-/setdiffAndreas Rumpf2014-07-151-1/+20
|\ \ \ \ | | | | | | | | | | Add missing difference and to sets module
| * | | | Add TSet difference testsdef2014-07-151-1/+20
| | | | |
* | | | | Merge branch 'new_spawn' into develAraq2014-07-1511-4/+7590
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: todo.txt web/news.txt web/nimrod.ini
| * \ \ \ \ Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-281-0/+81
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | new jester compilesAraq2014-06-281-0/+32
| | | | | |
| * | | | | some progress for jester+asyncAraq2014-06-279-1/+7519
| | | | | |
| * | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-266-26/+88
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/system.nim
| * | | | | | rewrote lambdalifting; fixes deeply nested closuresAraq2014-06-262-4/+40
| | | | | | |
* | | | | | | Fix broken async tests.Dominik Picheta2014-07-133-5/+5
| |_|_|/ / / |/| | | | |
* | | | | | fixes #1011Araq2014-07-092-0/+15
| | | | | |
* | | | | | fixes #1323Araq2014-07-081-1/+11
| | | | | |
* | | | | | fixes #933Araq2014-07-081-1/+17
| | | | | |
* | | | | | fixes #1103; fixes #1297Araq2014-07-082-1/+64
| | | | | |
* | | | | | fixes #1310Araq2014-07-021-0/+5
| | | | | |
* | | | | | fixes #1275Araq2014-07-011-0/+12
| | | | | |
* | | | | | fixes #898Araq2014-07-011-0/+16
| | | | | |
* | | | | | fixes #1161Araq2014-07-011-1/+31
| | | | | |