Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better procvar ambiguity errors, clean up after #20457 (#20932) | metagn | 2022-12-01 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | * better procvar ambiguity errors, clean up after #20457 fixes #6359, fixes #13849 * only trigger on closedsymchoice again * new approach * add manual entry for ambiguous enums too * add indent [skip ci] * move to proc | ||||
* | closed ambiguous enum defaults to first overload (#20457) | metagn | 2022-10-01 | 1 | -2/+5 |
| | | | | | | | | | * closed ambiguous enum defaults to first overload * add warning * turn to hint * work around config | ||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 4 | -12/+2 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 7 | -42/+42 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | renamed writeln to writeLine in tests | patrick dw | 2015-06-19 | 2 | -3/+3 |
| | |||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 3 | -3/+3 |
| | | | | empty blocks. | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 8 | -0/+91 |