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

Use _arb_set/_acb_set instead of ccall #1912

Merged
merged 3 commits into from
Oct 25, 2024

Conversation

lgoettgens
Copy link
Collaborator

This is somewhat orthogonal to #1909. Instead of changing _arb_set, this PR instead changes all call-sites of the corresponding FLINT-functions to instead call _arb_set.
This is part of the effort to only call FLINT from few dedicated functions.

Copy link

codecov bot commented Oct 21, 2024

Codecov Report

Attention: Patch coverage is 92.72727% with 4 lines in your changes missing coverage. Please review.

Project coverage is 87.25%. Comparing base (633112d) to head (57a5118).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
src/arb/ComplexMat.jl 50.00% 1 Missing ⚠️
src/arb/RealMat.jl 50.00% 1 Missing ⚠️
src/arb/acb_mat.jl 50.00% 1 Missing ⚠️
src/arb/arb_mat.jl 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1912      +/-   ##
==========================================
+ Coverage   87.24%   87.25%   +0.01%     
==========================================
  Files          97       97              
  Lines       35590    35606      +16     
==========================================
+ Hits        31049    31068      +19     
+ Misses       4541     4538       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Fine by me. I need to redo #1909 anyway, may as well merge this now even if it conflicts.

@fingolfin fingolfin merged commit ac21de0 into Nemocas:master Oct 25, 2024
25 checks passed
@lgoettgens lgoettgens deleted the lg/arb-acb-set--ccalls branch October 25, 2024 07:59
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