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

refact!: remove thread local support #3

Merged
merged 3 commits into from
Sep 29, 2024
Merged

Conversation

pedromfedricci
Copy link
Owner

BREAKING

  • Removed: thread_local cargo feature.
  • Removed: clhlock::thread_local_node! macro.
  • Removed: clhlock::raw::Mutex::lock_with_local.
  • Removed: clhlock::raw::Mutex::lock_with_local_unchecked.

@codecov-commenter
Copy link

codecov-commenter commented Sep 29, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.38%. Comparing base (ee20977) to head (2859ea5).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##              main       #3      +/-   ##
===========================================
- Coverage   100.00%   97.38%   -2.62%     
===========================================
  Files            7        6       -1     
  Lines          168      153      -15     
===========================================
- Hits           168      149      -19     
- Misses           0        4       +4     
Flag Coverage Δ
97.38% <ø> (-2.62%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@pedromfedricci pedromfedricci merged commit ea141c9 into main Sep 29, 2024
10 of 11 checks passed
@pedromfedricci pedromfedricci deleted the remove-thread-local branch September 29, 2024 15:10
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