summary refs log tree commit diff stats
path: root/tests/ambsym
Commit message (Collapse)AuthorAgeFilesLines
* better procvar ambiguity errors, clean up after #20457 (#20932)metagn2022-12-011-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)metagn2022-10-011-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öring2018-12-114-12/+2
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-42/+42
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* renamed writeln to writeLine in testspatrick dw2015-06-192-3/+3
|
* Changed tests and tools to use 'discard' statements instead of 'nil' for ↵Clay Sweetser2014-02-153-3/+3
| | | | empty blocks.
* new tester; all tests categorizedAraq2014-01-138-0/+91