-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Precompilation failure #16
Comments
Same here. |
This on release? How could release change? |
Oh... @mauro3 , I think this is related to the use of compat in Parameters.jl |
|
@ChrisRackauckas good call on all points. On the other hand, nothing is 1.0 yet, so breakage is expected to happen. |
This is a more systemic problem about how macros work with the packaging system. It's clear with the example. The change in Parameters requires its dependencies, and not just itself, to require Compat. That's the weird breakage. |
Here's a description of the bug: https://discourse.julialang.org/t/nested-macros-bypass-package-dependencies/2683 As noted, easy fix... but I wanted to get it documented first because this is something I want to avoid in the future. I'll do the METADATA PRs right now. |
METADATA PR to fix it is here: |
Should be fixed now. |
Precompilation of StochasticDiffEq.jl fails both on the latest tagged version and on master
The text was updated successfully, but these errors were encountered: