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

Geal / nom / 2424
81%

Build:
DEFAULT BRANCH: master
Ran 23 Aug 2020 05:12PM UTC
Jobs 1
Files 44
Run time 2s
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
2424

push

travis-ci

Geal
clean up the Incomplete behaviour

*breaking change*

At the beginnng, Needed was supposed to indicate the total number of
bytes needed in the input buffer, and this resulted in complicated
calculations as the parser result bubbled up through previous parsers.

This was changed to indicate only how many additional bytes were needed,
but most of th parsers did not really implement it properly, so this
commit fixes it.
Note: in some cases, like take(&str), where a char can span a varying number
of bytes, we cannot know in advance how many bytes are needed.
For take_until, we could detect that the last few bytes are a prefix of
the tag we are looking for, and indicate how many we need like for
`tag`, but I am not convinced yet that it is worth the effort (and
there's no guarantee that the prefix will be followed by the bytes we
want)

5270 of 5999 relevant lines covered (87.85%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
13 2424.13 (FEATURES='') 23 Aug 2020 05:12PM UTC 0
87.85
Travis Job 2424.13
Source Files on build 2424
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2424
  • c5e0dc22 on github
  • Prev Build on master (#2423)
  • Next Build on master (#2425)
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