-
Notifications
You must be signed in to change notification settings - Fork 130
CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) #2512
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
CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) #2512
Conversation
044d166
to
66da0b9
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2512 +/- ##
=======================================
Coverage 96.76% 96.76%
=======================================
Files 518 518
Lines 42400 42400
=======================================
Hits 41027 41027
Misses 1373 1373
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
We need to wait for SciML/OrdinaryDiffEq.jl#2817 to test the new version. |
OrdinaryDiffEq.jl updated the versions in SciML/OrdinaryDiffEq.jl#2847, but we need to wait for new releases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Datastructures.jl v0.19 is used in the tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…compat) (trixi-framework#2512) * CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) * Update Project.toml * Update Project.toml --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Joshua Lampert <[email protected]> Co-authored-by: Hendrik Ranocha <[email protected]>
This pull request changes the compat entry for the
DataStructures
package from0.18.15
to0.18.15, 0.19
.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.