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

KarpelesLab / goro / 25773415063
13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 01:57AM 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

13 May 2026 01:55AM UTC coverage: 12.136% (+0.007%) from 12.129%
25773415063

push

github

MagicalTux
compiler: defer VM compile of named top-level functions

Closures inside compileFunctionWithName were VM-compiled inline,
before the parent's RegisterLazyFunc pre-pass ran. That meant
emit-time queries about sibling top-level functions (e.g.
FunctionTakesByRef for a forward-referenced \`function inc(&\$x)\`)
always missed and the call site emitted a value-passing native
call, silently dropping the ref binding.

Mark named top-level functions for deferred VM compile and run
TryBuildVMClosureBody for them in compileInner after the lazy
pre-pass. Anonymous closures and class methods still compile
inline.

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

14 of 16 new or added lines in 2 files covered. (87.5%)

2 existing lines in 2 files now uncovered.

14021 of 115536 relevant lines covered (12.14%)

2049.54 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
20.86
0.05% core/compiler/compile-func.go

Coverage Regressions

Lines Coverage ∆ File
1
53.9
-0.22% core/compiler/dispatch.go
1
22.98
-0.05% core/phpctx/global.go
Jobs
ID Job ID Ran Files Coverage
1 25773415063.1 13 May 2026 01:57AM UTC 398
12.14
GitHub Action Run
Source Files on build 25773415063
  • Tree
  • List 398
  • Changed 5
  • Source Changed 3
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25773415063
  • 7a040277 on github
  • Prev Build on master (#25773320920)
  • Next Build on master (#25773489002)
  • 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