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

JuliaLang / julia / 1506 / 1506
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 16 Apr 2026 04:19PM UTC
Files 351
Run time 31s
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

15 Apr 2026 07:29PM UTC coverage: 76.385% (+0.3%) from 76.036%
1506

push

buildkite

web-flow
lowering: avoid `gensy` in anonymous generator name (#61582)

Change the anonymous function name for `if @generated` to use the module
counter.

Using `gensy` (`gensym()`) for anonymous module-level names is generally
avoided in lowering, since it makes the anonymized names susceptible to
changes to unrelated execution / lowering in other modules etc. (in the
same process), but it seems that we missed this usage.

Required for https://github.com/JuliaLang/julia/pull/61577, since
JuliaLowering cannot guarantee `gensym()` parity with flisp (only module
counter parity).

64018 of 83810 relevant lines covered (76.38%)

8400220.4 hits per line

Source Files on job macos-coverage - 1506
  • Tree
  • List 351
  • Changed 34
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1506
  • b9362353 on github
  • Prev Job for on master (#1505)
  • Next Job for on master (#1507)
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