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

Marwes / combine / 137 / 3
92%
master: 65%

Build:
Build:
LAST BUILD BRANCH: fix_take_fn
DEFAULT BRANCH: master
Ran 09 Aug 2015 07:38PM UTC
Files 5
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

09 Aug 2015 07:28PM UTC coverage: 91.25%. First build
137.3

push

travis-ci

Marwes
Adds support for range errors in preparation for RangeStream

This is a breaking change as it changes the type signature for errors.
Info and Error has an extra parameter where they can specify a range error. ParseError now takes the stream type instead of token type as its parameter. The idea is that ParseError will later be made into type alias when type aliases allow bounds on their parameters. That change should be possible to make without a breaking change once its supported.

```
type ParseError<S: Stream> = ParseError2<S::Item, S::Range>;
```

657 of 720 relevant lines covered (91.25%)

0.91 hits per line

Source Files on job 137.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 137
  • Travis Job 137.3
  • b4143a8e on github
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