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

moonbitlang / core / 4427
94%

Build:
DEFAULT BRANCH: main
Ran 18 May 2026 04:21AM UTC
Jobs 1
Files 369
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

18 May 2026 04:20AM UTC coverage: 94.194%. Remained the same
4427

push

github

bobzhang
feat(builtin): add ReadOnlyArray::chunks and windows

Array and ArrayView both expose `chunks` (non-overlapping slices of a
fixed size) and `windows` (all overlapping sub-views of a fixed size).
ReadOnlyArray didn't. Add both, returning `Array[ArrayView[T]]` to
match the sibling signatures exactly; the views themselves are
read-only (ArrayView has no `set` operator).

Implementations route through ArrayView via `self[:]`. Tests cover
exact-multiple chunks, the trailing short chunk, an empty input,
exact-fit windows, and size-larger-than-length.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

2 of 2 new or added lines in 1 file covered. (100.0%)

14959 of 15881 relevant lines covered (94.19%)

207804.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4427.1 18 May 2026 04:21AM UTC 370
94.2
GitHub Action Run
Source Files on build 4427
  • Tree
  • List 369
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c50af5e5 on github
  • Prev Build on main (#4424)
  • Next Build on main (#4429)
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