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

indiv0 / lazycell / 277
61%

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

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

Jobs
ID Job ID Ran Files Coverage
7 277.7 17 Aug 2016 07:27AM UTC 0
100.0
Travis Job 277.7
Source Files on build 277
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #277
  • 0d2e0538 on github
  • Prev Build on master (#275)
  • Next Build on master (#279)
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