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

moonbitlang / core / 6163
91%

Build:
DEFAULT BRANCH: main
Ran 19 Aug 2026 04:31AM UTC
Jobs 1
Files 444
Run time 1min
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

19 Aug 2026 04:27AM UTC coverage: 90.686% (-0.006%) from 90.692%
6163

push

github

web-flow
refactor(builtin): drop deprecated BytesView byte-order conversions (#4101)

Removes the ten `#deprecated` + `#doc(hidden)` byte-order helpers on
`BytesView`: `to_uint_be/le`, `to_uint64_be/le`, `to_int_be/le`,
`to_int64_be/le` and `to_double_be/le`. All of them told callers to use
the `u32be`/`u32le`/`u64be`/`u64le` bit patterns instead, and the last
four were already thin wrappers around exactly those patterns.

No call sites remain in the repository -- the tests in
`bytes/view_test.mbt` that once exercised these functions were migrated
to bit-pattern matching earlier and only their test names still mention
the old spellings.

`moon info` produces no `.mbti` diff: the helpers were `#doc(hidden)`,
so they never appeared in the generated interface.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

16231 of 17898 relevant lines covered (90.69%)

331575.1 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
96.3
-0.41% builtin/to_string.mbt
Jobs
ID Job ID Ran Files Coverage
1 6163.1 19 Aug 2026 04:31AM UTC 445
90.7
GitHub Action Run
Source Files on build 6163
  • Tree
  • List 444
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • cb67bcb5 on github
  • Prev Build on main (#6159)
  • Next Build on main (#6166)
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