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

KarpelesLab / goro / 26066643505
13%

Build:
DEFAULT BRANCH: master
Ran 18 May 2026 11:44PM 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

18 May 2026 11:33PM UTC coverage: 12.319% (-0.02%) from 12.337%
26066643505

push

github

MagicalTux
vm: iterative FuncContext.Loc + revert NoDiscard native emit

FuncContext.Loc walked the parent chain recursively; a context-pool
aliasing bug can make that chain cyclic, overflowing the goroutine
stack (observed on the bug73156 eval + debug_backtrace path). Loc is
now iterative with a 64K-frame depth cap — well past PHP's 4096
nesting limit — so a cycle bails to the frame's own call-site loc
instead of crashing the process.

Also reverts the native NoDiscard emit again: it regressed
native-method NoDiscard detection (DateTimeImmutable::setTimestamp).
NoDiscard stays AST-delegated; the helpers remain for the AST runner.

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

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

39 existing lines in 7 files now uncovered.

14416 of 117018 relevant lines covered (12.32%)

2563.96 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
40.44
0.67% core/phpctx/context-func.go

Coverage Regressions

Lines Coverage ∆ File
16
52.76
-12.6% core/vm/vmcompiler/emit_object.go
11
60.85
-1.03% core/vm/vm.go
4
69.23
-4.4% core/vm/vmcompiler/emit_call.go
2
52.64
0.08% core/compiler/dispatch.go
2
71.72
-0.41% core/compiler/vmaccess.go
2
81.25
-6.25% core/vm/ops_call.go
2
75.39
-0.19% core/vm/vmcompiler/emit_stmt.go
Jobs
ID Job ID Ran Files Coverage
1 26066643505.1 18 May 2026 11:44PM UTC 398
12.32
GitHub Action Run
Source Files on build 26066643505
  • Tree
  • List 398
  • Changed 9
  • Source Changed 3
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26066643505
  • 647229d1 on github
  • Prev Build on master (#26066449413)
  • Next Build on master (#26067127795)
  • 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