summary refs log tree commit diff stats
path: root/tests/generics/tbaddeprecated.nim
Commit message (Collapse)AuthorAgeFilesLines
* consistent use of scForceOpen for generic dot field symbols (#21738)metagn2023-05-051-0/+55
* always force open generic dot field symbols? fixes #21724 but might break code * alternative, should fix CI * other alternative, add test for previous CI failure * not needed * make sure call doesn't compile too * ok actual second test * ok final actual correct test * apply performance idea * don't make fromDotExpr static