Skip to content

Fix a JET error regarding the existence of the local variable reducer at a certain point#37

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

Fix a JET error regarding the existence of the local variable reducer at a certain point#37
DilumAluthge wants to merge 1 commit into
masterfrom
dpa/169-forward-port

Conversation

@DilumAluthge
Copy link
Copy Markdown
Member

@DilumAluthge DilumAluthge commented Feb 22, 2026

This is a forward-port of JuliaLang/Distributed.jl#169 (JuliaLang/Distributed.jl@1bc91f9).

┌ var"@distributed"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ Distributed /workpath/Distributed.jl/src/macros.jl:363
│ local variable `reducer` may be undefined: reducer::Any
└────────────────────

(cherry picked from commit 1bc91f97a75c1ac321ed28dfca072cbabfad7b4c)

…r` at a certain point (#169)

This is a forward-port of JuliaLang/Distributed.jl#169 (JuliaLang/Distributed.jl@1bc91f9).

```
┌ var"@distributed"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ Distributed /workpath/Distributed.jl/src/macros.jl:363
│ local variable `reducer` may be undefined: reducer::Any
└────────────────────
```

(cherry picked from commit 1bc91f97a75c1ac321ed28dfca072cbabfad7b4c)
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 22, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   87.39%   87.54%   +0.14%     
==========================================
  Files          11       11              
  Lines        2086     2087       +1     
==========================================
+ Hits         1823     1827       +4     
+ 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 a JET error regarding the existence of the local variable reducer at a certain point (#169) Fix a JET error regarding the existence of the local variable reducer at a certain point Feb 22, 2026
@DilumAluthge DilumAluthge deleted the dpa/169-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