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

ocaml / dune / 23873 / 1
7%
main: 7%

Build:
DEFAULT BRANCH: main
Ran 22 Dec 2023 12:10AM UTC
Files 486
Run time 12s
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

21 Dec 2023 11:59PM UTC coverage: 6.979% (+0.002%) from 6.977%
23873.1

push

github

web-flow
fix(pkg): prevent blang/slang infinite recursion (#9531)

Each of the parsers for the blang and slang DSLs attempt to invoke the
other when encountering a form they can't interpret. Blang invokes slang
as a slang expression may return a blang literal (a string "true" or
"false"), and slang invokes blang to convert the result of a blang
expression into a string "true" or "false". When a form couldn't be
interpreted by either parser each parser would continuously invoke the
other leading to infinite recursion. This fixes the problem by checking
the parser's location in the file and making sure that progress has been
made before recurring.

Signed-off-by: Stephen Sherratt <stephen@sherra.tt>

2819 of 40390 relevant lines covered (6.98%)

28201.61 hits per line

Source Files on job 23873.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23873
  • ec09d5b6 on github
  • Prev Job for on main (#23870.1)
  • Next Job for on main (#23875.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