-
Notifications
You must be signed in to change notification settings - Fork 58
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
Wrap Arb pointer functions into julia functions #1921
Conversation
acb_real_ptr
and acb_imag_ptr
into functions2ddf025
to
3de8b95
Compare
Fine by me. My recommendation: Don't get distract by trying to cover all cases perfectly. Having 80% in now beats having 100% in with 2 days of work :-) |
This now should be everything (TM). Everything else that does not have an easy fix will get reverted |
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.
Looks good to me
e115f31
to
36ef525
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1921 +/- ##
==========================================
- Coverage 87.44% 87.42% -0.03%
==========================================
Files 97 97
Lines 35555 35626 +71
==========================================
+ Hits 31092 31146 +54
- Misses 4463 4480 +17 ☔ View full report in Codecov by Sentry. |
Some trivial changes from #1909 (it has conflicts due to #1912 anyway) and more in the same direction.