Skip to content

Fix pool::Arc being enabled without atomics. #548

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
Apr 26, 2025
Merged

Conversation

reitermarkus
Copy link
Member

Only deny warnings on CI: https://rust-unofficial.github.io/patterns/anti_patterns/deny-warnings.html

Fix pool::Arc being enabled without atomics.

Fixes #463.

@reitermarkus reitermarkus changed the title Don't deny warnings. Fix pool::Arc being enabled without atomics. Apr 6, 2025
@reitermarkus reitermarkus requested a review from a team April 6, 2025 00:08
@reitermarkus reitermarkus enabled auto-merge April 23, 2025 20:26
@reitermarkus reitermarkus added this to the v0.9.0 milestone Apr 23, 2025
@reitermarkus
Copy link
Member Author

@rust-embedded/libs @rust-embedded/triage

Can anyone have a look here? Thanks!

Copy link
Member

@newAM newAM left a comment

Choose a reason for hiding this comment

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

Thanks!

@reitermarkus reitermarkus added this pull request to the merge queue Apr 26, 2025
Merged via the queue into main with commit 717c7b1 Apr 26, 2025
22 checks passed
@reitermarkus reitermarkus deleted the arc-atomics branch April 26, 2025 19:46
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.

Misdetects arm_llsc and fails to build on thumbv6m-none-eabi with -C linker-plugin-lto=y
2 participants