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

Marwes / combine
92%
master: 65%

Build:
Build:
LAST BUILD BRANCH: fix_take_fn
DEFAULT BRANCH: master
Repo Added 17 Jul 2015 05:55PM UTC
Files 23
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

LAST BUILD ON BRANCH range_error
branch: range_error
CHANGE BRANCH
x
Reset
  • range_error
  • 2.0.0
  • 2.x
  • 3.0
  • 3.0.0-alpha.4
  • 3.x
  • better_choice_docs
  • buffered_stream
  • byteorder
  • compiletimes
  • copy_slice
  • coveralls
  • env_parser
  • fix_sep_end_by1
  • http
  • input_as_param-2.0.0
  • master
  • master2
  • move_examples
  • no_std_error
  • ordian-fix_not_followed_by
  • parser_macro
  • partial_parsing
  • position_in_stream-2.0.0
  • range_stream
  • recognize
  • regex
  • struct_parser
  • test
  • test_travis
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.1.0
  • v1.1.1
  • v1.2.1
  • v1.3.0
  • v2.5.0
  • v2.5.1
  • v3.0.0-alpha.1
  • v3.0.0-alpha.2
  • v3.0.0-alpha.3

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

Relevant lines Covered
Build:
Build:
720 RELEVANT LINES 659 COVERED LINES
2.73 HITS PER LINE
Source Files on range_error
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
137 range_error 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 i... push 09 Aug 2015 07:32PM UTC Marwes travis-ci pending completion  
See All Builds (358)
  • Repo 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