summary refs log tree commit diff stats
path: root/tests/generics/t21742.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix #21742: Check generic alias depth before skip (#22443)SirOlaf2023-09-081-0/+10
Close #21742 Checking if there's any side-effects and if just changing typeRel is adequate for this issue before trying to look into related ones. `skipBoth` is also not that great, it can lead to code that works sometimes but fails when the proc is instantiated with branching aliases. This is mostly an issue with error clarity though. --------- Co-authored-by: SirOlaf <unknown> Co-authored-by: SirOlaf <>