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

KarpelesLab / goro / 24646761379
13%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2026 03:18AM 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:17AM UTC coverage: 1.954%. Remained the same
24646761379

push

github

MagicalTux
run-operator: propagate real runtime errors from ??= LHS evaluation

coalesce/assign_coalesce_002.phpt exercises

    \$ary[new Dtor][id(\$foo)] ??= \$bar

where the Dtor temporary's __destruct() fires during key cleanup and is
supposed to be caught by the surrounding try/catch. Instead, goro was
reporting

    Fatal error: Can't use expression in write context in ... line 45

because checkExistenceAndGet propagated the throw as a generic error
and the ??= fallback path lumped all errors together as "unsupported
LHS" and rewrote the message.

Fix: when the LHS implements phpv.Writable (variable, array access,
object property, …) a non-nil checkErr is necessarily a real runtime
exception — propagate it unchanged. The "Can't use expression in
write context" rewrite stays in place for LHS kinds that are not
Writable (function calls, literals, etc.).

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

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

318 existing lines in 1 file now uncovered.

2188 of 111957 relevant lines covered (1.95%)

70.36 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
0.0
0.0% core/compiler/run-operator.go

Coverage Regressions

Lines Coverage ∆ File
318
0.0
0.0% core/compiler/run-operator.go
Jobs
ID Job ID Ran Files Coverage
1 24646761379.1 20 Apr 2026 03:18AM UTC 371
1.95
GitHub Action Run
Source Files on build 24646761379
  • 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 #24646761379
  • 5dc40a75 on github
  • Prev Build on master (#24646714602)
  • Next Build on master (#24646820827)
  • 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