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

moonbitlang / core / 5341
91%

Build:
DEFAULT BRANCH: main
Ran 22 Jul 2026 10:19AM UTC
Jobs 1
Files 403
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

22 Jul 2026 10:18AM UTC coverage: 91.293%. Remained the same
5341

push

github

bobzhang
feat(ref): make trait promotions explicit via extend

Enable `implicit_impl_as_method` (E0079) for the `ref` package (in its moon.pkg)
and make its trait-impl promotions explicit via `extend`, in a dedicated
ref/extends.mbt shim.

Ref has no methods worth keeping promoted -- the compiler flags only
@quickcheck.Arbitrary and Show, both of which we deprecate
(`#deprecated(..., skip_current_package=true)` + `#doc(hidden)`), each message
naming the concrete replacement. Ref's Show impl is already #deprecated on main
(steering to @debug.Debug), so both to_string and output are deprecated.

They stay callable but are absent from pkg.generated.mbti -- the generated
interface is unchanged.

Part of the per-package series (see #3849 for deque). Scoped to ref/.

Verified: `moon check --deny-warn --target all` clean; `moon test -p ref --target all` green.

Reviewed by Codex CLI: two extends cover exactly Arbitrary + Show::{output,
to_string}, no promotions, both deprecated + hidden so .mbti byte-identical to
main, no caller breakage, scoped to ref/.

Signed-off-by: Codex CLI <codex@openai.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

15885 of 17400 relevant lines covered (91.29%)

196792.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5341.1 22 Jul 2026 10:19AM UTC 404
91.31
GitHub Action Run
Source Files on build 5341
  • Tree
  • List 403
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f6723073 on github
  • Prev Build on main (#5334)
  • Next Build on main (#5347)
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