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

moonbitlang / core / 4200
95%

Build:
DEFAULT BRANCH: main
Ran 06 May 2026 12:09AM UTC
Jobs 1
Files 364
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

06 May 2026 12:07AM UTC coverage: 94.617%. Remained the same
4200

push

github

bobzhang
refactor(builtin): use is_empty() for length() == 0 guards

8 mechanical sites in builtin/ (array.mbt, arrayview.mbt, fixedarray.mbt,
arraycore_js.mbt, bytes.mbt) replaced `self.length() == 0` (or
`separator.length() == 0`) with `.is_empty()`. The `is_empty()` method
body is itself `self.length() == 0`, so the compiled IR is identical
after inlining; this is purely a style consistency fix.

Same idiom recently merged for argparse (#3539). The wider codebase
(60+ uses) prefers `.is_empty()`.

Semantics-preserving: full `moon test` (6425/6425) passes and
`moon info` produces no `.mbti` change.

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

7 of 7 new or added lines in 4 files covered. (100.0%)

14835 of 15679 relevant lines covered (94.62%)

218861.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4200.1 06 May 2026 12:09AM UTC 365
94.63
GitHub Action Run
Source Files on build 4200
  • Tree
  • List 364
  • Changed 4
  • Source Changed 4
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3d564c5e on github
  • Prev Build on main (#4196)
  • Next Build on main (#4201)
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