Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for tables.clear() | Kier Davis | 2016-07-09 | 1 | -0/+25 |
| | | | | This should reduce the chance of regressions. | ||||
* | Merge branch 'mget' of https://github.com/def-/Nim into def--mget | Araq | 2015-10-13 | 1 | -2/+4 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: lib/pure/collections/critbits.nim lib/pure/collections/tables.nim lib/pure/xmltree.nim lib/system/sets.nim tests/collections/ttables.nim tests/collections/ttablesref.nim | ||||
| * | Rename mget to `[]` | def | 2015-03-31 | 1 | -9/+12 |
| | | | | | | | | | | | | | | | | | | - In sets, tables, strtabs, critbits, xmltree - This uses the new var parameter overloading - mget variants still exist, but are deprecated in favor of `[]` - Includes tests and fixed tests and usages of mget - The non-var `[]` now throws an exception instead of returning binary 0 or an empty string | ||||
* | | Add contains proc for tables to allow usage of `in` | Jonathan | 2015-05-05 | 1 | -8/+10 |
|/ | |||||
* | Added Test for zip() with anonymous tuples. | Hans Raaf | 2015-03-17 | 1 | -2/+7 |
| | |||||
* | New probe seq swaps 1st two keys. Fix in compare. | Charles Blake | 2015-02-16 | 1 | -1/+1 |
| | |||||
* | fixed minor bugs; cleaned up tests | Araq | 2015-02-12 | 1 | -0/+137 |