-
Notifications
You must be signed in to change notification settings - Fork 1
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
Compatibility with v1.0 #17
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
===========================================
- Coverage 100.00% 97.36% -2.64%
===========================================
Files 1 1
Lines 27 38 +11
===========================================
+ Hits 27 37 +10
- Misses 0 1 +1
☔ View full report in Codecov by Sentry. |
Could you, please, add an entry for v1.0 into "CI.yml" in order to maintain the 100% code coverage. |
Done 👍 For context, the alternative to this PR is to add a lower bound in |
Hm, okay, it seems that the fix was not that easy. Admittedly I did not run the tests 😓
|
As you can see, some tests fail for for long unsupported |
I would be willing to spend the 5 minutes to have what I consider a proper fix. Otherwise it feels unsatisfactory to me. But if you prefer to not have it that way, I can go with my option 2. |
If we could agree, what a proper fix is, I would be ok with that. |
Sounds good. Let me take a look at it. I will get back, either with a good solution or to go with option 2. |
The problem is that |
I included your proposed functionality in the new release |
I see that the tests passed on Julia v1.0 here before. But when I try to build this package with that version, it crashes with the message that
pr
is aDict
with no fieldother
.