Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest version prints "type Nothing has no field interface" when loaded in startup.jl. #354

Closed
lassepe opened this issue Jun 29, 2024 · 2 comments

Comments

@lassepe
Copy link

lassepe commented Jun 29, 2024

Withe the startup.jl

if Base.isinteractive()
    @eval Main using OhMyREPL: OhMyREPL
end

OhMyREPL prints "type Nothing has no field interface" below the banner:

image

Interestingly, when loaded manually (after startup.jl) in the otherwise same way, this does not happen:

image

@lassepe lassepe changed the title On Julia 1.11-rc1, prints "type Nothing has no field interface" when loaded in startup.jl. Latest version prints "type Nothing has no field interface" when loaded in startup.jl. Jun 29, 2024
@KristofferC
Copy link
Owner

Should be fixed by #353

@lassepe
Copy link
Author

lassepe commented Jun 29, 2024

You are right. I just double checked and the issue is indeed gone on master. Thanks! Sorry for the noise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants