-
Notifications
You must be signed in to change notification settings - Fork 22
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
fix #72 #75
fix #72 #75
Conversation
Awesome, can you bump the patch version? |
Bumped. But 1.5.0 isn't registered yet anyway... |
Ok sry |
Codecov ReportBase: 34.05% // Head: 35.46% // Increases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #75 +/- ##
==========================================
+ Coverage 34.05% 35.46% +1.40%
==========================================
Files 5 5
Lines 138 141 +3
==========================================
+ Hits 47 50 +3
Misses 91 91
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Cleaner than #74:
@generated
isn't actually needed here anymore, Julia internals aren't accessed.We only use
@generated
here because of 1.6 and earlier: #60 (comment).After those versions stop being relevant, the
if
branch can be just removed.All tests, including downstream and timing, pass.