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

moonbitlang / core / 3913 / 1
94%
main: 94%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 02:06AM UTC
Files 357
Run time 8s
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 Apr 2026 02:05AM UTC coverage: 94.88%. Remained the same
3913.1

push

github

bobzhang
perf(builtin): Iter::join accepts StringView separator

The other members of the join family — `Array::join`, `ArrayView::join`,
`FixedArray::join`, `ReadOnlyArray::join`, `Deque::join` — already take
`separator : StringView`. `Iter::join` was the outlier, taking `String`,
which forced every StringView caller to do `separator.to_owned()` before
calling it.

This is an *expanding* mbti change: every existing caller keeps working
(String literals and `String` values coerce to `StringView`), and
StringView callers stop needing the owning copy. Internally the
implementation swaps `write_string(sep)` for `write_view(sep)`, which is
zero-copy on non-js StringBuilder.

Supersedes #3458 — `Deque::join`'s body no longer needs to work around
Iter::join's signature.

14750 of 15546 relevant lines covered (94.88%)

220716.28 hits per line

Source Files on job 3913.1
  • Tree
  • List 357
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3913
  • a098d737 on github
  • Prev Job for on main (#3911.1)
  • Next Job for on main (#3918.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

© 2026 Coveralls, Inc