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

moonbitlang / core / 5517
91%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2026 02:15AM UTC
Jobs 1
Files 440
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 02:14AM UTC coverage: 91.272%. Remained the same
5517

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.

3 of 3 new or added lines in 2 files covered. (100.0%)

15884 of 17403 relevant lines covered (91.27%)

189048.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5517.1 24 Jul 2026 02:15AM UTC 441
91.29
GitHub Action Run
Source Files on build 5517
  • Tree
  • List 440
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ab984ca9 on github
  • Prev Build on main (#5514)
  • Next Build on main (#5523)
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