summary refs log tree commit diff stats
path: root/tests/misc/tnoop.nim
Commit message (Collapse)AuthorAgeFilesLines
* close #17636 (#17643)flywind2021-04-061-2/+1
|
* honor --declaredLocs in more places, including type mismatch errors; also ↵Timothee Cour2020-10-271-1/+1
| | | | | | | show `kind` with --declaredLocs (#15673) * honor --declaredLocs in more places, including type mismatch errors * fix tests * show declaration location also when type mismatch names clash
* correct tnoop test caseAraq2018-10-251-2/+3
|
* fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to ↵Timothee Cour2018-10-141-3/+4
| | | | call undeclared routine' error (#8786)
* s/procedure/routine/ in tests.Dominik Picheta2015-06-051-1/+1
|
* Fixes #2584Dominik Picheta2015-06-041-1/+1
| | | | | Better compiler errors for accessing undeclared fields, calling undeclared procedures and procedure fields.
* fixes --gc:none regression; made some tests greenAraq2015-03-101-4/+3
|
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+12
Add some documentations and code examples in system