Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make countLines() the same as len(splitLines(s)) (#5470) | Simon Krauter | 2017-03-03 | 1 | -1/+1 |
| | | | | | The result of countLines() is now increased by 1 compared to the old version. Fixes #5460. | ||||
* | make tests green again | Andreas Rumpf | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | changed the compiler's path handling; fixes #546 | Andreas Rumpf | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Removed local TAU constant. | gmpreussner | 2016-03-17 | 1 | -1/+0 |
| | |||||
* | makes tests green | Andreas Rumpf | 2016-01-15 | 2 | -3/+3 |
| | |||||
* | fix test failures due to import errors | Aman Gupta | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 18 | -1668/+1668 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Replaced deprecated repeatStr() with repeat(). | Hans Raaf | 2015-03-04 | 2 | -7/+7 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -2/+2 |
| | |||||
* | Clean up tests/manyloc | def | 2015-02-04 | 6 | -49/+49 |
| | | | | named_argument_bug still fails | ||||
* | some progress for jester+async | Araq | 2014-06-27 | 6 | -0/+7503 |
| | |||||
* | attempt to make some tests green | Araq | 2014-04-21 | 1 | -4/+0 |
| | |||||
* | improvements for 'not nil' checking | Araq | 2013-06-13 | 1 | -2/+4 |
| | |||||
* | manyloc test should be green again | Araq | 2013-06-04 | 1 | -20/+21 |
| | |||||
* | added manyloc test suite; --path now relative to project dir if not absolute | Araq | 2013-04-13 | 15 | -0/+1735 |