-
Notifications
You must be signed in to change notification settings - Fork 74
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
Drop 0.4 support #284
Drop 0.4 support #284
Conversation
src/BinDeps.jl
Outdated
|
||
const dlext = Libdl.dlext | ||
const shlib_ext = dlext # compatibility with older packages (e.g. ZMQ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should really update all the packages that still depend on this 3 year old definition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cairo and HttpParser, still use it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deprecate_binding ?
done |
I also submitted Prs to update Cairo.jl ,ZMQ.jl and HttpParser |
src/BinDeps.jl
Outdated
|
||
# deprecations | ||
|
||
@deprecate shlib_ext Libdl.dlext |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should use the non-exporting version where possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was wrong I forgot to push the fix, should be g2g now.
ci failures are unrelated, we are seeing JuliaPackaging/WinRPM.jl#104 |
- JULIAVERSION: "julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe" | ||
- JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe" | ||
- JULIAVERSION: "julialang/bin/winnt/x86/0.5/julia-0.6-latest-win32.exe" | ||
- JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.6-latest-win64.exe" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.6
this was in 0.5.0? |
Oops, I looked at version in the wrong place. Sorry for the noise. |
No description provided.