summary refs log tree commit diff stats
path: root/tests/collections
Commit message (Collapse)AuthorAgeFilesLines
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-3/+3
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* added hash function for ordinal typesFabian Keller2015-07-031-0/+75
|
* Merge pull request #2660 from MrJohz/contains-tablesAndreas Rumpf2015-05-082-15/+19
|\ | | | | Add contains proc for tables to allow usage of `in`
| * Add contains proc for tables to allow usage of `in`Jonathan2015-05-052-15/+19
| |
* | Merge pull request #2596 from Nycto/develVarriount2015-05-071-14/+34
|\ \ | |/ |/| Fix floats in tuples in HashSets
| * Fix floats in tuples in HashSetsNycto2015-04-241-14/+34
| | | | | | | | | | Previously, the added tests would fail to compile with errors complaining that 'hash(float)' didn't exist
* | fixes #2625Araq2015-05-031-0/+19
|/
* Added Test for zip() with anonymous tuples.Hans Raaf2015-03-171-2/+7
|
* 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.
* added test case for #2107Araq2015-02-201-0/+10
|
* Add some unit tests for mgetOrPut and hasKeyOrPut.Charles Blake2015-02-171-1/+9
|
* New probe seq swaps 1st two keys. Fix in compare.Charles Blake2015-02-161-1/+1
|
* New probe seq swaps 1st two keys. Fix in cmp.Charles Blake2015-02-131-1/+1
|
* fixed minor bugs; cleaned up testsAraq2015-02-126-21/+342
|
* moved tsets test to collections/Simon Hafner2014-02-121-0/+17
|
* indexBy, which indexes a collection into a hashtableSimon Hafner2014-02-061-0/+22