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

JuliaLang / julia / #37800
77%

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2024 11:35AM UTC
Jobs 1
Files 360
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

07 Jun 2024 02:14AM UTC coverage: 87.474% (-0.009%) from 87.483%
#37800

push

local

web-flow
inference: follow up #54323, override ssaflags with new cycle effects (#54689)

JuliaLang/julia#54323 ensures that all frames within a cycle have the
same, cycle valid effects. However, `src.ssaflags` is calculated using
partial effects, so when the effects of a `frame` within the cycle are
updated, there would be an inconsistency between `frame.ipo_effects` and
`frame.src.ssaflags`. Due to this inconsistency, JuliaLang/julia#54323
breaks the test cases from JuliaLang/julia#51092, when backported to
v1.11. On the surface this is because JuliaLang/julia#52999 hasn't been
backported to v1.11, but the fundamental issue lies in this
inconsistency between cycle effects and `ssaflags`.

To resolve this issue, this commit traverses `cycle_backedges` to visit
statements involved in the cycle, and updates each `ssaflags` according
to new cycle valid effects if necessary.

34 of 34 new or added lines in 1 file covered. (100.0%)

250 existing lines in 12 files now uncovered.

77014 of 88042 relevant lines covered (87.47%)

14983808.11 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
81.14
-0.16% base/compiler/inferencestate.jl
1
96.54
-0.18% stdlib/LinearAlgebra/src/generic.jl
1
86.51
-0.26% base/boot.jl
2
93.8
-0.17% base/bitarray.jl
2
90.27
-0.34% stdlib/LinearAlgebra/src/matmul.jl
9
96.83
-0.21% stdlib/InteractiveUtils/src/codeview.jl
12
88.18
-0.61% base/show.jl
18
75.89
-12.6% base/stacktraces.jl
24
86.96
0.72% stdlib/Serialization/src/Serialization.jl
38
87.36
-0.07% base/reflection.jl
40
88.66
-0.48% base/compiler/typeinfer.jl
102
92.28
-0.02% stdlib/LinearAlgebra/src/triangular.jl
Jobs
ID Job ID Ran Files Coverage
1 #37800.1 07 Jun 2024 11:35AM UTC 360
87.47
Source Files on build #37800
  • Tree
  • List 360
  • Changed 267
  • Source Changed 0
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d71441b5 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