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

JuliaLang / julia / #37428 / 1
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 02 Feb 2023 11:55AM UTC
Files 387
Run time 20s
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

02 Feb 2023 03:41AM UTC coverage: 92.977% (-0.2%) from 93.184%
#37428.1

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

Source Files on job #37428.1
  • Tree
  • List 387
  • Changed 295
  • Source Changed 0
  • Coverage Changed 295
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37428
  • 96acd4d4 on github
  • Prev Job for on master (##37427.1)
  • Next Job for on master (##37429.1)
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