summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix #945Zahary Karadjov2014-02-201-2/+3
|
* fix #931 and few more testsZahary Karadjov2014-02-182-13/+11
|
* Merge branch 'devel' of gh:/Araq/Nimrod into develZahary Karadjov2014-02-182-2/+21
|\
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-1727-58/+318
| |\
| * | fixes #926Araq2014-02-171-0/+19
| | |
| * | nil->discardAraq2014-02-151-2/+2
| | |
* | | fix some trivial errors in the test suite and some more regressions caused ↵Zahary Karadjov2014-02-188-5/+36
| | | | | | | | | | | | by tyTypeDesc[tyNone]
* | | fix tbindtypedesc and tactiontable2Zahary Karadjov2014-02-181-1/+1
| |/ |/|
* | fix #807Zahary Karadjov2014-02-171-5/+5
| |
* | quite messy implementation of generic lambdas, needs reworking; fixes #715Zahary Karadjov2014-02-172-1/+11
| |
* | Merge branch 'devel' of gh:/Araq/Nimrod into develZahary Karadjov2014-02-1722-53/+162
|\ \
| * \ Merge branch 'newasync' into develDominik Picheta2014-02-161-0/+64
| |\ \
| | * | Fix processing of 'await' with a nnkCall.Dominik Picheta2014-02-161-2/+1
| | | | | | | | | | | | | | | | | | | | Specifically, ``discard readMessages(disp, await disp.accept(server))`` works now, i.e. using 'await' as one of the params to a proc call.
| | * | Added await test.Dominik Picheta2014-02-161-0/+65
| | |/
| * | Merge pull request #929 from skyfex/develAndreas Rumpf2014-02-161-0/+45
| |\ \ | | | | | | | | Fixed issue 391 (nested break in except-stmts)
| | * | Fixed issue 391 (nested break in except-stmts)Audun Wilhelmsen2014-02-161-0/+45
| | | |
| * | | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵Clay Sweetser2014-02-1520-53/+53
| |/ / | | | | | | | | | empty blocks.
* / / fix #188Zahary Karadjov2014-02-171-0/+18
|/ /
* | Merge branch 'devel' of gh:/Araq/Nimrod into develZahary Karadjov2014-02-157-10/+117
|\|
| * fixes #584Araq2014-02-142-1/+36
| |
| * fixes #914Araq2014-02-141-0/+3
| |
| * fixes #712Araq2014-02-141-0/+20
| |
| * 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
| | |
| * | the tester now produces a diff in the JSONAraq2014-02-131-9/+35
| | |
* | | fix some regressions caused by tyTypeDesc[tyNone]Zahary Karadjov2014-02-151-0/+13
| | |
* | | handle nested case objects in destructor generationZahary Karadjov2014-02-151-0/+44
| | |
* | | the delegator pragma becomes a set of dot operatorsZahary Karadjov2014-02-151-0/+66
| |/ |/|
* | fixes #797; generic procs can be used in places expecting matching concrete ↵Zahary Karadjov2014-02-111-0/+20
| | | | | | | | proc types
* | 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
|/
* 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 ↵Araq2014-02-051-0/+29
| | | | required for skipTypes
* 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
| | | | | | | | One for 'do notation' in a single function in an expression, another the trick of using the method call syntax to pass two parameters.
* | macro tests almost greenAraq2014-02-035-7/+9
|/
* cleaned up command expressionsAraq2014-02-021-5/+10
|