Commit d396a8c
authored
Fix some JET errors around matching methods for
```
┌ create_worker(manager::Distributed.ClusterManager, wconfig::Distributed.WorkerConfig) @ Distributed ~/Distributed.jl/src/cluster.jl:709
│ no matching method found `send_connection_hdr(::Distributed.LocalProcess, ::Bool)` (1/2 union split): Distributed.send_connection_hdr(w::Union{Distributed.LocalProcess, Distributed.Worker}, true)
└────────────────────
```
```
┌ create_worker(manager::Distributed.ClusterManager, wconfig::Distributed.WorkerConfig) @ Distributed ~/Distributed.jl/src/cluster.jl:712
│ no matching method found `send_msg_now(::Distributed.LocalProcess, ::Distributed.MsgHeader, ::Distributed.JoinPGRPMsg)` (1/2 union split): Distributed.send_msg_now(w::Union{Distributed.LocalProcess, Distributed.Worker}, Distributed.MsgHeader(Distributed.RRID(0, 0)::Distributed.RRID, ntfy_oid::Distributed.RRID)::Distributed.MsgHeader, join_message)
└────────────────────
```
(cherry picked from commit 3e74cbc)send_connection_hdr(...) and send_msg_now(...) (#180)1 parent 231da28 commit d396a8c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
629 | | - | |
| 629 | + | |
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
| |||
0 commit comments