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

Marwes / combine / 137
92%
master: 65%

Build:
Build:
LAST BUILD BRANCH: fix_take_fn
DEFAULT BRANCH: master
Ran 09 Aug 2015 07:32PM UTC
Jobs 3
Files 5
Run time 5min
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
137

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>;
```

659 of 720 relevant lines covered (91.53%)

2.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 137.1 09 Aug 2015 07:32PM UTC 0
91.53
Travis Job 137.1
2 137.2 09 Aug 2015 07:35PM UTC 0
90.28
Travis Job 137.2
3 137.3 09 Aug 2015 07:38PM UTC 0
91.25
Travis Job 137.3
Source Files on build 137
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #137
  • 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