-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
access violation during tab completion in REPL #28931
Comments
Is this reproducible, i.e. if you do the same steps in a new session the same thing happens? If so, it would be very helpful to have those steps. |
Sorry about that, totally forgot that reproducibility is something I need to test. I tried the sequence that led me to that point and this time Julia seems to have handled it better. Unsure if this is the behavior you want in this situation but here is what happened the second time I tried.
I had reassigned the variables a and b a couple of times the first time around, I can follow the exact sequence if you think it might help. I notice now that it adds this ┌ strange character upon me pressing tab and that is something that seems to be reproducible. |
I was trying to use tab completion on a HTML object from the Gumbo package. I assume that this problem has less to do with the package than julia as it was a hard crash while trying to auto complete an element's field. As you can see i'm indexing the object which might cause type inference issues and after typing the dot and pressing tab it crashed immediately.
I am using Julia 1.0 on windows 10.
The text was updated successfully, but these errors were encountered: