summary refs log tree commit diff stats
path: root/tests/generics/tuninstantiated_failure.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #22753; Nimsuggest segfault with invalid assignment to table (#22781)ringabout2023-10-021-2/+2
| | | | | | | | fixes #22753 ## Future work We should turn all the error nodes into nodes of a nkError kind, which could be a industrious task. But perhaps we can add a special treatment for error nodes to make the transition smooth.
* Fix crash when using uninstantiated generic (#22379)Jake Leahy2023-08-041-0/+16
* Add test case * Add in a bounds check when accessing generic types Removes idnex out of bounds exception when comparing a generic that isn't fully instantiated