Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strict effects (#18777) | Andreas Rumpf | 2021-09-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | * fixes #17369 * megatest is green for --cpu:arm64 * docgen output includes more tags/raises * implemented 'effectsOf' * algorithm.nim: uses new effectsOf annotation * closes #18376 * closes #17475 * closes #13905 * allow effectsOf: [a, b] * added a test case * parameters that are not ours cannot be declared as .effectsOf * documentation * manual: added the 'sort' example * bootstrap with the new better options | ||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -2/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -2/+2 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | renamed writeln to writeLine in tests | patrick dw | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | more tests green | Araq | 2014-08-31 | 1 | -4/+4 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+20 |