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

moonbitlang / core / 5297
91%

Build:
DEFAULT BRANCH: main
Ran 22 Jul 2026 08:03AM UTC
Jobs 1
Files 395
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 08:02AM UTC coverage: 91.293%. Remained the same
5297

push

github

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

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

- Promote (plain `pub extend`): Default::{default}.
- Deprecate (`#deprecated(..., skip_current_package=true)` + `#doc(hidden)`):
  @quickcheck.Arbitrary::{arbitrary}, @debug.Debug::{to_repr}, Eq::{equal, not_equal},
  Show::{output, to_string}.

SortedSet is a collection (its `impl Show` is already `#deprecated` on main), so both Show
methods are deprecated. This top-level `sorted_set` implements no Compare/Hash/ToJson/FromJson,
so those are not flagged. No in-package callers needed migration.

Part of the per-package series migrating the library off implicit method promotion
(see #3849 for deque). Scoped to sorted_set/.

Verified: `moon check --deny-warn --target all` clean; `moon test -p sorted_set --target all`
green on wasm, wasm-gc, js, native.

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

189078.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5297.1 22 Jul 2026 08:03AM UTC 396
91.31
GitHub Action Run
Source Files on build 5297
  • Tree
  • List 395
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4b599965 on github
  • Prev Build on main (#5291)
  • Next Build on main (#5302)
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