Skip to content

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

❌ Patch coverage is 84.84848% with 5 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (master@7023c60). Learn more about missing BASE report.

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.09%           
=========================================
  Files             ?       11           
  Lines             ?     2117           
  Branches          ?        0           
=========================================
  Hits              ?     1865           
  Misses            ?      252           
  Partials          ?        0           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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