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

JuliaLang / julia / #37408
77%

Build:
DEFAULT BRANCH: master
Ran 17 Jan 2023 12:52PM UTC
Jobs 1
Files 381
Run time 17s
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

pending completion
#37408

push

local

web-flow
Don't bail out of inference early if effects could still be refined (#48263)

We have an early out in inference that bails if the inferred return
type of the method being called is `Any`. This makes sense in the
absence of effects, because once the rt has hit `Any`, there is
nothing new we can learn by looking at any subsequent calls.
However, in the presence of effects, we likely want to keep
going if we can prove all methods of the callsite `:foldable` as
being `:foldable` can save significant inference time down the
line if it enables concrete evaluation of the containing function.

79199 of 85003 relevant lines covered (93.17%)

30293545.76 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
77.21
-0.28% compiler/typelattice.jl
1
94.3
-0.5% expr.jl
1
84.57
-0.62% path.jl
1
93.12
-0.53% shell.jl
1
98.59
-0.47% strings/string.jl
2
97.93
-0.83% bitset.jl
2
79.56
0.53% compiler/ssair/ir.jl
2
87.5
-6.25% compiler/stmtinfo.jl
2
85.11
-1.69% multimedia.jl
2
88.12
-3.41% stacktraces.jl
3
74.31
-1.38% c.jl
3
95.0
-0.27% compiler/ssair/inlining.jl
3
91.11
-0.54% errorshow.jl
4
94.61
-0.24% show.jl
7
90.42
0.45% stream.jl
8
91.41
-0.56% compiler/ssair/passes.jl
11
91.35
-5.95% ryu/exp.jl
11
75.17
-7.38% ryu/fixed.jl
19
52.25
-22.57% meta.jl
26
71.37
-9.96% client.jl
29
88.76
0.04% compiler/optimize.jl
29
74.6
-7.67% ryu/shortest.jl
45
88.78
0.05% reflection.jl
105
88.69
-0.25% compiler/tfuncs.jl
151
88.39
-0.35% compiler/abstractinterpretation.jl
Jobs
ID Job ID Ran Files Coverage
1 #37408.1 17 Jan 2023 12:52PM UTC 381
93.17
Source Files on build #37408
  • Tree
  • List 381
  • Changed 186
  • Source Changed 0
  • Coverage Changed 186
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5f40f156 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