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

KarpelesLab / goro / 24646567792
13%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2026 03:10AM UTC
Jobs 1
Files 371
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

20 Apr 2026 03:09AM UTC coverage: 1.955%. Remained the same
24646567792

push

github

MagicalTux
compile-static: wrap initial static-var value as a reference

The earlier Dup() fix (c9ee2def) detached the cached small-int wrapper
but didn't go far enough: closure_009 was still failing because the
post-increment path snapshots the LHS value into a pooled temp ZVal,
mutates the temp, then writes back via WriteValue → OffsetSet. The
hash-table SetString path only mutates the existing entry in place
when the entry is a reference; for a plain ZVal it replaces the
pointer, so the original ZVal stored in perClosure / perClass / v.z
stays at its initializer value and the static var resets every call.

Fix: wrap the initial ZVal with MakeRef() so the hash entry is a
reference to the inner ZVal we keep. OffsetSet now propagates
writes through the reference into the inner ZVal, so subsequent
invocations see the mutated value.

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

0 of 15 new or added lines in 1 file covered. (0.0%)

2188 of 111939 relevant lines covered (1.95%)

70.37 hits per line

Uncovered Changes

Lines Coverage ∆ File
15
0.0
0.0% core/compiler/compile-static.go
Jobs
ID Job ID Ran Files Coverage
1 24646567792.1 20 Apr 2026 03:10AM UTC 371
1.95
GitHub Action Run
Source Files on build 24646567792
  • Tree
  • List 371
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24646567792
  • a7be2eba on github
  • Prev Build on master (#24646382524)
  • Next Build on master (#24646714602)
  • 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