summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2274 from reactormonk/warning-for-resultAndreas Rumpf2015-03-081-0/+6
|\ | | | | Warning for result
| * nimout instead of msg for warningsSimon Hafner2015-03-051-2/+1
| |
| * Merge branch 'devel' into warning-for-resultSimon Hafner2015-03-05114-834/+1284
| |\
| * | added test for result shadow warningSimon Hafner2015-03-051-0/+7
| | |
* | | Merge pull request #2239 from Maxdamantus/develAndreas Rumpf2015-03-072-0/+160
|\ \ \ | | | | | | | | interpret `tuple` as a class and `tuple[]` as the empty tuple, enable syntax for anonymous tuples
| * | | add parser combinator test; uses multiple tuples/generics featuresMax Zerzouri2015-03-072-0/+160
| | | |
* | | | fixes #1940; code breakage! stricter template evaluationAraq2015-03-071-0/+47
| | | |
* | | | fixes #794Araq2015-03-071-0/+10
| | | |
* | | | Merge pull request #2275 from reactormonk/better-tester-messagesAndreas Rumpf2015-03-071-14/+16
|\ \ \ \ | | | | | | | | | | better messages for nimout
| * | | | better messages for nimoutSimon Hafner2015-03-051-14/+16
| | |_|/ | |/| |
* | | | Merge pull request #2282 from reactormonk/disable-nimble-testsAndreas Rumpf2015-03-061-3/+2
|\ \ \ \ | |_|/ / |/| | | fixed a bug in nimble tests - disable for now
| * | | fixed a bug in nimble tests - disable for nowSimon Hafner2015-03-061-3/+2
| |/ /
* | | fixes #2229Araq2015-03-051-0/+24
| | |
* | | fixes #2250Araq2015-03-051-0/+80
| | |
* | | fixes #2252Araq2015-03-041-0/+8
| | |
* | | Replaced deprecated repeatStr() with repeat().Hans Raaf2015-03-044-9/+9
| | |
* | | Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-045-7/+7
|/ /
* | Replaced repeatStr() and repeatChar() with more natural versions.Hans Raaf2015-03-031-2/+8
| |
* | some love for the testsuite; fixed regressionsAraq2015-03-0114-42/+111
| |
* | fixes #2233Araq2015-02-281-0/+8
| |
* | fixes #2169Araq2015-02-281-0/+118
| |
* | fixes #2216Araq2015-02-261-0/+27
| |
* | fixes #2215Araq2015-02-251-0/+29
| |
* | tester reports ignored tests and supports 'nimout'; fixes #2211Araq2015-02-256-9/+46
| |
* | Allow empty sets in case/of branches.Hans Raaf2015-02-241-0/+24
| | | | | | | | | | | | | | Added support for conditional compilation using 'when' with empty sets and arrays in 'case of' branches. Please enter the commit message for your changes. Lines starting
* | Fix unknown symbol in tables mpairs iterator.Hans Raaf2015-02-211-0/+16
| | | | | | | | Fixes an error with mpairs iterator which was introduced with 5fbcf93860. This is used by nimforum thats why I found it. I also added a testcase for the mpairs iterator.
* | fixes #2134Araq2015-02-201-0/+33
| |
* | fixes #1902Araq2015-02-201-0/+15
| |
* | added test case for #2107Araq2015-02-201-0/+10
| |
* | Merge pull request #2164 from oderwat/fix-tohexAndreas Rumpf2015-02-191-24/+27
|\ \ | | | | | | Fixing toHex() to not wrap for long lens + Test
| * | Added test for toHex().Hans Raaf2015-02-181-24/+27
| | |
* | | Merge pull request #2139 from c-blake/develAndreas Rumpf2015-02-182-2/+10
|\ \ \ | |/ / |/| | Add mgetOrPut to support just one probe chase for the common
| * | Add some unit tests for mgetOrPut and hasKeyOrPut.Charles Blake2015-02-171-1/+9
| | |
| * | Merge ../Nim into develCharles Blake2015-02-165-6/+6
| |\ \
| * | | New probe seq swaps 1st two keys. Fix in compare.Charles Blake2015-02-161-1/+1
| | | |
* | | | fixes #2125Araq2015-02-183-5/+74
| |/ / |/| |
* | | Merge pull request #2140 from FedericoCeratto/develAndreas Rumpf2015-02-165-6/+6
|\ \ \ | |/ / |/| | Fix some typos
| * | Fix typosFederico Ceratto2015-02-152-2/+2
| | |
| * | Fix typosFederico Ceratto2015-02-153-4/+4
| | |
* | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-02-165-2/+2
|\| |
| * | Merge pull request #2133 from def-/cleanupAndreas Rumpf2015-02-153-0/+0
| |\ \ | | | | | | | | Cleanup
| | * | nimrod.cfg isn't working anymore, rename to nim.cfgdef2015-02-152-0/+0
| | | |
| | * | nimrod -> nim in some filenamesdef2015-02-141-0/+0
| | | |
| * | | Merge pull request #2122 from c-blake/develAndreas Rumpf2015-02-152-2/+2
| |\ \ \ | | | | | | | | | | Update collections/tables.nim as with sets.nim
| | * | | Merge ../Nim into develCharles Blake2015-02-142-0/+20
| | |\| |
| | * | | New probe seq swaps 1st two keys. Fix in cmp.Charles Blake2015-02-131-1/+1
| | | | |
| | * | | Merge ../Nim into devel; track ttables.nim delete.Charles Blake2015-02-1311-604/+177
| | |\ \ \
| | * | | | Update a use of initTable to avoid initial enlarge.Charles Blake2015-02-131-1/+1
| | | | | |
| | * | | | New probe seq yields a non-bug swap of 1st 2 keys.Charles Blake2015-02-121-1/+1
| | | | | |
* | | | | | minor documentation updatesAraq2015-02-161-0/+22
|/ / / / /