Skip to content

"WARNING: replacing module..." is no longer printed when replacing modules #57810

Open
@topolarity

Description

@topolarity

Not sure if this is intended as part of binding replacement or not, but wanted to open an issue just in case.

On nightly:

julia> module Foo; end
Main.Foo

julia> module Foo; end
Main.Foo

On 1.11:

julia> module Foo; end
Main.Foo

julia> module Foo; end
WARNING: replacing module Foo.
Main.Foo

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behaviordisplay and printingAesthetics and correctness of printed representations of objects.modules

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions