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

KarpelesLab / goro / 25815850621
13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 05:47PM 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 05:36PM UTC coverage: 12.057% (+0.008%) from 12.049%
25815850621

push

github

MagicalTux
compiler: pre-register top-level functions in lazy table at parse time

Inside compileFunc, when we finish parsing a top-level named
function declaration, RegisterLazyFunc immediately so the rest of
the current compilation pass — most importantly class method bodies
that follow in the source — can resolve forward references at emit
time (e.g. \`FunctionTakesByRef\` queries the lazy table for the
callee's signature).

Previously the lazy registration happened only at the end of
compileInner's top-level scan, so methods compiled inside class
bodies always missed forward-ref top-level functions and emitted
value-passing native calls that silently dropped by-ref bindings.

The main script body's later linear scan over its runnables will
hit the same ZClosure pointer; same-closure RegisterFunction is a
no-op (see the phpctx fix earlier).

Targets bug71622 and similar forward-ref by-ref user-function tests
that the earlier emit-time gate failed to fix without causing
collateral damage.

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

4 of 4 new or added lines in 1 file covered. (100.0%)

13955 of 115746 relevant lines covered (12.06%)

2452.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25815850621.1 13 May 2026 05:47PM UTC 398
12.06
GitHub Action Run
Source Files on build 25815850621
  • Tree
  • List 398
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25815850621
  • 3c34341a on github
  • Prev Build on master (#25815764205)
  • Next Build on master (#25824702215)
  • 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