Open
Description
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