-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Refactor enum_literal compls #1493
Conversation
7f30056
to
4b52065
Compare
4b52065
to
cdf237a
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.
I did not perform any more checks on my suggestions than running tests so they may break something.
The only exception is the suggestion about the @import
builtin resolution since the current testing infrastructure doesn't support multi file completion tests.
Could you also please remove your debugging related print statements including those that you have comment out.
cdf237a
to
55eb9e8
Compare
Applied all of the above, multi file completions seem to work. |
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.
second round of refactoring and simplification. tests still pass...
Co-authored-by: Techarix <19954306+Techatrix@users.noreply.github.com>
55eb9e8
to
102f1af
Compare
Ditto |
LGTM, hopefully nothing has regressed through these changes. |
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.
Fuzzing only reported a single crash which was unrelated to this PR. (InternPool related)
Not perfect, but functional .