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 import Cassette work on Julia 1.12 (although the package probably won't work on 1.12) #210

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

DilumAluthge
Copy link
Contributor

@DilumAluthge DilumAluthge commented Oct 21, 2024

Closes #209

This won't make Cassette.jl actually work on Julia 1.12, but it makes import Cassette work without error on Julia 1.12.

So, if you have Cassette.jl deep somewhere in your dependency tree, but you don't actually use Cassette (as is my use case), now you will be able to precompile your entire project without error.

@DilumAluthge
Copy link
Contributor Author

cc: @vchuravy

@vchuravy vchuravy merged commit 7e798c2 into JuliaLabs:master Oct 21, 2024
4 of 14 checks passed
@DilumAluthge DilumAluthge deleted the dpa/load-on-1.12 branch October 21, 2024 06:58
@DilumAluthge
Copy link
Contributor Author

Thanks @vchuravy!

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.

Cannot precompile Cassette.jl on Julia nightly (1.12)
2 participants