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

moonbitlang / core / 5569
91%

Build:
DEFAULT BRANCH: main
Ran 25 Jul 2026 12:27PM UTC
Jobs 1
Files 442
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

25 Jul 2026 12:26PM UTC coverage: 91.132%. Remained the same
5569

push

github

bobzhang
refactor(collections): replace `to_repr` wrappers with deprecated `extend`

Converts six mutable-collection packages (`deque`, `hashmap`, `hashset`,
`list`, `priority_queue`, `queue`) from a hand-written deprecated wrapper

    #deprecated("use `Repr(a)` instead", skip_current_package=true)
    pub fn[A : @debug.Debug] Queue::to_repr(self : Queue[A]) -> @debug.Repr {
      Repr(self)
    }

to the standard promotion form already used by 51 other types in core:

    #deprecated("Use `Debug::to_repr` instead", skip_current_package=true)
    #doc(hidden)
    pub extend Queue with @debug.Debug::{to_repr}

Same treatment `buffer` got in #3927, now with the canonical message wording.
The wrapper leaves `debug.mbt`; the `extend` joins the deprecated section of
`extends.mbt`, ahead of the other deprecated promotions as in `bigint` and
`sorted_set`.

`X::to_repr` drops out of each `pkg.generated.mbti` because of `#doc(hidden)`.
It stays callable, with a deprecation warning.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

15640 of 17162 relevant lines covered (91.13%)

191700.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5569.1 25 Jul 2026 12:27PM UTC 443
91.15
GitHub Action Run
Source Files on build 5569
  • Tree
  • List 442
  • Changed 12
  • Source Changed 12
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 31ed057d on github
  • Prev Build on main (#5567)
  • Next Build on main (#5571)
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