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

indiv0 / lazycell / 277 / 7
61%
master: 61%

Build:
DEFAULT BRANCH: master
Ran 17 Aug 2016 07:27AM UTC
Files 2
Run time 0s
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

17 Aug 2016 07:27AM UTC coverage: 100.0% (+17.3%) from 82.651%
277.7

push

travis-ci

homu
Auto merge of #52 - indiv0:feat-error-on-full, r=indiv0

Return Err(value) on full cell

Modify the `fill()` method of the `LazyCell` struct to return
`Err(value)` when attempting to fill an already filled `LazyCell`. This
is a replacement for the previous behaviour, which would return a panic
instead. The new behaviour is preferred because it allows downstream
crates to handle the error case better.

Modify tests to accomodate changes in the error behaviour of the
`fill()` method of the `LazyCell` struct.

BREAKING CHANGE: the `fill()` method of the `LazyCell` struct now
returns a `Result<(), T>`, which must be handled. The previous behaviour
was to simply panic.

90 of 90 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 277.7
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 277
  • Travis Job 277.7
  • 0d2e0538 on github
  • Prev Job for on master (#275.1)
  • Next Job for on master (#279.7)
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