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

hydralang / ptk
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v0.5.0
DEFAULT BRANCH: master
Repo Added 12 Mar 2020 01:18AM 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 utility-work
branch: utility-work
CHANGE BRANCH
x
Reset
  • utility-work
  • add-back-imports
  • allow-substitute-backtracker
  • doc-clean
  • lexer
  • lexer-refactor
  • make-scanner
  • makefile-tweak
  • markdown-readme
  • master
  • parser-refactor
  • simplify-callbacks
  • v0.1.0
  • v0.1.1
  • v0.2.0
  • v0.3.0
  • v0.4.0
  • v0.5.0

18 Mar 2020 05:07PM UTC coverage: 100.0%. Remained the same
17

Pull #2

travis-ci

web-flow
Properly detect EOF from source

While developing a utility recognizer, it was realized that the lexer
state did not have a reliable way of determining if there were more
characters to retrieve from the character stream.  Such a call cannot be
added to the ordinary CharStream, because not all versions know that
without trying to return a character, so this commit adds a More method to
the BackTracker type and updates lexer.State to utilize this method.  This
will ensure that lexer.State.Next does not attempt to call a recognizer
unless there is input for it to consume, and the recognizer need do
nothing special to handle EOF.
Pull Request #2: Utility work

216 of 216 new or added lines in 14 files covered. (100.0%)

1397 of 1397 relevant lines covered (100.0%)

8.73 hits per line

Relevant lines Covered
Build:
Build:
1397 RELEVANT LINES 1397 COVERED LINES
8.73 HITS PER LINE
Source Files on utility-work
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
17 utility-work Properly detect EOF from source While developing a utility recognizer, it was realized that the lexer state did not have a reliable way of determining if there were more characters to retrieve from the character stream. Such a call cannot be add... Pull #2 18 Mar 2020 05:09PM UTC web-flow travis-ci
100.0
16 utility-work Properly detect EOF from source While developing a utility recognizer, it was realized that the lexer state did not have a reliable way of determining if there were more characters to retrieve from the character stream. Such a call cannot be add... push 18 Mar 2020 05:08PM UTC klmitch travis-ci
100.0
See All Builds (64)
  • 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