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

moonbitlang / core / 2200 / 1
92%
main: 92%

Build:
DEFAULT BRANCH: main
Ran 30 Dec 2025 01:43AM UTC
Files 242
Run time 5s
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

30 Dec 2025 01:42AM UTC coverage: 92.255%. Remained the same
2200.1

push

github

bobzhang
fix(queue): handle self-transfer as no-op and improve documentation

Queue::transfer(q, q) previously caused the queue to become empty due to
calling self.clear() when self and dst were the same object. This change
adds a physical_equal check to make self-transfer a no-op, matching the
semantic expectation that "transfer elements to self" leaves the queue
unchanged.

Also improved Queue type documentation to explain the layout and why
both `first` and `last` pointers are kept (O(1) push and pop).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

10018 of 10859 relevant lines covered (92.26%)

184900.61 hits per line

Source Files on job 2200.1
  • Tree
  • List 242
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2200
  • 95ed17b3 on github
  • Prev Job for on main (#2195.1)
  • Next Job for on main (#2203.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc