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

moonbitlang / core / 3913
95%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 02:06AM UTC
Jobs 1
Files 356
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 Apr 2026 02:05AM UTC coverage: 94.87%. Remained the same
3913

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.

1 of 1 new or added line in 1 file covered. (100.0%)

14721 of 15517 relevant lines covered (94.87%)

221128.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3913.1 24 Apr 2026 02:06AM UTC 357
94.88
GitHub Action Run
Source Files on build 3913
  • Tree
  • List 356
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a098d737 on github
  • Prev Build on main (#3911)
  • Next Build on main (#3918)
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