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

moonbitlang / core / 6251
91%

Build:
DEFAULT BRANCH: main
Ran 20 Aug 2026 03:31PM UTC
Jobs 1
Files 447
Run time 2min
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

20 Aug 2026 03:28PM UTC coverage: 90.764% (+0.02%) from 90.748%
6251

push

github

web-flow
Add Eisel-Lemire decimal parsing fast path (#3957)

* Add Eisel-Lemire decimal parsing fast path

* Fix Eisel-Lemire license headers

* test(strconv,json): quickcheck properties for the Eisel-Lemire fast path

Whenever try_eisel_lemire64 accepts an input it must return the correctly
rounded double, so both new strconv properties compare accepted results
against the exact Decimal conversion, reached through parse_double by
zero-padding the mantissa spelling past the 19-digit fast-path limit. One
draws mantissas across every magnitude; the other clusters them around
powers of two where rounding carries and halfway ambiguity live.

The json property pins the scanner wiring: plain, fraction-padded, and
pointed spellings of the same value must parse to the same bits, with the
padded spelling forcing the exact fallback that anchors the other routes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Hongbo Zhang <bobzhang1988@gmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

32 of 32 new or added lines in 3 files covered. (100.0%)

16362 of 18027 relevant lines covered (90.76%)

309982.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6251.1 20 Aug 2026 03:31PM UTC 448
90.78
GitHub Action Run
Source Files on build 6251
  • Tree
  • List 447
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e50d33d2 on github
  • Prev Build on main (#6246)
  • Next Build on main (#6254)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc