summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* updated some testsAraq2014-10-042-0/+8
|
* deepCopy is instantiated when its corresponding type is instantiatedAraq2014-09-261-0/+35
|
* 'let' within 'parallel' now worksAraq2014-09-221-0/+14
|
* made tests greenAraq2014-09-222-2/+3
|
* made some tests greenAraq2014-09-216-43/+44
|
* implemented 'guard' annotationAraq2014-09-212-0/+64
|
* some progress on documentation buildingAraq2014-09-171-0/+15
|
* Fixes tester.Dominik Picheta2014-09-101-1/+1
|
* More empty stmt fixes.Dominik Picheta2014-09-092-11/+4
|
* Fixes for new comment handling.Dominik Picheta2014-09-091-1/+1
|
* Fixes async tests.Dominik Picheta2014-09-093-10/+10
|
* Implements getCurrentException for try in async procs. Ref #1487.Dominik Picheta2014-09-091-2/+2
|
* Multiple exception idents in except for async. Ref #1487.Dominik Picheta2014-09-082-1/+52
|
* Implemented asyncfile for Posix.Dominik Picheta2014-09-051-5/+27
|
* Added Windows asyncfile implementation.Dominik Picheta2014-09-051-0/+14
|
* fix #959Zahary Karadjov2014-09-041-0/+11
| | | | | Variable declarations using a type class will be subject to type inference similar to the one already present in type coercions and the return type inference.
* fixes #903, fixes #1513Araq2014-09-032-6/+179
|
* more tests greenAraq2014-08-3113-47/+47
|
* more stdlib modules workAraq2014-08-311-9/+9
|
* make tests greenAraq2014-08-3133-271/+267
|
* prettified re.nim; make some tests greenAraq2014-08-315-17/+17
|
* prettified some async modulesAraq2014-08-311-1/+1
|
* made some tests greenAraq2014-08-315-7/+6
|
* fixes #1444Araq2014-08-312-1/+12
|
* fixes #1366Araq2014-08-301-2/+10
|
* further adaptationsAraq2014-08-2952-87/+87
|
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-2914-17/+17
|
* koch now uses nim.exeAraq2014-08-292-3/+3
|
* tester compiles againAraq2014-08-295-22/+22
|
* updated the testerAraq2014-08-291-2/+2
|
* the big renamefest: first stepsAraq2014-08-221-2/+20
|
* 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