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

JuliaLang / julia / 1449
77%
master: 77%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 27 Sep 2025 11:42PM UTC
Jobs 3
Files 344
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 Sep 2025 08:07PM UTC coverage: 77.173% (+0.05%) from 77.12%
1449

push

buildkite

web-flow
force specialization of dims arguments that may be `Colon` (#59474)

In Julia, the colon (`:`, `Colon`) is a function for constructing
ranges. We have:

```julia
(:) isa Function
```

However, sadly, as an instance of punning, the same object is often also
used as an index for choosing an entire dimension.

A problem is that `Function` objects are a special case when it comes to
specializing method code for given argument types: by default a `:`
argument will get specialized as a `Function`, instead of as a `Colon`.

This change forces specialization of dims arguments in a bunch of
methods in `base/reducedim.jl`. Probably similar changes would be
beneficial across the code base, and across the ecosystem.

I believe this change will make the sysimage more resistant to
invalidation, we'll see once it builds.

35 of 35 new or added lines in 5 files covered. (100.0%)

63 existing lines in 8 files now uncovered.

61447 of 79622 relevant lines covered (77.17%)

22539122.52 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
95.05
1.72% base/div.jl
2
92.31
-7.69% base/ntuple.jl
3
68.69
0.0% base/errorshow.jl
6
82.12
-0.64% base/stream.jl
7
28.38
-1.9% base/terminfo.jl
8
67.11
-5.37% base/ryu/fixed.jl
11
71.83
0.1% base/show.jl
25
48.91
-18.25% base/strings/annotated_io.jl
Jobs
ID Job ID Ran Files Coverage
1449 windows-coverage - 1449 28 Sep 2025 05:25AM UTC 313
73.86
1449 linux-coverage - 1449 28 Sep 2025 12:13AM UTC 343
76.19
1449 macos-coverage - 1449 27 Sep 2025 11:42PM UTC 344
75.98
Source Files on build 1449
  • Tree
  • List 344
  • Changed 154
  • Source Changed 6
  • Coverage Changed 153
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • bcb9a929 on github
  • Prev Build on main (#1447)
  • Next Build on main (#1451)
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