Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed TimeInterval bug. | Dominik Picheta | 2016-01-08 | 1 | -0/+5 |
| | |||||
* | Fixed ttime test. Improved docs in times module. | Dominik Picheta | 2016-01-08 | 1 | -1/+0 |
| | |||||
* | add timeinterval helping functions as per issue #3609 | JamesP | 2015-12-08 | 1 | -37/+57 |
| | | | | | | | | | | add tests to ttime.nim for timeinterval add/subtract functionality Changed assert to doAssert in ttime.nim Added extra tests to ttime.nim Removal of singular help procs for working with TimeIntervals Added TimeIin proc toSeconds(a: TimeInfo, interval: TimeInterval) where subtracting a year gave wrong results Add overflow of units on initInterval eg, 65 seconds is 5 seconds and 1 minute | ||||
* | add assertion tests from times module to ttime.nim test file in tests\stdlib | JamesP | 2015-12-01 | 1 | -2/+121 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -6/+6 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+6 |