Skip to content

Comments

Rename one method of run_work_thunk() to run_work_thunk_remotevalue(); this fixes a JET error around matching methods for run_work_thunk(...)#41

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

Rename one method of run_work_thunk() to run_work_thunk_remotevalue(); this fixes a JET error around matching methods for run_work_thunk(...)#41
DilumAluthge wants to merge 1 commit intomasterfrom
dpa/181-forward-port

Conversation

@DilumAluthge
Copy link
Member

This is a forward-port of JuliaLang/Distributed.jl#181 (JuliaLang/Distributed.jl@2adcd26).

This fixes the following JET error:

  │┌ run_work_thunk(rv::Distributed.RemoteValue, thunk::Bool) @ Distributed /workpath/Distributed.jl/src/process_messages.jl:79
  ││ no matching method found `run_work_thunk(::Bool, ::Bool)`: Distributed.run_work_thunk(thunk::Bool, false)
  │└────────────────────

(cherry picked from commit 2adcd26e81cec03dbf81fa94071b4c4499e539a1)

…e()`; this fixes a JET error around matching methods for `run_work_thunk(...)` (#181)

This is a forward-port of JuliaLang/Distributed.jl#181 (JuliaLang/Distributed.jl@2adcd26).

This fixes the following JET error:

```
  │┌ run_work_thunk(rv::Distributed.RemoteValue, thunk::Bool) @ Distributed /workpath/Distributed.jl/src/process_messages.jl:79
  ││ no matching method found `run_work_thunk(::Bool, ::Bool)`: Distributed.run_work_thunk(thunk::Bool, false)
  │└────────────────────
```

(cherry picked from commit 2adcd26e81cec03dbf81fa94071b4c4499e539a1)
@DilumAluthge DilumAluthge changed the title Rename one method of run_work_thunk() to run_work_thunk_remotevalue(); this fixes a JET error around matching methods for run_work_thunk(...) (#181) Rename one method of run_work_thunk() to run_work_thunk_remotevalue(); this fixes a JET error around matching methods for run_work_thunk(...) Feb 22, 2026
@codecov
Copy link

codecov bot commented Feb 22, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   87.39%   87.39%           
=======================================
  Files          11       11           
  Lines        2086     2086           
=======================================
  Hits         1823     1823           
  Misses        263      263           

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

@giordano giordano deleted the dpa/181-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