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

JuliaLang / julia / #37996 / 1
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 26 Jan 2025 10:46AM UTC
Files 299
Run time 8s
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

25 Jan 2025 02:50AM UTC coverage: 85.981% (-0.02%) from 86.001%
#37996.1

push

local

web-flow
bpart: Give a warning when accessing a backdated const binding (#57133)

This implements the strategy proposed in
https://github.com/JuliaLang/julia/pull/57102#issuecomment-2605511266.
Example:
```
julia> function foo(i)
           eval(:(const x = $i))
           x
       end
foo (generic function with 1 method)

julia> foo(1)
WARNING: Detected access to binding Main.x in a world prior to its definition world.
  Julia 1.12 has introduced more strict world age semantics for global bindings.
  !!! This code may malfunction under Revise.
  !!! This code will error in future versions of Julia.
Hint: Add an appropriate `invokelatest` around the access to this binding.
1
```

The warning is triggered once per binding to avoid spamming for repeated
access.

52029 of 60512 relevant lines covered (85.98%)

12098050.55 hits per line

Source Files on job #37996.1
  • Tree
  • List 299
  • Changed 210
  • Source Changed 0
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37996
  • 6cd750dd on github
  • Prev Job for on master (##37994.1)
  • Next Job for on master (##37997.1)
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