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

JuliaLang / julia / #37112 / 1
89%
master: 77%

Build:
Build:
LAST BUILD BRANCH: master3
DEFAULT BRANCH: master
Ran 19 Apr 2022 05:50AM UTC
Files 362
Run time 24s
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

19 Apr 2022 02:22AM UTC coverage: 89.138% (-0.03%) from 89.164%
#37112.1

push

local

web-flow
inference: rename refactoring for constant analysis (#44888)

The naming `ConstResult` is a bit ambiguous, given that we have several
different concepts of "constant" inference:
- constant prop': `InferenceResult`
- concrete evaluation: `ConstResult`
- WIP: semi-concrete evaluation: `SemiConcreteResult`
- (and more in the future...?)

 (better to be `ConcreteResult` instead)

Now I'd like to rename `ConstResult` to `ConcreteResult` and also setup
a specific data type `ConstPropResult` representing const-prop'ed result:
- constant prop': `ConstPropResult`
- concrete evaluation: `ConcreteResult`
- WIP: semi-concrete evaluation: `SemiConcreteResult`
- (and more in the future...?)

And now `ConstResult` is a general type alias that is equivalent to
`Union{ConstPropResult,ConcreteResult,...}`.

69814 of 78321 relevant lines covered (89.14%)

14555734.09 hits per line

Source Files on job #37112.1
  • Tree
  • List 0
  • Changed 272
  • Source Changed 9
  • Coverage Changed 271
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37112
  • 26367223 on github
  • Prev Job for on dpa/schedule (##37111.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