summary refs log tree commit diff stats
path: root/tests/errmsgs/t10734.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixed dot operator recursive loop & macro suggest (#16922)Saem Ghani2021-02-151-7/+8
| | | | | | | | | | | | | | | | | | * basic stability improvements; refs nimsuggest * fixed dot operator recursive loop & macro suggest * hacky fix for run away dot operator sem check Committing this mostly to make the issue more clear. Perhaps get better feedback. * semExprWithType seems like a better place to check * fixed error messages const case expressions * Clean-up test * stopped the dot operator madness No longer get infinite recursion when seming broken code with a dot operator macro like in jsffi. Co-authored-by: Araq <rumpf_a@web.de>
* close #10734 add testcase (#16692)flywind2021-01-121-0/+19
* close #10734 add testcase * fix * fix