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

JuliaLang / julia / #37613
77%

Build:
DEFAULT BRANCH: master
Ran 07 Sep 2023 01:14PM UTC
Jobs 1
Files 347
Run time 13s
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

06 Sep 2023 07:02PM UTC coverage: 85.586% (+1.3%) from 84.296%
#37613

push

local

web-flow
slot2ssa: Fix spurious φᶜ edges (#51199)

The unreachable here seems to be caused by the fact that (as of #50943)
we re-use a more narrow type from Inference that correctly ignores these
edges, but when inserting the `φᶜ` node in `slot2reg` we were including
extra edges that never get exercised at runtime.

I'm not sure _why_ this causes us to hit an unreachable, since the
narrow type from inference is technically still valid (the catch block
will never observe these spurious assignments at runtime), but this
seems to fix the issue and anyway improves the quality of the IRCode
generated by `slot2ssa`.

Resolves #51159

6 of 6 new or added lines in 2 files covered. (100.0%)

72827 of 85092 relevant lines covered (85.59%)

12467179.17 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
80.08
0.4% base/compiler/inferencestate.jl
1
55.15
-0.33% base/int.jl
1
63.58
-0.66% base/libc.jl
1
94.71
-0.15% base/range.jl
1
66.67
0.0% base/refpointer.jl
1
93.88
4.99% base/simdloop.jl
1
93.55
-1.61% stdlib/Dates/src/arithmetic.jl
1
95.95
-0.45% stdlib/Dates/src/periods.jl
2
64.23
-0.16% base/errorshow.jl
2
89.47
-1.28% base/essentials.jl
2
70.75
-1.36% stdlib/LinearAlgebra/src/LinearAlgebra.jl
2
94.24
-0.43% stdlib/LinearAlgebra/src/tridiag.jl
3
90.65
1.3% base/multidimensional.jl
3
80.04
-0.62% stdlib/FileWatching/src/FileWatching.jl
3
87.91
-3.3% stdlib/Logging/src/ConsoleLogger.jl
4
92.86
-1.68% base/bitset.jl
4
82.39
-0.65% base/compiler/typeinfer.jl
4
88.4
1.04% base/show.jl
4
92.08
-0.41% stdlib/Serialization/src/Serialization.jl
5
86.63
-0.26% base/compiler/abstractinterpretation.jl
5
83.81
-0.35% base/compiler/ssair/passes.jl
5
65.71
-14.29% base/ordering.jl
5
87.37
-2.11% stdlib/LinearAlgebra/src/factorization.jl
6
89.66
-10.34% stdlib/Dates/src/query.jl
7
92.17
0.29% base/abstractarray.jl
7
85.79
-3.55% base/reshapedarray.jl
7
43.08
-5.38% base/timing.jl
7
95.81
-4.19% stdlib/LinearAlgebra/src/special.jl
8
89.29
-1.79% base/io.jl
8
86.13
-1.0% base/reflection.jl
9
80.71
0.0% stdlib/FileWatching/src/pidfile.jl
10
77.42
-2.97% base/compiler/ssair/domtree.jl
11
67.39
-23.91% stdlib/Dates/src/ranges.jl
12
79.11
-0.67% base/loading.jl
14
74.39
-17.07% base/views.jl
18
56.1
-8.78% base/path.jl
28
72.6
-12.79% base/parse.jl
30
76.54
-11.15% base/subarray.jl
38
90.79
0.0% stdlib/REPL/src/docview.jl
46
82.29
-0.45% base/compiler/optimize.jl
56
35.45
-50.91% base/summarysize.jl
72
7.95
-81.82% stdlib/Dates/src/adjusters.jl
79
29.56
-49.69% stdlib/InteractiveUtils/src/InteractiveUtils.jl
80
23.21
-71.7% stdlib/InteractiveUtils/src/macros.jl
86
72.92
-14.69% base/gmp.jl
89
72.25
-22.25% stdlib/LinearAlgebra/src/lu.jl
202
28.57
-67.11% stdlib/InteractiveUtils/src/codeview.jl
238
63.94
-22.12% base/compiler/ssair/EscapeAnalysis/EscapeAnalysis.jl
Jobs
ID Job ID Ran Files Coverage
1 #37613.1 07 Sep 2023 01:14PM UTC 347
85.59
Source Files on build #37613
  • Tree
  • List 347
  • Changed 305
  • Source Changed 0
  • Coverage Changed 94
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • aeae142d 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

© 2025 Coveralls, Inc