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

JuliaLang / julia / #37996
77%

Build:
DEFAULT BRANCH: master
Ran 26 Jan 2025 10:46AM UTC
Jobs 1
Files 299
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

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

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.

17 of 24 new or added lines in 6 files covered. (70.83%)

459 existing lines in 18 files now uncovered.

52029 of 60512 relevant lines covered (85.98%)

12098050.55 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
96.01
-0.3% stdlib/Test/src/Test.jl
2
85.32
-0.22% base/boot.jl
4
87.03
-0.13% base/show.jl

Uncovered Existing Lines

Lines Coverage ∆ File
1
80.65
-0.46% base/shell.jl
1
80.17
-0.04% stdlib/REPL/src/LineEdit.jl
2
90.36
3.92% base/condition.jl
2
90.71
-0.19% base/floatfuncs.jl
2
96.01
-0.3% stdlib/Test/src/Test.jl
3
88.5
-0.39% base/essentials.jl
4
94.33
-0.3% base/logging/logging.jl
5
71.79
-6.58% base/gcutils.jl
6
48.57
0.0% base/options.jl
8
75.71
4.29% base/Base.jl
17
75.36
-0.79% base/client.jl
21
87.76
0.4% base/reflection.jl
22
92.62
0.04% stdlib/REPL/src/docview.jl
23
82.42
0.22% base/sysinfo.jl
38
55.49
-13.05% base/timing.jl
48
89.87
0.06% stdlib/REPL/src/REPLCompletions.jl
54
85.53
0.03% base/runtime_internals.jl
202
75.74
0.05% base/loading.jl
Jobs
ID Job ID Ran Files Coverage
1 #37996.1 26 Jan 2025 10:46AM UTC 299
85.98
Source Files on build #37996
  • Tree
  • List 299
  • Changed 210
  • Source Changed 0
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6cd750dd on github
  • Prev Build on master
  • Next Build on master
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