summary refs log tree commit diff stats
path: root/tests/proc
Commit message (Collapse)AuthorAgeFilesLines
* Pick skParam symbols when resolving type idents (#8720)LemonBoy2018-08-221-0/+10
| | | Fixes #8357
* Update all the default parameters after an instantiation (#8689)LemonBoy2018-08-201-0/+11
| | | | | | The old implementation relied on the (now?) wrong assumption that default-valued parameters can only be placed after the required ones. Fixes #8683
* make tests green againAndreas Rumpf2018-05-021-2/+2
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-4/+4
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* new tester; all tests categorizedAraq2014-01-132-0/+25