Skip to content

Fix JET errors around matching methods for send_msg(...)#38

Closed
DilumAluthge wants to merge 1 commit into
masterfrom
dpa/166-forward-port
Closed

Fix JET errors around matching methods for send_msg(...)#38
DilumAluthge wants to merge 1 commit into
masterfrom
dpa/166-forward-port

Conversation

@DilumAluthge
Copy link
Copy Markdown
Member

This is a forward-port of JuliaLang/Distributed.jl#166 (JuliaLang/Distributed.jl@56fa9f2).

┌ send_msg(s::IO, header::Any, msg::Any) @ Distributed /workpath/Distributed.jl/src/messages.jl:105
│ no matching method found `send_msg(::Distributed.LocalProcess, ::Any, ::Any)` (1/2 union split): Distributed.send_msg(Distributed.worker_from_id(id::Int64)::Union{Distributed.LocalProcess, Distributed.Worker}, header::Any, msg::Any)
└────────────────────

(cherry picked from commit 56fa9f214afd5f2c487ac4132aee8e50daf19c0e)

This is a forward-port of JuliaLang/Distributed.jl#166 (JuliaLang/Distributed.jl@56fa9f2).

```
┌ send_msg(s::IO, header::Any, msg::Any) @ Distributed /workpath/Distributed.jl/src/messages.jl:105
│ no matching method found `send_msg(::Distributed.LocalProcess, ::Any, ::Any)` (1/2 union split): Distributed.send_msg(Distributed.worker_from_id(id::Int64)::Union{Distributed.LocalProcess, Distributed.Worker}, header::Any, msg::Any)
└────────────────────
```

(cherry picked from commit 56fa9f214afd5f2c487ac4132aee8e50daf19c0e)
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 22, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 87.53%. Comparing base (fbca46f) to head (491798a).

Files with missing lines Patch % Lines
src/messages.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   87.39%   87.53%   +0.14%     
==========================================
  Files          11       11              
  Lines        2086     2086              
==========================================
+ Hits         1823     1826       +3     
+ Misses        263      260       -3     

☔ 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 changed the title Fix JET errors around matching methods for send_msg(...) (#166) Fix JET errors around matching methods for send_msg(...) Feb 22, 2026
@DilumAluthge DilumAluthge deleted the dpa/166-forward-port branch February 22, 2026 13:54
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