• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaLang / julia / 1485
78%

Build:
DEFAULT BRANCH: master
Ran 27 Mar 2026 11:50AM UTC
Jobs 3
Files 351
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Mar 2026 06:18AM UTC coverage: 77.58% (+0.06%) from 77.523%
1485

push

buildkite

web-flow
[JuliaLowering] Fix UndefVarError for keyword arg names in return type (#61413)

The nokw and kwcall wrapper methods were receiving the raw `rett`
expression as the return type of their lambdas. When keyword argument
names appear in the return type (e.g., `f(; T::Type=Int)::Vector{T}`),
those names are not bound in the wrapper scopes, causing `UndefVarError`
at runtime.

Fix by omitting `rett` from the wrapper methods. Only the body method
(which has keyword args as positional parameters) needs the return type
check. Make `rett` a default argument of `method_def_expr` so callers
can simply omit it.

Co-authored-by: Em Chu <61633163+mlechu@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

64533 of 83182 relevant lines covered (77.58%)

24517250.87 hits per line

Coverage Regressions

Lines Coverage ∆ File
24
81.65
-2.18% Compiler/src/typeinfer.jl
11
77.78
-4.37% base/experimental.jl
4
83.33
-1.63% stdlib/LibGit2/src/callbacks.jl
3
71.86
0.82% base/show.jl
2
68.34
-0.25% base/errorshow.jl
1
83.1
-0.13% base/stream.jl
1
83.28
-0.03% Compiler/src/abstractinterpretation.jl
1
92.64
-0.43% stdlib/Random/src/generation.jl
Jobs
ID Job ID Ran Files Coverage
1485 linux-coverage - 1485 27 Mar 2026 02:46PM UTC 350
76.2
1485 macos-coverage - 1485 27 Mar 2026 11:50AM UTC 351
76.23
1485 windows-coverage - 1485 27 Mar 2026 04:12PM UTC 318
75.72
Source Files on build 1485
  • Tree
  • List 351
  • Changed 36
  • Source Changed 0
  • Coverage Changed 36
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • feb5da90 on github
  • Prev Build on master (#1484)
  • Next Build on master (#1486)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc