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

JuliaLang / julia / #37428
26%

Build:
DEFAULT BRANCH: master
Ran 02 Feb 2023 11:55AM CUT
Jobs 1
Files 387
Run time 16s
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
#37428

push

local

web-flow
Subtype: avoid false alarm caused by eager `forall_exists_subtype`. (#48441)

* Avoid earsing `Runion` within nested `forall_exists_subtype`

If `Runion.more != 0` we‘d better not erase the local `Runion` as we need it if the subtyping fails after.

This commit replaces `forall_exists_subtype` with a local version.
It first tries `forall_exists_subtype` and estimates the "problem scale".
If subtyping fails and the scale looks small then it switches to the slow path.

TODO: At present, the "problem scale" only counts the number of checked `Lunion`s.
But perhaps we need a more accurate result (e.g. sum of `Runion.depth`)

* Change the reversed subtyping into a local check.

Make sure we don't forget the bound in `env`.
(And we can fuse `local_forall_exists_subtype`)

* Optimization for non-union invariant parameter.

80943 of 87057 relevant lines covered (92.98%)

16852488.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37428.1 02 Feb 2023 11:55AM CUT 387
92.98
Source Files on build #37428
  • Tree
  • List 387
  • Changed 295
  • Source Changed 0
  • Coverage Changed 295
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
0.0
stdlib/Pkg/src/Types.jl68 1 0 1 0.0
9.09
stdlib/Pkg/src/REPLMode/REPLMode.jl613 33 3 30 445.0 + 5
26.0
base/linking.jl144 50 13 37 547.0 + 6
46.57
stdlib/Pkg/src/PlatformEngines.jl533 204 95 109 120.0
51.06
stdlib/Pkg/src/Artifacts.jl460 94 48 46 18.0
51.28
stdlib/REPL/src/TerminalMenus/util.jl67 39 20 19 35.0
54.05
base/meta.jl450 111 - 2860 - 4451 + 1620256.0 + 8565
54.55
base/ttyhascolor.jl27 11 6 5 5574.0 - 43
55.56
stdlib/Downloads/src/Curl/utils.jl58 9 5 4 8397.0 + 36
61.5
base/compiler/ssair/verify.jl299 187 115 72 2372346.0
Showing 1 to 10 of 387 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 39
  • Next
  • ►
    100.0
    /
  • ►
    91.9
    base/
  • ►
    94.29
    stdlib/
  • Back to Repo
  • 96acd4d4 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