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

moonbitlang / core / 5194
91%

Build:
DEFAULT BRANCH: main
Ran 17 Jul 2026 04:51AM UTC
Jobs 1
Files 386
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

17 Jul 2026 04:50AM UTC coverage: 91.286% (+0.002%) from 91.284%
5194

push

github

bobzhang
perf(array): inline any/all so #locals applies to the callback

Array::any and Array::all forwarded their callback to the ArrayView
implementations, and passing f onward counts as an escape - so the
wrappers could not carry #locals(f) (error 4163) and call sites lost
closure stack-allocation on these hot entry points, even though the
view callees declare #locals(f) themselves (#3832 tracks propagating
localness through such calls).

Workaround until the compiler propagates: inline the trivial loops
into the wrappers and annotate them directly.
Reviewed by Codex CLI (codex-cli 0.144.1): "No findings. The loops
exactly mirror ArrayView::all/any... f is only invoked, never retained
or forwarded, so #locals(f) is sound."

Signed-off-by: Codex CLI <codex@openai.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

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

15756 of 17260 relevant lines covered (91.29%)

190533.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5194.1 17 Jul 2026 04:51AM UTC 387
91.3
GitHub Action Run
Source Files on build 5194
  • Tree
  • List 386
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f26a5782 on github
  • Prev Build on main (#5190)
  • Next Build on main (#5196)
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