-
Notifications
You must be signed in to change notification settings - Fork 13
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 completion failing in some parser states #322
Conversation
802404e
to
3275050
Compare
@NeoKaios I feel removing "semantic" completion on point-wise locations is a bit harsh (as exemplified by the test inputs you needed to change in this PR). I think we can accept some level of "wrong suggestions" in a restricted set of cases if the suggestions are quite accurate "in general". |
02e4239
to
c1d49ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor detail: please amend the "chore" commit to fix the CHANGELOG.
When skipping folding steps, the folder could set the type to a previous context and not fold over a hidden Any context
Unstring _ into _|_ should be Any not Alphanum type_at_pos takes the last valid type since there is no recovery after the into
This reverts commit 3275050.
7502a7f
to
46a4ec7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
No description provided.