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

moonbitlang / core / 5529
91%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2026 04:15AM UTC
Jobs 1
Files 443
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

24 Jul 2026 04:14AM UTC coverage: 91.272%. Remained the same
5529

push

github

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

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

The tuple package defines two trait families for tuples:
- PROMOTE (plain `pub extend`): `Default::{default}` for Tuple2..Tuple16.
- DEPRECATE (`#deprecated(..., skip_current_package=true)` + `#doc(hidden)`):
  `@quickcheck.Arbitrary::{arbitrary}` for Tuple2..Tuple7.

Tuple types cannot be named directly in an `extend` (E4024); private,
interface-invisible aliases (`type TupleN[..] = (..)`) are introduced so the
promotions can be declared. They do not appear in pkg.generated.mbti.

No cross-package deprecation ripple. Part of the per-package series (see #3849
for deque). Scoped to tuple/.

Verified: `moon check --deny-warn --target all` clean; `moon test -p tuple
--target all` green (25 tests).

Reviewed by Codex CLI: E0079 cleared; Default promoted (Tuple2..16), Arbitrary
deprecated+hidden (Tuple2..7); private tuple aliases do not leak; .mbti +15/-0;
scoped to tuple/.

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

15885 of 17404 relevant lines covered (91.27%)

189038.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5529.1 24 Jul 2026 04:15AM UTC 444
91.29
GitHub Action Run
Source Files on build 5529
  • Tree
  • List 443
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9505a7de on github
  • Prev Build on main (#5527)
  • Next Build on main (#5537)
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