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

JuliaLang / julia / #38019
77%

Build:
DEFAULT BRANCH: master
Ran 28 Feb 2025 08:37AM UTC
Jobs 1
Files 210
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

28 Feb 2025 07:25AM UTC coverage: 23.0% (+2.7%) from 20.258%
#38019

push

local

web-flow
Compiler: avoid type instability in access to `PartialStruct` field (#57553)

The `Base.getproperty` method for `PartialStruct` has a type assert to
ensure type stable access of the field `undef`. However Compiler.jl has
`Compiler.getproperty === Core.getfield`.

Introduce a getter for this field of `PartialStruct` into Compiler.jl
and use it.

I guess this should improve compiler performance, and it should help
avoid spurious invalidation.

11249 of 48909 relevant lines covered (23.0%)

126698.24 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
10.09
-0.46% stdlib/Dates/src/io.jl
2
10.54
0.67% base/range.jl
3
32.28
6.86% base/env.jl
4
49.08
21.78% base/process.jl
10
17.14
0.67% base/abstractarray.jl
15
34.98
7.17% base/task.jl
18
40.0
22.32% base/util.jl
177
38.31
3.23% base/runtime_internals.jl
451
24.63
4.72% base/show.jl
453
0.37
-0.01% stdlib/REPL/src/REPL.jl
Jobs
ID Job ID Ran Files Coverage
1 #38019.1 28 Feb 2025 08:37AM UTC 210
23.0
Source Files on build #38019
  • Tree
  • List 210
  • Changed 134
  • Source Changed 0
  • Coverage Changed 76
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f5ce2497 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