We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some recent breaking change was propagated as a patch release, and is causing compilation issues in various downstream packages.
As an example, create a fresh environment and install CoordRefSystems.jl:
] add CoordRefSystems
Zygote's compilation is not completing, and every call to using CoordRefSystems triggers it again.
using CoordRefSystems
The text was updated successfully, but these errors were encountered:
As far as I can tell, this is a ZygoteRules issue, due to its latest commit (and version) from 7 hours ago. I've opened an issue there about this.
Sorry, something went wrong.
Centralizing discussion on the ZygoteRules issue.
No branches or pull requests
Some recent breaking change was propagated as a patch release, and is causing compilation issues in various downstream packages.
As an example, create a fresh environment and install CoordRefSystems.jl:
Zygote's compilation is not completing, and every call to
using CoordRefSystems
triggers it again.The text was updated successfully, but these errors were encountered: