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

moonbitlang / core / 5517 / 1
91%
main: 91%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2026 02:15AM UTC
Files 441
Run time 10s
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 02:14AM UTC coverage: 91.286%. Remained the same
5517.1

push

github

bobzhang
refactor: migrate builtin-type call sites off promoted Hash/Eq/Show methods

Pre-migrate the call sites that #3896 (builtin extend migration) would
otherwise carry, using the blessed forms now available on main:

- `x.hash()` → `hash(x)` (free fn from #3908) in tests & READMEs
- `x.hash_combine(h)` → `Hash::hash_combine(x, h)`
- `T::equal(a, b)` → `a == b`
- `c.output(buf)` → `Show::output(c, buf)`

hashmap/hashmap.mbt and internal/regex_engine/automata/state.mbt use
`Hash::hash(...)` instead, matching file-local convention (the local
`hash` binding / record field would shadow the free fn).

Semantics-preserving; no interface changes.

15913 of 17432 relevant lines covered (91.29%)

188734.0 hits per line

Source Files on job 5517.1
  • Tree
  • List 441
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5517
  • ab984ca9 on github
  • Prev Job for on main (#5514.1)
  • Next Job for on main (#5523.1)
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