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

KarpelesLab / goro / 25756700880
13%

Build:
DEFAULT BRANCH: master
Ran 12 May 2026 07:18PM UTC
Jobs 1
Files 398
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 May 2026 07:16PM UTC coverage: 9.73% (+0.06%) from 9.675%
25756700880

push

github

MagicalTux
vm: foreach by-ref and non-local targets via AST delegation

Native foreach opcodes only support \$local value/key targets and
value semantics. The by-ref form (foreach(\$arr as &\$v)), the
non-local value target (foreach(\$arr as \$obj->prop)), and the
non-local key target previously aborted bytecode compile for the
surrounding function.

Route those through the AST-delegation pattern (OpTryFinally +
OP_REFRESH_SLOTS) and mark bodies containing such a runnableForeach
slot-unsafe so the hashtable is authoritative while the AST runs
the loop body.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

32 of 34 new or added lines in 2 files covered. (94.12%)

11195 of 115057 relevant lines covered (9.73%)

1351.59 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
80.48
1.84% core/vm/vmcompiler/emit_stmt.go
Jobs
ID Job ID Ran Files Coverage
1 25756700880.1 12 May 2026 07:18PM UTC 398
9.73
GitHub Action Run
Source Files on build 25756700880
  • Tree
  • List 398
  • Changed 8
  • Source Changed 2
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25756700880
  • fab91379 on github
  • Prev Build on master (#25756611081)
  • Next Build on master (#25756952870)
  • Delete
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