Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed minor bugs; cleaned up tests | Araq | 2015-02-12 | 2 | -454/+1 |
| | |||||
* | apparently the json spacing changed | Simon Hafner | 2015-02-08 | 1 | -1/+1 |
| | |||||
* | Clean up tests/stdlib | def | 2015-02-04 | 3 | -33/+37 |
| | | | | | | | 2 tests still fail: - tircbot would need a benign pragma because of the locks - tgetfileinfo uses os.getFileInfo() on nil, which segfaults instead of throwing an exception as the tester expects | ||||
* | Adapt the tester for permutations | def | 2015-02-02 | 1 | -11/+13 |
| | | | | Uses the bool return value now | ||||
* | Add nextPermutation and prevPermutation | def | 2015-02-01 | 1 | -0/+17 |
| | | | | | | Fits best into algorithm module I guess. These are the most general ways, an iterator could easily be implemented from this. Same algorithm as in Rust: http://web.mit.edu/rust-lang_v0.11/doc/src/collections/var/tmp/alexp/rust/rust-0.11.0/src/libcollections/slice.rs.html#644 | ||||
* | Fix SinglyLinkedRing in lists module | def | 2015-02-01 | 1 | -0/+29 |
| | | | | | | | - SinglyLinkedRing's prepend was broken - needed a tail so that prepend can work properly - now append works as well, so I added it too - simple testcase added as well | ||||
* | Add tests for mitems | def | 2015-01-29 | 1 | -0/+136 |
| | |||||
* | Get rid of deprecation warnings in pegs | def | 2015-01-16 | 1 | -14/+14 |
| | |||||
* | release of 0.10.2 | Araq | 2014-12-29 | 4 | -49/+34 |
| | |||||
* | strutils.rfind via char | dyu | 2014-12-19 | 1 | -0/+4 |
| | |||||
* | fixes #1352 | Araq | 2014-12-14 | 1 | -2/+14 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -0/+21 |
|\ | | | | | | | | | Conflicts: lib/pure/osproc.nim | ||||
| * | Added test case | Simon Krauter | 2014-11-03 | 1 | -0/+21 |
| | | |||||
* | | further adaptations | Araq | 2014-08-29 | 6 | -15/+15 |
|/ | |||||
* | Remove unnecessary import | Simon Jakobi | 2014-07-19 | 1 | -1/+0 |
| | |||||
* | Merge pull request #1099 from Varriount/os/getFileInfo | Andreas Rumpf | 2014-04-20 | 1 | -0/+93 |
|\ | | | | | Added os.getFileInfo procedure. | ||||
| * | Added tests for getFileInfo proc. | Clay Sweetser | 2014-04-16 | 1 | -0/+93 |
| | | |||||
* | | Tester now appreciates the test target. Modified 'cmd' in specs. | Dominik Picheta | 2014-04-16 | 1 | -1/+1 |
|/ | |||||
* | Fixes docgen. | Dominik Picheta | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Add checks for invalid socket when creating sockets. | Dominik Picheta | 2014-04-15 | 1 | -0/+1 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-27 | 2 | -0/+17 |
|\ | |||||
| * | Merge pull request #1032 from barcharcraz/lowerBound | Varriount | 2014-03-27 | 1 | -0/+3 |
| |\ | | | | | | | Added lowerBound function to the stdlib | ||||
| | * | added lowerBound function to algorithm library | Charlie Barto | 2014-03-23 | 1 | -0/+3 |
| | | | |||||
| * | | Calling randomize() again within 1 second will now provide a different seed | Jason Livesay | 2014-03-26 | 1 | -0/+14 |
| |/ | |||||
* / | made some tests green | Araq | 2014-03-27 | 1 | -16/+0 |
|/ | |||||
* | make some tests green | Zahary Karadjov | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | fix some trivial errors in the test suite and some more regressions caused ↵ | Zahary Karadjov | 2014-02-18 | 1 | -1/+1 |
| | | | | by tyTypeDesc[tyNone] | ||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 4 | -13/+13 |
| | | | | empty blocks. | ||||
* | moved the tests for TSet to the correct place | Simon Hafner | 2014-02-09 | 1 | -0/+15 |
| | |||||
* | removed unittest from talgorithm | Simon Hafner | 2014-02-06 | 1 | -12/+6 |
| | |||||
* | product more robust against empty input | Simon Hafner | 2014-01-30 | 1 | -0/+5 |
| | |||||
* | added Cartesian product | Simon Hafner | 2014-01-30 | 1 | -0/+9 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 36 | -0/+3027 |