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

ref: Make SourceBundleDebugSession: Send, Sync and AsSelf #767

Merged
merged 2 commits into from
Feb 24, 2023
Merged

Conversation

Swatinem
Copy link
Member

This replaces all usages of LazyCell (which is not thread safe) with OnceCell, which is and will also be available as std::sync::OnceLock in the future.

This replaces all usages of `LazyCell` (which is not thread safe) with
`OnceCell`, which is and will also be available as `std::sync::OnceLock`
in the future.
@Swatinem Swatinem requested a review from a team February 24, 2023 09:27
@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Merging #767 (6452e44) into master (9c06f36) will decrease coverage by 0.01%.
The diff coverage is 78.57%.

❗ Current head 6452e44 differs from pull request most recent head beac30e. Consider uploading reports for the commit beac30e to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #767      +/-   ##
==========================================
- Coverage   74.68%   74.67%   -0.01%     
==========================================
  Files          71       71              
  Lines       15392    15400       +8     
==========================================
+ Hits        11495    11500       +5     
- Misses       3897     3900       +3     

@Swatinem Swatinem enabled auto-merge (squash) February 24, 2023 09:46
@Swatinem Swatinem merged commit 0b7b0f5 into master Feb 24, 2023
@Swatinem Swatinem deleted the oncecell branch February 24, 2023 10:01
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