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

KarpelesLab / goro / 26390930020
13%

Build:
DEFAULT BRANCH: master
Ran 25 May 2026 08:23AM 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

25 May 2026 08:21AM UTC coverage: 12.468% (+0.006%) from 12.462%
26390930020

push

github

MagicalTux
vm: lower expr-context $x = ($obj->prop = v) natively via OP_OBJECT_SET B=1

Currently expr-context object property assignment falls through to
OpClassConst (generic AST.Run delegation) because OP_OBJECT_SET pops
both receiver and value with no push. Add a B-flag that pushes the
value back after the set, matching PHP's assignment-expression
semantics where ($obj->prop = v) evaluates to v.

emitObjectVarAssign no longer rejects expr context; it emits
OP_OBJECT_SET with B=1 for expr-context, B=0 for stmt-context. The
emitAssign branch in emit_expr.go drops the e.stmtCtx restriction
on the objectVarNode LHS branch.

Slot safety unchanged: OP_OBJECT_SET's handler doesn't touch caller
locals, so bodies with plain '=' on static-name non-nullsafe object
properties stay slot-safe in expr context too.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

19 of 19 new or added lines in 3 files covered. (100.0%)

1 existing line in 1 file now uncovered.

14772 of 118475 relevant lines covered (12.47%)

2580.44 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
61.95
-0.09% core/vm/vmcompiler/emit_expr.go
Jobs
ID Job ID Ran Files Coverage
1 26390930020.1 25 May 2026 08:22AM UTC 398
12.47
GitHub Action Run
Source Files on build 26390930020
  • Tree
  • List 398
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26390930020
  • 035dca05 on github
  • Prev Build on master (#26390819898)
  • Next Build on master (#26391006057)
  • Delete
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