Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #1029 | Araq | 2014-10-22 | 1 | -0/+3 |
| | |||||
* | fixes 'import x as y' regression | Araq | 2014-10-22 | 1 | -1/+2 |
| | |||||
* | Added test case | Simon Krauter | 2014-10-15 | 1 | -0/+8 |
| | |||||
* | fixes #1444 | Araq | 2014-09-11 | 2 | -1/+12 |
| | |||||
* | fixes recently introduced regression | Araq | 2014-08-21 | 1 | -1/+12 |
| | |||||
* | fixes #1418 | Araq | 2014-08-20 | 1 | -0/+33 |
| | |||||
* | fixes #1334 | Araq | 2014-08-19 | 1 | -1/+8 |
| | |||||
* | fixes #1420 | Araq | 2014-08-19 | 1 | -0/+15 |
| | |||||
* | fixes #592 | Araq | 2014-08-19 | 1 | -0/+77 |
| | |||||
* | Fixes tenumitems test. | Dominik Picheta | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | Fixes #710. | Dominik Picheta | 2014-08-16 | 1 | -0/+10 |
| | |||||
* | fixes #1343 | Araq | 2014-08-15 | 2 | -1/+18 |
| | |||||
* | some minor fixes | Araq | 2014-08-14 | 3 | -3/+3 |
| | |||||
* | fixes #1434 | Araq | 2014-08-14 | 2 | -2/+31 |
| | |||||
* | fixes #1442 | Araq | 2014-08-13 | 1 | -2/+8 |
| | |||||
* | made some tests green | Araq | 2014-08-13 | 4 | -34/+8 |
| | |||||
* | asynchttpserver compiles again; made some tests green | Araq | 2014-08-13 | 3 | -9/+7 |
| | |||||
* | fix failed tests due to gcsafe | Araq | 2014-08-12 | 2 | -9/+12 |
| | |||||
* | fixes 'gcsafe' | Araq | 2014-08-12 | 2 | -1/+17 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-10 | 1 | -0/+38 |
|\ | |||||
| * | Fixes incorrect async exception handling. Adds sleepAsync. | Dominik Picheta | 2014-08-09 | 1 | -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' | Araq | 2014-08-10 | 1 | -0/+18 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-05 | 1 | -0/+9 |
|\ | | | | | | | | | Conflicts: compiler/ccgexprs.nim | ||||
| * | Merge branch 'ptables_fix' of git://github.com/flyx/Nimrod into flyx-ptables_fix | Clay Sweetser | 2014-07-24 | 1 | -0/+9 |
| |\ | |||||
| | * | Fixed `==` for PTables, added test. | Felix Krause | 2014-06-27 | 1 | -0/+9 |
| | | | |||||
* | | | added test | Araq | 2014-08-05 | 1 | -0/+44 |
| | | | |||||
* | | | progress on deepCopy | Araq | 2014-08-01 | 2 | -4/+4 |
|/ / | |||||
* | | Remove unnecessary import | Simon Jakobi | 2014-07-19 | 1 | -1/+0 |
| | | |||||
* | | tester should work again | Araq | 2014-07-16 | 1 | -4/+1 |
| | | |||||
* | | Merge pull request #1273 from katlogic/devel | Andreas Rumpf | 2014-07-15 | 3 | -2/+24 |
|\ \ | | | | | | | Second stab at `$`(float) | ||||
| * | | Tests for `$`(float) | katlogic | 2014-06-15 | 3 | -2/+24 |
| | | | |||||
* | | | Merge pull request #1218 from rbehrends/parsefloat-fix | Andreas Rumpf | 2014-07-15 | 1 | -0/+42 |
|\ \ \ | | | | | | | | | Fixed parsing of float literals. | ||||
| * | | | Fixed parsing of float literals. | Reimer Behrends | 2014-05-23 | 1 | -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-/setdiff | Andreas Rumpf | 2014-07-15 | 1 | -1/+20 |
|\ \ \ \ | | | | | | | | | | | Add missing difference and to sets module | ||||
| * | | | | Add TSet difference tests | def | 2014-07-15 | 1 | -1/+20 |
| | | | | | |||||
* | | | | | Merge branch 'new_spawn' into devel | Araq | 2014-07-15 | 11 | -4/+7590 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: todo.txt web/news.txt web/nimrod.ini | ||||
| * \ \ \ \ | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-28 | 1 | -0/+81 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | new jester compiles | Araq | 2014-06-28 | 1 | -0/+32 |
| | | | | | | |||||
| * | | | | | some progress for jester+async | Araq | 2014-06-27 | 9 | -1/+7519 |
| | | | | | | |||||
| * | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-26 | 6 | -26/+88 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/system.nim | ||||
| * | | | | | | rewrote lambdalifting; fixes deeply nested closures | Araq | 2014-06-26 | 2 | -4/+40 |
| | | | | | | | |||||
* | | | | | | | Fix broken async tests. | Dominik Picheta | 2014-07-13 | 3 | -5/+5 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | fixes #1011 | Araq | 2014-07-09 | 2 | -0/+15 |
| | | | | | | |||||
* | | | | | | fixes #1323 | Araq | 2014-07-08 | 1 | -1/+11 |
| | | | | | | |||||
* | | | | | | fixes #933 | Araq | 2014-07-08 | 1 | -1/+17 |
| | | | | | | |||||
* | | | | | | fixes #1103; fixes #1297 | Araq | 2014-07-08 | 2 | -1/+64 |
| | | | | | | |||||
* | | | | | | fixes #1310 | Araq | 2014-07-02 | 1 | -0/+5 |
| | | | | | | |||||
* | | | | | | fixes #1275 | Araq | 2014-07-01 | 1 | -0/+12 |
| | | | | | | |||||
* | | | | | | fixes #898 | Araq | 2014-07-01 | 1 | -0/+16 |
| | | | | | | |||||
* | | | | | | fixes #1161 | Araq | 2014-07-01 | 1 | -1/+31 |
| | | | | | |