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

Enable atomic64 only when target supports AtomicU64 #466

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

zonyitoo
Copy link
Contributor

@zonyitoo zonyitoo commented Dec 2, 2024

fix #465

@tatsuya6502 tatsuya6502 self-requested a review December 2, 2024 11:38
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.90%. Comparing base (c84c857) to head (adf139b).
Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #466      +/-   ##
==========================================
+ Coverage   94.86%   94.90%   +0.04%     
==========================================
  Files          43       43              
  Lines       20304    20304              
==========================================
+ Hits        19261    19270       +9     
+ Misses       1043     1034       -9     

@zonyitoo
Copy link
Contributor Author

zonyitoo commented Dec 2, 2024

@tatsuya6502 The 2 failed CI tests are not related to this PR.

@zonyitoo
Copy link
Contributor Author

zonyitoo commented Dec 3, 2024

Are there any suggestions about this PR? Could it be merged?

@tatsuya6502 tatsuya6502 added this to the v0.12.9 milestone Dec 8, 2024
@tatsuya6502 tatsuya6502 self-assigned this Dec 14, 2024
Copy link
Member

@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.

Thank you very much for your contribution! It looks good to me.

@tatsuya6502 tatsuya6502 merged commit 64a5202 into moka-rs:main Dec 14, 2024
21 of 23 checks passed
@zonyitoo zonyitoo deleted the patch-1 branch December 15, 2024 12:18
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.

Automatically disable atomic64 feature on known 32-bits Platforms that fail to compile
2 participants