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

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

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

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,...}`.

27 of 27 new or added lines in 4 files covered. (100.0%)

69814 of 78321 relevant lines covered (89.14%)

14555734.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37112.1 19 Apr 2022 05:50AM UTC 0
89.14
Source Files on build #37112
Detailed source file information is not available for this build.
  • Back to Repo
  • 26367223 on github
  • Prev Build on dpa/schedule
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