-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorcompletionsTab and autocompletion in the replTab and autocompletion in the replregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous versionregression 1.12Regression in the 1.12 releaseRegression in the 1.12 release
Milestone
Description
Yes another REPL autocompletion bug in 1.12. On both 49263b7 (release-1.12
branch) and a5157c0 (master
)
platform = Base.BinaryPlatforms.<TAB>
doesn't complete anything. Can be reproduced with any Module.Submodule
name, not just Base.BinaryPlatforms
, that's just an example. Removing the left-hand side of the assignment solves the issue. This is of course a regression, used to work correctly in v1.11-. I believe this is distinct from all other bugs I reported.
Metadata
Metadata
Assignees
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorcompletionsTab and autocompletion in the replTab and autocompletion in the replregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous versionregression 1.12Regression in the 1.12 releaseRegression in the 1.12 release