-
Notifications
You must be signed in to change notification settings - Fork 21
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 warnings in package extensions #162
Labels
bug
Something isn't working
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
julia> import OrdinaryDiffEq, ModelingToolkit
julia> OrdinaryDiffEq.ODEProblem === ModelingToolkit.ODEProblem
true Is this equality a recent change? It would explain why the extensions are stomping on each other. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Closed
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry for the noise here! I marked my previous comments all off topic |
It looks like this severely stalls the precompilation of SimulationService.jl. I get a fun mix of warnings and errors. Happy to share the terminal output if it will help. |
Closed by #167 as soon as tests pass! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When precompiling the OrdinaryDiffEq and ModelingToolkit extensions, I get the following warnings:
This is on Catlab v0.15.5.
The text was updated successfully, but these errors were encountered: