Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #22753; Nimsuggest segfault with invalid assignment to table (#22781) | ringabout | 2023-10-02 | 1 | -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 Leahy | 2023-08-04 | 1 | -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 |