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

Explicitly import Libdl #119

Merged
merged 1 commit into from
Jan 16, 2018
Merged

Explicitly import Libdl #119

merged 1 commit into from
Jan 16, 2018

Conversation

staticfloat
Copy link
Member

@staticfloat staticfloat commented Jan 15, 2018

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().

Note that this is essentially a no-op on Julia 0.6, so this shouldn't break anything. (We'll see if CI agrees with me there)

@staticfloat
Copy link
Member Author

......okay apparently nightlies are a bit behind. I guess we'll wait on this until I fix the nightlies.

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()`.
@staticfloat
Copy link
Member Author

Okay great, these are passing now, and it's just #120 killing things on 0.7.

@quinnj quinnj merged commit 96fd45b into JuliaLang:master Jan 16, 2018
@quinnj
Copy link
Member

quinnj commented Jan 16, 2018

Thanks for the PR! I fixed the other issue; so hopefully master is good now again.

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

Successfully merging this pull request may close these issues.

2 participants