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

moonbitlang / core / 6641
89%

Build:
DEFAULT BRANCH: main
Ran 12 Sep 2026 02:22PM UTC
Jobs 1
Files 448
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

12 Sep 2026 02:19PM UTC coverage: 89.33%. Remained the same
6641

push

github

bobzhang
refactor(deque): pass the StringView separator straight to Iter::join

`Deque::join` materialized its `StringView` separator into an owned
`String` before handing it to `Iter::join`, which takes a `StringView` and
only reads it through `write_view`. That conversion is residue from before
a098d7373 widened `Iter::join` to `StringView` exactly so this call site no
longer needed the owning copy; `Array::join` and `ReadOnlyArray::join` already
forward their separator view unchanged.

Behavior is unchanged: the same front-to-back iteration feeds the same
`StringBuilder`, so output bytes, the n-1 separator insertions, empty deque ->
empty string and empty separator -> direct concatenation are identical. The
public signature is untouched, so `deque/pkg.generated.mbti` does not change.

Co-Authored-By: SeekMoon <seekmoon@moonbitlang.com>

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

16442 of 18406 relevant lines covered (89.33%)

272979.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6641.1 12 Sep 2026 02:22PM UTC 449
89.35
GitHub Action Run
Source Files on build 6641
  • Tree
  • List 448
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2a34e7a3 on github
  • Prev Build on main (#6638)
  • Next Build on main (#6650)
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