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

KarpelesLab / goro / 26359939529 / 1
12%
master: 12%

Build:
DEFAULT BRANCH: master
Ran 24 May 2026 11:27AM UTC
Files 398
Run time 10s
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

24 May 2026 11:26AM UTC coverage: 12.479%. Remained the same
26359939529.1

push

github

MagicalTux
vm: lower $obj->$var property read natively (drop OpClassConst fallback)

The dollar-prefix form parses to runObjectVar with varName="$x" where
the property name comes from local variable $x at runtime. Restoring
the AST-delegation branch in 37b41488 fixed the regression but the form
is structurally identical to the curly-brace dyn-var read once the name
is evaluated.

Lower it natively: strip the leading $, emit OP_LOAD_LOCAL for the
name local, then OP_OBJECT_DYN_GET (same opcode that handles
$obj->{$expr}). Nullsafe flag encoding (A bit 0) preserved.

The $obj->$f(args) call form (runObjectFunc with op="$x") stays
AST-delegated for now; it's rare and the helper signature would need a
type-generic node parameter.

Smoke tests pass for: assign_obj_op_cache_slot, access_modifiers_011,
literal $obj->$x reads, $obj->$m() calls (unchanged).

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

14759 of 118275 relevant lines covered (12.48%)

2584.77 hits per line

Source Files on job 26359939529.1
  • Tree
  • List 398
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26359939529
  • 87e7f12b on github
  • Prev Job for on master (#26359880593.1)
  • 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