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

KarpelesLab / goro / 25756450216
13%

Build:
DEFAULT BRANCH: master
Ran 12 May 2026 07:13PM 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:11PM UTC coverage: 9.619% (+0.1%) from 9.511%
25756450216

push

github

MagicalTux
vm: array element writes via AST delegation for non-local containers

Native OP_ARRAY_SET_LOCAL only covers \`\$local[k] = v\`. Any nested
chain (\`\$a[i][j] = v\`), property array (\`\$obj->arr[i] = v\`),
static-prop array (\`Foo::\$bar[i] = v\`), or compound array write
previously aborted bytecode compile and forced AST fallback for the
entire surrounding function.

Route those LHS shapes through the existing AST-delegation pattern
(OpTryFinally / OpClassConst + OP_REFRESH_SLOTS) and mark the
surrounding body slot-unsafe so the hashtable stays authoritative
while the AST writes through. The simple \`\$local[k] = v\` /
\`\$local[] = v\` statement-context path keeps its native fast path.

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

22 of 22 new or added lines in 2 files covered. (100.0%)

11063 of 115011 relevant lines covered (9.62%)

1252.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25756450216.1 12 May 2026 07:13PM UTC 398
9.62
GitHub Action Run
Source Files on build 25756450216
  • 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 #25756450216
  • f644a67e on github
  • Prev Build on master (#25756263169)
  • Next Build on master (#25756545872)
  • 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