summary refs log tree commit diff stats
path: root/tests/openarray/t8259.nim
Commit message (Collapse)AuthorAgeFilesLines
* typeToString can now show (recursively) resolved type aliases; fixes #8569 ↵Timothee Cour2019-08-311-1/+1
| | | | | | | | | | | #8083 #8570 (#11678) * nested typeToString * typeToString: preferResolved * add test * fix test * preferMixed * fix tests
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+1
|
* Always check the deduced type validity for resultLemonBoy2018-09-171-0/+7
Fixes #8259