Skip to content

[REPL] Autocompletion of v = Module.Submodule.<TAB> is broken #57611

Closed
@giordano

Description

@giordano

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

No one assigned

    Labels

    REPLJulia's REPL (Read Eval Print Loop)bugIndicates an unexpected problem or unintended behaviorcompletionsTab and autocompletion in the replregressionRegression in behavior compared to a previous versionregression 1.12Regression in the 1.12 release

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions