summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fixes #833Araq2014-02-141-0/+10
* fixes #892Araq2014-02-141-0/+13
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-133-0/+49
|\
| * moved tsets test to collections/Simon Hafner2014-02-121-0/+0
| * fixes #797; generic procs can be used in places expecting matching concrete p...Zahary Karadjov2014-02-111-0/+20
| * fixed a bug in `map` for setsSimon Hafner2014-02-101-1/+5
| * added tests for setSimon Hafner2014-02-101-0/+12
| * added `map` to setsSimon Hafner2014-02-101-0/+13
* | the tester now produces a diff in the JSONAraq2014-02-131-9/+35
|/
* moved the tests for TSet to the correct placeSimon Hafner2014-02-091-0/+0
* fixes #885Araq2014-02-091-2/+2
* fixes 'newSeq[T]' instantiation bugAraq2014-02-091-0/+12
* tester compiles againAraq2014-02-072-2/+2
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-072-12/+28
|\
| * indexBy, which indexes a collection into a hashtableSimon Hafner2014-02-061-0/+22
| * removed unittest from talgorithmSimon Hafner2014-02-061-12/+6
* | bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-073-1/+31
|/
* fixes regression: constant fac4 didn't workAraq2014-02-061-1/+6
* tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...Araq2014-02-051-0/+29
* bugfix: immediate templates are preferred consistently (danger: breaks code)Araq2014-02-041-0/+17
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-031-3/+9
|\
| * Remove spurious import added in the last commit.ReneSac2014-02-031-1/+1
| * Fix optarg() and added two more tests.ReneSac2014-02-031-3/+9
* | macro tests almost greenAraq2014-02-035-7/+9
|/
* cleaned up command expressionsAraq2014-02-021-5/+10
* fixes #844Araq2014-02-021-0/+12
* Merge pull request #859 from reactormonk/sets_equivalenceAndreas Rumpf2014-02-011-0/+15
|\
| * added test specs for the testerSimon Hafner2014-02-011-0/+3
| * corrected docs and testsSimon Hafner2014-02-011-13/+9
| * sets equivalenceSimon Hafner2014-01-311-0/+16
* | remove the old testerAraq2014-02-021-0/+14
|\ \
| * | Fixes wrong slurp path in tester.Dominik Picheta2014-02-011-2/+2
| |/
| * product more robust against empty inputSimon Hafner2014-01-301-0/+5
| * added Cartesian productSimon Hafner2014-01-301-0/+9
* | new tester produces json outputAraq2014-02-025-715/+26
* | fixed casesAraq2014-02-021-3/+3
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-231-1/+1
|\
| * fix the error "only proc headers can feature pragmas" when compiling in JS modeZahary Karadjov2014-01-231-1/+1
* | closure iterators workAraq2014-01-231-2/+2
* | next steps for closure iteratorsAraq2014-01-2217-1/+33
|/
* parser support anon iteratorsAraq2014-01-204-0/+39
* command syntax is allowed in expressionsAraq2014-01-202-0/+12
* resolved conflicts with masterAraq2014-01-186-0/+152
|\
| * added test cases from strange loop eventAraq2014-01-136-0/+152
* | unittest module works againAraq2014-01-182-2/+2
* | better testerAraq2014-01-1719-28/+36
* | better html generator for the tester; fixes some VM bugsAraq2014-01-174-18/+45
* | tester: htmlgen almost worksAraq2014-01-141-2/+14
* | tester support html generationAraq2014-01-147-10/+139
* | new tester; all tests categorizedAraq2014-01-13480-2504/+787