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

ayazhafiz / hgb / 198 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 24 Mar 2020 04:30PM UTC
Files 7
Run time 1s
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

24 Mar 2020 04:25PM UTC coverage: 99.145% (+0.007%) from 99.138%
198.1

push

travis-ci-com

web-flow
Humanize parser error messages (#34)

* Humanize parser error messages

This commit humanizes hgb's parser error messages by emitting errors
that are more actionable to end an end user than the state recorded by
the parser. For example, previously for the expression `5 + * 5!`, hgb
would output the error

```
Error: expected Plus, Minus, LParen, Number, Name, or StrBound; got Times
```

With this commit, the error message is nicer:

```
Error: expected an expression; got "*" at 4:5
```

Closes #32

* fixup! Humanize parser error messages

* fixup! Humanize parser error messages

* fixup! Humanize parser error messages

* fixup! Humanize parser error messages

232 of 234 relevant lines covered (99.15%)

0.99 hits per line

Source Files on job 198.1
  • Tree
  • List 0
  • Changed 6
  • Source Changed 6
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 153
  • Travis Job 198.1
  • 36f67267 on github
  • Prev Job for on master (#173.1)
  • Next Job for on master (#240.1)
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