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

Distributed fixes #25

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Distributed fixes #25

wants to merge 11 commits into from

Conversation

JamesWrigley
Copy link
Collaborator

I've cherry-picked most of the recent commits from @IanButterworth's push to get Distributed threadsafe. A few are skipped because I didn't feel they were completely safe (e.g. @async to @spawn) or I don't fully understand them yet (e.g. JuliaLang/Distributed.jl@2b0ba72).

Most of the commits are semantically identical to their upstream counterparts, with the exception of b41f62a (JuliaLang/Distributed.jl#125) which I put behind a @static if to keep support for versions <1.12.

@JamesWrigley JamesWrigley self-assigned this Feb 26, 2025
@codecov-commenter
Copy link

codecov-commenter commented Feb 26, 2025

Codecov Report

Attention: Patch coverage is 84.84848% with 5 lines in your changes missing coverage. Please review.

Project coverage is 88.10%. Comparing base (ee6e544) to head (29f6eb6).

Files with missing lines Patch % Lines
src/workerpool.jl 81.25% 3 Missing ⚠️
src/cluster.jl 75.00% 1 Missing ⚠️
src/clusterserialize.jl 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
- Coverage   88.12%   88.10%   -0.02%     
==========================================
  Files          11       11              
  Lines        2096     2118      +22     
==========================================
+ Hits         1847     1866      +19     
- Misses        249      252       +3     

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

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.

4 participants