summary refs log tree commit diff stats
path: root/tests/proc
Commit message (Collapse)AuthorAgeFilesLines
* allow typed/untyped in magic procs (#12911)Timothee Cour2019-12-171-2/+10
|
* fixes #12033 (#12039)Arne Döring2019-08-261-2/+11
|
* fixes #10838 (#10841)cooldome2019-03-181-0/+14
| | | | | | * fixes #10838 * reject func in types instead * trigger tests
* typed/untyped return type is invalid for everything except templates and ↵Neelesh Chandola2019-01-151-0/+12
| | | | macros (#10275)
* proc does not take untyped/typed as argument (#9981)Neelesh Chandola2018-12-192-0/+14
| | | | | | * proc does not take untyped/typed as argument * Add TODO
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+1
|
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-164-37/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge magics * merge metatype tests * merge method tests * merge objects tests * change `import future` to `import sugar` Nim in Action tests are left with `import future`, to ensure compatibility. * merge overload tests * merge proc tests * merge procvar tests * merge range tests * merge seq tests * merge sets tests * remove wrong assert from `tsets3` * fix `jsTests` * better fix
* 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