-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix bugs with dot & call operators [backport] #20931
Conversation
Can someone explain to me what the nimsuggest tests mean? I can't find documentation of it anywhere. At least I can guess what change caused the test to change ( |
Ok, so from what I understand in that test, there is no duplicate highlighting of the generic type now, which I'm assuming is not a problem, so I'll just adapt the test. Correct me if I'm wrong. |
Thanks for your hard work on this PR! Hint: mm: orc; opt: speed; options: -d:release |
* better error messages for dot operators [backport] fixes nim-lang#13063 * also fixes nim-lang#7777 * fix nim-lang#6981 and nim-lang#9831 too * fix * minor improvement * sus test fixes * make test multiplatform lol * fix nimsuggest test, extra improvements
* better error messages for dot operators [backport] fixes nim-lang#13063 * also fixes nim-lang#7777 * fix nim-lang#6981 and nim-lang#9831 too * fix * minor improvement * sus test fixes * make test multiplatform lol * fix nimsuggest test, extra improvements
* better error messages for dot operators [backport] fixes nim-lang#13063 * also fixes nim-lang#7777 * fix nim-lang#6981 and nim-lang#9831 too * fix * minor improvement * sus test fixes * make test multiplatform lol * fix nimsuggest test, extra improvements
fixes #13063, fixes #7777, fixes #6981, fixes #9831
"Wrong" behavior of
newSeq[int]
-type calls fixed as well, discovered because of these issues, they should not go throughnfExprCall