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

moonbitlang / core / 5694
90%

Build:
DEFAULT BRANCH: main
Ran 31 Jul 2026 05:10AM UTC
Jobs 1
Files 455
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

31 Jul 2026 05:08AM UTC coverage: 90.437% (-0.01%) from 90.449%
5694

push

github

bobzhang
fix: convert intended-panic guards to guard! (warning 0087)

Recent toolchains added warning 0087 (guard_inexhaustive) for guard
conditions/patterns without an else clause that the compiler cannot
prove total. All 141 flagged sites in core (including doc examples)
rely on the implicit panic-on-failure behavior, so convert them to the
new guard! form, which keeps the same semantics while stating that
the panic is intended.

- 141 sites across 44 files; moon check --target all is now clean
- no public API change (generated .mbti files unchanged)
- moon test --target all passes (js 6873, native 6838, wasm/wasm-gc ok)

Codex review: "All 141 changes are exact guard -> guard! rewrites; no
other text changed. Every panic remains appropriate as a precondition,
test assertion, or internal invariant."

Signed-off-by: Codex CLI <codex@openai.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

15869 of 17547 relevant lines covered (90.44%)

173115.7 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
91.49
-4.26% random/random.mbt
Jobs
ID Job ID Ran Files Coverage
1 5694.1 31 Jul 2026 05:10AM UTC 456
90.45
GitHub Action Run
Source Files on build 5694
  • Tree
  • List 455
  • Changed 30
  • Source Changed 29
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 26554441 on github
  • Prev Build on main (#5679)
  • Next Build on main (#5696)
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