-
Notifications
You must be signed in to change notification settings - Fork 113
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
remove restriction of DiffEqBase.jl (used as hotfix) #2264
Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
In #2263 (comment) I made a list of issues and PRs, which are closed by this PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2264 +/- ##
=======================================
Coverage 96.87% 96.87%
=======================================
Files 490 490
Lines 39485 39491 +6
=======================================
+ Hits 38248 38255 +7
+ Misses 1237 1236 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Probably bump Reexport.jl to v1.2 to allow newer versions of NonlinearSolve.jl? |
I'll try to locally debug the Downgrade compat stuff. |
Thanks a lot! |
Thanks a lot, @JoshuaLampert! Could you please review this PR so that we can merge it when CI passes? |
Yes, we still have some errors. I'll look into them. |
Failing invalidations CI is fine with me |
I will look at the
error. Could you please check the second and third items on the list? |
…/Trixi.jl into hr/update_DiffEq
Ok, looks like Downgrade is finally happy. These SciML packages always need pretty high compat bounds... Now, we only need to fix the compat bounds in TrixiShallowWater.jl according to the ones here. |
@ranocha, can you comment on the circular dependency including TrixiDiffEqBaseExt.jl (https://github.com/trixi-framework/Trixi.jl/actions/runs/13200117204/job/36849978148?pr=2264#step:8:530)? |
@DanielDoehring, can you please confirm that eb3d778 is the correct fix for https://github.com/trixi-framework/Trixi.jl/actions/runs/13200117205/job/36849994393?pr=2264#step:7:3488? Do you know why this error wasn't thrown before? |
See dd81e82 |
Trixi.jl depends on DiffEqBase.jl already via DiffEqCallbacks.jl. Making DiffEqBase.jl a regular dep instead of a weakdep fixes a cyclic dependency issue with extensions.
Thanks! |
Closes #1789, closes #1785, closes #1240, closes #2108, closes #2120, closes #2121, closes #2157, closes #1791, closes #1850, closes #2091.