-
Notifications
You must be signed in to change notification settings - Fork 13
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 CairoMakie to 0.13 for package test, (keep existing compat) #705
base: main
Are you sure you want to change the base?
CompatHelper: bump compat for CairoMakie to 0.13 for package test, (keep existing compat) #705
Conversation
…eep existing compat)
de5f01e
to
8e39ec3
Compare
Blocked by SciML/SciMLBase.jl#905 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #705 +/- ##
=======================================
Coverage 68.73% 68.73%
=======================================
Files 93 93
Lines 5780 5780
=======================================
Hits 3973 3973
Misses 1807 1807
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
test/Project.toml
Outdated
@@ -16,7 +16,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | |||
|
|||
[compat] | |||
CSV = "0.10" | |||
CairoMakie = "0.12" | |||
CairoMakie = "0.12, 0.13" |
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.
CairoMakie = "0.12, 0.13" | |
CairoMakie = "0.13" |
Is there a reason why we would need 0.12 now?
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.
No but:
- This is just the default CompatHelper
- Both versions are still working since we don't use any specific part of 0.13
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.
Let's see if 0.13 now works.
Apparently, there are still some incompatibilities with 0.13. I commented here: |
This pull request changes the compat entry for the
CairoMakie
package from0.12
to0.12, 0.13
for package test.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.