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

moonbitlang / core / 4333
94%

Build:
DEFAULT BRANCH: main
Ran 13 May 2026 08:39AM 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

13 May 2026 08:38AM UTC coverage: 94.293%. Remained the same
4333

push

github

bobzhang
refactor(builtin): remove deprecated Show-based @builtin.repr

#3580 introduced `repr` as a prelude alias for the Debug-based
`@debug.to_string`. The old `@builtin.repr` (Show-based) had been
deprecated since the migration to Debug, was no longer re-exported from
prelude after #3580, and was kept only as a transition courtesy for
callers using the qualified `@builtin.repr(...)` spelling.

No call sites of the deprecated function exist in this repo. Removing
it now eliminates the asymmetry where unqualified `repr` and
`@builtin.repr` rendered the same value differently (Debug vs Show).

External callers using `@builtin.repr(...)` should switch to either:
- `repr(x)` / `@debug.repr(x)` / `@debug.to_string(x)` for the
  Debug-based rendering (recommended)
- `x.to_string()` for the Show-based rendering they had before

Full test suite passes on wasm, wasm-gc, js, native.

14886 of 15787 relevant lines covered (94.29%)

209031.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4333.1 13 May 2026 08:39AM UTC 370
94.3
GitHub Action Run
Source Files on build 4333
  • Tree
  • List 369
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 277634f8 on github
  • Prev Build on main (#4331)
  • Next Build on main (#4339)
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