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

Add portable-atomic crate for the platforms where AtomicU64 is not available #480

Merged
merged 5 commits into from
Jan 5, 2025

Conversation

tatsuya6502
Copy link
Member

@tatsuya6502 tatsuya6502 commented Jan 4, 2025

Fixes #462, #41.

  • Add portable-atomic crate for the platforms where AtomicU64 is not available.
  • The crate feature atomic64 no longer has any effect but we will keep it for now for backward compatibility.
    • It will be removed in v0.13.0 release.

@tatsuya6502 tatsuya6502 self-assigned this Jan 4, 2025
@tatsuya6502 tatsuya6502 added this to the v0.12.10 milestone Jan 4, 2025
Copy link

codecov bot commented Jan 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.18%. Comparing base (cd2b3b3) to head (dd17cc1).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #480      +/-   ##
==========================================
+ Coverage   94.13%   94.18%   +0.04%     
==========================================
  Files          44       44              
  Lines       20559    20558       -1     
==========================================
+ Hits        19354    19362       +8     
+ Misses       1205     1196       -9     

@tatsuya6502 tatsuya6502 marked this pull request as ready for review January 5, 2025 07:55
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging.

@tatsuya6502 tatsuya6502 merged commit 5dbd7ab into main Jan 5, 2025
45 checks passed
@tatsuya6502 tatsuya6502 deleted the portable-atomic branch January 5, 2025 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant