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

KarpelesLab / goro / 25354718639
13%

Build:
DEFAULT BRANCH: master
Ran 05 May 2026 02:33AM 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

05 May 2026 02:31AM UTC coverage: 8.966% (+0.01%) from 8.954%
25354718639

push

github

MagicalTux
vm: \$this binding for closures + stack reset on try unwind

ResolveCallable now returns the implicit \$this alongside
the callable: closures with bound \$this expose it via
GetThis(), and array-method callables \[obj, "method"]
pass the receiver as \$this. OP_CALL_INDIRECT forwards it
to ctx.CallZVal as optionalThis so the callee body sees
the right binding (fixes arrow-function \$this access).

TryHandler now records the simulated stack depth at try
entry. When the dispatcher unwinds to a catch body, it
truncates the VM stack back to that depth — partially
evaluated arguments from the failing expression
(e.g. throwing midway through a 60-arg function call,
bug34062) are dropped so the catch body starts cleanly.

phpt under GORO_VM=1: 14 regressions (was 16).

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

21 of 40 new or added lines in 4 files covered. (52.5%)

10296 of 114829 relevant lines covered (8.97%)

1063.51 hits per line

Uncovered Changes

Lines Coverage ∆ File
15
35.5
0.52% core/compiler/dispatch.go
3
76.09
-3.4% core/vm/ops_try.go
1
62.27
0.17% core/vm/vm.go
Jobs
ID Job ID Ran Files Coverage
1 25354718639.1 05 May 2026 02:33AM UTC 398
8.97
GitHub Action Run
Source Files on build 25354718639
  • Tree
  • List 398
  • Changed 6
  • Source Changed 5
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25354718639
  • c7a4a4b2 on github
  • Prev Build on master (#25354602159)
  • Next Build on master (#25354859519)
  • 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