Skip to content

@assume_effects :foldable for all the ccalls #56

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

Merged
merged 3 commits into from
Feb 15, 2023
Merged

Conversation

oscardssmith
Copy link
Member

This will let the compiler constant fold all of these ccalls on Julia 1.8 and up.

@codecov
Copy link

codecov bot commented Feb 14, 2023

Codecov Report

Base: 85.51% // Head: 75.36% // Decreases project coverage by -10.15% ⚠️

Coverage data is based on head (bfb7a94) compared to base (be88e47).
Patch coverage: 97.05% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           master      #56       +/-   ##
===========================================
- Coverage   85.51%   75.36%   -10.15%     
===========================================
  Files           3        3               
  Lines         359      341       -18     
===========================================
- Hits          307      257       -50     
- Misses         52       84       +32     
Impacted Files Coverage Δ
src/Quadmath.jl 84.53% <97.05%> (+0.71%) ⬆️
src/printf.jl 2.50% <0.00%> (-92.50%) ⬇️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@RalphAS
Copy link
Collaborator

RalphAS commented Feb 15, 2023

This currently requires bumping the Julia compatibility to v1.6. (There is no applicable Compat.jl entry available for earlier versions; is a backport envisioned?)

Otherwise LGTM.

The failure in macOS-latest is an unrelated issue (#57).

@RalphAS RalphAS merged commit c057d95 into master Feb 15, 2023
@oscardssmith oscardssmith deleted the assume-foldable branch February 15, 2023 16: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