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

ocaml / dune / 23873
7%

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

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>

3 of 17 new or added lines in 2 files covered. (17.65%)

2 existing lines in 2 files now uncovered.

2819 of 40390 relevant lines covered (6.98%)

28201.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23873.1 22 Dec 2023 12:10AM UTC 0
6.98
GitHub Action Run
Source Files on build 23873
Detailed source file information is not available for this build.
  • Back to Repo
  • ec09d5b6 on github
  • Prev Build on main (#23870)
  • Next Build on main (#23875)
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