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

JuliaLang / julia / 475
78%

Build:
DEFAULT BRANCH: master
Ran 05 Sep 2026 12:07AM UTC
Jobs 3
Files 356
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

04 Sep 2026 12:20PM UTC coverage: 78.32% (-0.02%) from 78.341%
475

push

buildkite

web-flow
reduce: avoid spurious widening for array reduction with `init` (#62993)

This is a noticeable improvement to nested reductions in the presence of
arrays.

It is a bit silly to have to work around the recursion heuristic in this
way, but I am not sure we can do much better unless we teach it to
associate an argument's type with the dispatch that is keyed on it
(these `mapreduce` methods are non-recursive since they immediately
invoke different Methods, but the compiler has a very hard time seeing
that from the types alone).

This makes many pithy reduce-heavy examples like `maximum(count(!iszero,
v .* i) for i in 1:3)` fully infer and `--trim`-compatible.

Prepared with assistance from Claude Fable 5 🤖

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>

8 of 8 new or added lines in 1 file covered. (100.0%)

225 existing lines in 8 files now uncovered.

69475 of 88707 relevant lines covered (78.32%)

23443635.72 hits per line

Coverage Regressions

Lines Coverage ∆ File
103
5.44
0.35% Compiler/src/reinfer.jl
68
75.26
-3.19% base/show.jl
29
73.28
0.16% base/reflection.jl
15
78.55
-0.58% base/loading.jl
5
95.61
0.0% base/deepcopy.jl
2
55.03
-0.2% Compiler/src/ssair/show.jl
2
76.01
-0.58% Compiler/src/stmtinfo.jl
1
92.67
-0.43% stdlib/Random/src/generation.jl
Jobs
ID Job ID Ran Files Coverage
475 linux - 475 05 Sep 2026 06:03AM UTC 355
76.36
475 macos - 475 05 Sep 2026 12:07AM UTC 356
77.11
475 windows - 475 05 Sep 2026 02:28AM UTC 321
77.12
Source Files on build 475
  • Tree
  • List 356
  • Changed 64
  • Source Changed 9
  • Coverage Changed 59
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 10e7005f on github
  • Prev Build on master (#465)
  • Next Build on master (#484)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc