Skip to content

Comments

Fix a JET error around matching methods for push!(...)#42

Closed
DilumAluthge wants to merge 1 commit intomasterfrom
dpa/173-forward-port
Closed

Fix a JET error around matching methods for push!(...)#42
DilumAluthge wants to merge 1 commit intomasterfrom
dpa/173-forward-port

Conversation

@DilumAluthge
Copy link
Member

This is a forward-port of JuliaLang/Distributed.jl#173 (JuliaLang/Distributed.jl@b7c43b2).

┌  @ Distributed /workpath/Distributed.jl/src/process_messages.jl:387
│ no matching method found `push!(::Nothing, ::Any)` (1/2 union split): Distributed.push!(default_worker_pool()::Union{Nothing, Distributed.AbstractWorkerPool}, w.id::Any)
└────────────────────

(cherry picked from commit b7c43b235a963d19ec1c5e5aa9b8a565b6e49c34)

This is a forward-port of JuliaLang/Distributed.jl#173 (JuliaLang/Distributed.jl@b7c43b2).

```
┌  @ Distributed /workpath/Distributed.jl/src/process_messages.jl:387
│ no matching method found `push!(::Nothing, ::Any)` (1/2 union split): Distributed.push!(default_worker_pool()::Union{Nothing, Distributed.AbstractWorkerPool}, w.id::Any)
└────────────────────
```

(cherry picked from commit b7c43b235a963d19ec1c5e5aa9b8a565b6e49c34)
@codecov
Copy link

codecov bot commented Feb 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.63%. Comparing base (fbca46f) to head (c6d10d2).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   87.39%   87.63%   +0.23%     
==========================================
  Files          11       11              
  Lines        2086     2086              
==========================================
+ Hits         1823     1828       +5     
+ Misses        263      258       -5     

☔ 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.

@DilumAluthge DilumAluthge deleted the dpa/173-forward-port branch February 22, 2026 13:53
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.

1 participant