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

JuliaLang / julia / #37866
77%

Build:
DEFAULT BRANCH: master
Ran 10 Aug 2024 10:36AM UTC
Jobs 1
Files 361
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

10 Aug 2024 04:31AM UTC coverage: 87.778% (+1.7%) from 86.076%
#37866

push

local

web-flow
compiler: apply more accurate effects to return_type_tfunc (#55338)

In extreme cases, the compiler could mark this function for
concrete-eval, even though that is illegal unless the compiler has first
deleted this instruction. Otherwise the attempt to concrete-eval will
re-run the function repeatedly until it hits a StackOverflow.

Workaround to fix #55147

@aviatesk You might know how to solve this even better, using
post-optimization effect refinements? Since we should actually only
apply the refinement of terminates=false => terminates=true (and thus
allowing concrete eval) if the optimization occurs, and not just in
inference thinks the optimization would be legal.

---------

Co-authored-by: Shuhei Kadowaki <aviatesk@gmail.com>

25 of 30 new or added lines in 8 files covered. (83.33%)

191 existing lines in 12 files now uncovered.

78056 of 88924 relevant lines covered (87.78%)

16403789.58 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
93.65
6.32% base/expr.jl
2
74.51
-0.23% base/compiler/effects.jl
2
89.68
0.01% base/compiler/tfuncs.jl

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.64
0.36% base/show.jl
1
96.19
0.0% stdlib/LinearAlgebra/src/diagonal.jl
2
98.27
-0.87% base/bitset.jl
2
92.96
4.47% base/floatfuncs.jl
2
81.19
-0.21% stdlib/REPL/src/REPL.jl
3
78.26
-13.04% base/locks-mt.jl
4
94.92
-0.34% stdlib/Test/src/Test.jl
15
73.21
-0.35% base/missing.jl
17
69.92
0.05% base/precompilation.jl
24
94.4
0.05% base/math.jl
54
78.0
-0.14% base/loading.jl
66
79.43
5.38% base/compiler/inferencestate.jl
Jobs
ID Job ID Ran Files Coverage
1 #37866.1 10 Aug 2024 10:36AM UTC 361
87.78
Source Files on build #37866
  • Tree
  • List 361
  • Changed 279
  • Source Changed 0
  • Coverage Changed 70
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7e809b09 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