Skip to content

Distributed fixes#25

Merged
JamesWrigley merged 12 commits intomasterfrom
distributed-fixes
Feb 22, 2026
Merged

Distributed fixes#25
JamesWrigley merged 12 commits intomasterfrom
distributed-fixes

Conversation

@JamesWrigley
Copy link
Copy Markdown
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
Copy Markdown

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.
⚠️ Report is 17 commits behind head on master.

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.

@JamesWrigley JamesWrigley merged commit d8f44f5 into master Feb 22, 2026
14 of 15 checks passed
@JamesWrigley JamesWrigley deleted the distributed-fixes branch February 22, 2026 14:33
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