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

precompile fails with v7.60.0 #1058

Closed
sjdaines opened this issue May 26, 2024 · 2 comments · Fixed by #1059
Closed

precompile fails with v7.60.0 #1058

sjdaines opened this issue May 26, 2024 · 2 comments · Fixed by #1059

Comments

@sjdaines
Copy link

Describe the example

Apologies in advance if this is just temporary version skew whilst updating the ecosystem,
but precompile fails when I updated to SciMLSensitivity v7.60.0

Minimal Reproducible Example 👇

This failed for me locally, but the same failure is visible in CI for release v7.60.0, eg

https://github.com/SciML/SciMLSensitivity.jl/actions/runs/9174143254/job/25224354207

Error & Stacktrace ⚠️

From CI failure:

 ? SciMLSensitivity
  320 dependencies successfully precompiled in 440 seconds. 8 already precompiled.
  1 dependency failed but may be precompilable after restarting julia
  1 dependency had output during precompilation:
┌ SciMLSensitivity
│  WARNING: Method definition adjoint(ZygoteRules.AContext, typeof(ZygoteRules.literal_getproperty), SciMLBase.AbstractTimeseriesSolution{T, N, A} where A where N where T, Base.Val{:u}) in module SciMLBaseZygoteExt overwritten in module SciMLSensitivity.
│  ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.
└  

Additional context

@ChrisRackauckas
Copy link
Member

@DhairyaLGandhi you forgot the isdefined

@DhairyaLGandhi
Copy link
Member

Apologies, I am taking a look.

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 a pull request may close this issue.

3 participants