Skip to content
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

Merged
merged 5 commits into from
Oct 25, 2024

Conversation

lgoettgens
Copy link
Collaborator

@lgoettgens lgoettgens commented Oct 25, 2024

Some trivial changes from #1909 (it has conflicts due to #1912 anyway) and more in the same direction.

@lgoettgens lgoettgens marked this pull request as draft October 25, 2024 08:23
@lgoettgens lgoettgens changed the title Wrap acb_real_ptr and acb_imag_ptr into functions Wrap Arb pointer functions into julia functions Oct 25, 2024
@fingolfin
Copy link
Member

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 :-)

@lgoettgens
Copy link
Collaborator Author

This now should be everything (TM).

Everything else that does not have an easy fix will get reverted

Copy link
Member

@fingolfin fingolfin left a 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

@lgoettgens lgoettgens marked this pull request as ready for review October 25, 2024 08:53
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

Attention: Patch coverage is 69.23077% with 24 lines in your changes missing coverage. Please review.

Project coverage is 87.42%. Comparing base (ac21de0) to head (36ef525).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/arb/Complex.jl 54.54% 10 Missing ⚠️
src/arb/acb.jl 54.54% 10 Missing ⚠️
src/arb/ArbTypes.jl 25.00% 3 Missing ⚠️
src/arb/acb_poly.jl 75.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@lgoettgens lgoettgens merged commit eea3f94 into Nemocas:master Oct 25, 2024
22 of 24 checks passed
@lgoettgens lgoettgens deleted the lg/real-imag-ptr branch October 25, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants