summary refs log tree commit diff stats
path: root/tests/array/t9932.nim
Commit message (Collapse)AuthorAgeFilesLines
* typeToString: type float => typedesc[float] (#17011)Timothee Cour2021-02-121-2/+2
| | | | | | | * typeToString: type float => typedesc[float] * fixup * fix tests
* disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ↵Neelesh Chandola2020-05-291-0/+11
(#13261) * disallow typedesc in arrays and move previous checks to types.typeAllowedAux