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

fitzgen / gimli / 14
85%

Build:
DEFAULT BRANCH: master
Ran 16 Jun 2016 01:24PM UTC
Jobs 1
Files 3
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

pending completion
14

push

travis-ci

fitzgen
Add a way to nicely re-use nom's building block parsers

nom's building block parsers all operate on `&[u8]` inputs and have a u32 error
type. They have this signature: `&[u8] -> IResult<&[u8], T, u32>`. However,
`DebugInfoInput` is a composition of `&[u8]` and some carry-along extras, and my
`IResult`s use a custom error enumeration. This commit provides a way to
translate nom's building block parsers into the domain of `DebugInfoInput` and
return an `IResult` with the proper error type as well.

222 of 872 relevant lines covered (25.46%)

0.25 hits per line

Jobs
ID Job ID Ran Files Coverage
3 14.3 16 Jun 2016 01:24PM UTC 0
25.46
Travis Job 14.3
Source Files on build 14
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #14
  • 21780393 on github
  • Prev Build on master (#13)
  • Next Build on master (#15)
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