Skip to content

[REPL] Autocompletion of keyword arguments with do-blocks is broken #58833

@giordano

Description

@giordano

In julia v1.11.5:

julia> code_llvm((Int,); deb<TAB>) do x; x; end

completes to

julia> code_llvm((Int,); debuginfo=) do x; x; end

In v1.12.0-beta4 it doesn't do anything.

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 replregression 1.12Regression in the 1.12 release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions