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

moonbitlang / core / 4090
94%

Build:
DEFAULT BRANCH: main
Ran 30 Apr 2026 07:32AM UTC
Jobs 1
Files 363
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

30 Apr 2026 07:30AM UTC coverage: 94.615%. Remained the same
4090

push

github

bobzhang
fix(list): abort on negative repeat count

`@list.repeat(n, x)` previously treated negative `n` as `0` and
silently returned `Empty`. Negative `n` is almost always a caller bug
(sign error / off-by-one), so abort with `"negative repeat count"`
instead. An `n` of `0` still returns the empty list.

This rounds out the same treatment applied to `Array::repeat`,
`String::repeat`, `StringView::repeat`, and `Bytes::repeat`.

Refs #3498. Split out from #3505 for easier review.

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%)

14829 of 15673 relevant lines covered (94.61%)

218941.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4090.1 30 Apr 2026 07:32AM UTC 364
94.62
GitHub Action Run
Source Files on build 4090
  • Tree
  • List 363
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 261da645 on github
  • Prev Build on main (#4081)
  • Next Build on main (#4094)
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