-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[REPL] Autocompletion of @benchmark A .= A setup=(A= is broken #55520
Copy link
Copy link
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 version
Milestone
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 version
On faa6095:
autocompletes
ptoprimitive type, the only things completed at this point are keywords. This is a regression in Julia v1.12, it works as expected in Julia v1.10. This is similar to #55420, but the condition is quite different.