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

JuliaLang / julia / 1507
78%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2026 11:51AM 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

16 Apr 2026 07:37PM UTC coverage: 77.907% (+0.1%) from 77.793%
1507

push

buildkite

web-flow
[JuliaLowering] Fix `ccall` nontrivial library expression within tuple (#61585)

Found precompiling Parsers in
https://github.com/JuliaLang/julia/pull/61576.

Another place the `K"static_eval"` form wasn't quite accurate. In the
first arg of a foreigncall, if it is a tuple, we do want the "no
referencing globals" property of `K"static_eval"`, but we also want it
to be semi-inert: not converted in `est_to_dst`, and not desugared. We
do want the expression to go through scope resolution, though (it's
surprising this works in either lowering implementation). We don't have
a way of converting this hybrid thing to Expr after lowering, so I've
written one. I don't think there's much point in trying to treat this
like it isn't a special case, so I've just called it
`K"foreigncall_arg1"`.

65433 of 83989 relevant lines covered (77.91%)

24425574.46 hits per line

Coverage Regressions

Lines Coverage ∆ File
333
78.72
0.01% base/loading.jl
74
80.88
0.0% base/runtime_internals.jl
67
64.99
0.0% base/expr.jl
61
83.95
0.39% Compiler/src/typeinfer.jl
27
94.2
0.0% base/range.jl
15
71.28
-0.58% base/show.jl
11
51.72
0.0% base/initdefs.jl
7
96.3
0.0% stdlib/InteractiveUtils/src/macros.jl
5
68.34
-0.63% base/errorshow.jl
3
85.85
0.0% base/tuple.jl
1
37.57
-0.27% base/client.jl
1
85.28
-0.25% base/essentials.jl
1
96.55
0.0% base/locks-mt.jl
1
94.23
-0.38% stdlib/LibGit2/src/types.jl
Jobs
ID Job ID Ran Files Coverage
1507 macos-coverage - 1507 17 Apr 2026 11:51AM UTC 351
76.08
1507 windows-coverage - 1507 17 Apr 2026 04:17PM UTC 318
75.87
1507 linux-coverage - 1507 17 Apr 2026 05:20PM UTC 350
76.27
Source Files on build 1507
  • Tree
  • List 351
  • Changed 76
  • Source Changed 10
  • Coverage Changed 76
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • cacbbe88 on github
  • Prev Build on master (#1506)
  • Next Build on master (#1508)
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