-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
move Libdl
to stdlib
#25459
move Libdl
to stdlib
#25459
Conversation
1b51aea
to
6f1d9de
Compare
Capitalizations of this has always bothered me. This might be a good moment to adjust it... maybe |
97df002
to
16a3a6c
Compare
Tough call; on the one hand |
Your call, just thought I'd mention it while you were renaming. I slightly prefer |
JuliaLang/julia#25459 moved `Libdl` to the stdlib, which means that we need to explicitly import it now before we can do things like `Libdl.dlopen()`.
JuliaLang/julia#25459 moved `Libdl` to the stdlib, which means that we need to explicitly import it now before we can do things like `Libdl.dlopen()`.
JuliaLang/julia#25459 moved `Libdl` to the stdlib, which means that we need to explicitly import it now before we can do things like `Libdl.dlopen()`.
JuliaLang/julia#25459 moved `Libdl` to the stdlib, which means that we need to explicitly import it now before we can do things like `Libdl.dlopen()`.
Was this intentionally without NEWS entry and deprecation warning? Tested a package on 0.7 and was greeted by |
No description provided.