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

JuliaLang / julia / 1651 / 1651
78%
master: 78%

Build:
Build:
LAST BUILD BRANCH: mg/neoverse-512tvb
DEFAULT BRANCH: master
Ran 17 Apr 2026 11:41AM UTC
Files 350
Run time 10s
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: 76.426%. First build
1651

Pull #538

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"`.
Pull Request #538:

64154 of 83943 relevant lines covered (76.43%)

8599119.98 hits per line

Source Files on job linux-coverage - 1651
  • Tree
  • List 350
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1651
  • cacbbe88 on github
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