-
-
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
REPL completion error #24257
Labels
regression
Regression in behavior compared to a previous version
REPL
Julia's REPL (Read Eval Print Loop)
Comments
nalimilan
added
regression
Regression in behavior compared to a previous version
REPL
Julia's REPL (Read Eval Print Loop)
labels
Oct 21, 2017
Probably caused by #24141. |
This still happens on current master (with a single Tab press). |
Line 355 (from f8196cc!) assumes that it's only legal to call the getfield function on values gotten from other calls to getfield (without error checking):
|
fixed? I dont' see this anymore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
regression
Regression in behavior compared to a previous version
REPL
Julia's REPL (Read Eval Print Loop)
If I type
Base.Distributed.Cluster.P
at the REPL and hit TAB twice, I get this on master but not on 0.6.0:The text was updated successfully, but these errors were encountered: