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

make libtask compatible with Julia 1.6 #2176

Merged
merged 2 commits into from
Apr 8, 2021
Merged

make libtask compatible with Julia 1.6 #2176

merged 2 commits into from
Apr 8, 2021

Conversation

KDr2
Copy link
Contributor

@KDr2 KDr2 commented Nov 26, 2020

No description provided.

@KDr2
Copy link
Contributor Author

KDr2 commented Nov 26, 2020

Oh, 1.6/nightly-build is not available now?

@fingolfin
Copy link
Member

See #1987

@fingolfin
Copy link
Member

Problem with that one is that apparently Julia packages and in particular JLLs are not supposed to use the "prerelease" part of a semver version... Which is kind of a pity, as they would be the absolutely natural thing to deal with JLLs bundling prerelease snapshot of software (as done in #1987, and also in a bunch of other JLLs I myself work on). Not to mention the possibility to use it to deal with Julia versions etc. :-(

@devmotion
Copy link
Contributor

@giordano @KDr2 It seems libjulia is now available for Julia 1.6, so maybe we can build Libtask_jll for Julia 1.6?

@giordano giordano closed this Apr 7, 2021
@giordano giordano reopened this Apr 7, 2021
@giordano
Copy link
Member

giordano commented Apr 7, 2021

Some internal julia structures may have changed?

@devmotion
Copy link
Contributor

Probably some additional changes in task.c after the PR was created: v1.5.3...v1.6.0#diff-1ac89047bd

@giordano giordano merged commit b19036c into JuliaPackaging:master Apr 8, 2021
@giordano
Copy link
Member

giordano commented Apr 8, 2021

Thanks!

@giordano giordano linked an issue Apr 8, 2021 that may be closed by this pull request
@KDr2 KDr2 deleted the libtask-julia-1.6 branch June 17, 2021 02:41
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.

Libtask is incompatible with Julia 1.6
4 participants