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

KarpelesLab / goro / 25773320920
13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 01:54AM 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:52AM UTC coverage: 12.129% (-0.001%) from 12.13%
25773320920

push

github

MagicalTux
vm: revert the conservative by-ref gate for indirect/unknown calls

The previous attempt to AST-delegate every call to an unknown callee
or every indirect call whose args include a writable lvalue caused
~60 new regressions (any body containing such a call became
slot-unsafe, and the cascading hashtable-backed locals broke other
paths that depended on slot-cached state).

Revert to the narrower gate: only AST-delegate based on known
by-ref signatures (lazy table hit + ref param, by-ref builtins,
named/spread args). The tests that motivated the conservative gate
(bug71622, bug72038, etc.) will need a different solution — likely
extending the call protocol to pass writable refs through the VM
stack rather than pre-evaluating them.

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

7 of 7 new or added lines in 2 files covered. (100.0%)

1 existing line in 1 file now uncovered.

14012 of 115523 relevant lines covered (12.13%)

2041.54 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
72.41
-2.32% core/vm/vmcompiler/emit_call.go
Jobs
ID Job ID Ran Files Coverage
1 25773320920.1 13 May 2026 01:54AM UTC 398
12.13
GitHub Action Run
Source Files on build 25773320920
  • Tree
  • List 398
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25773320920
  • fa791265 on github
  • Prev Build on master (#25773267464)
  • Next Build on master (#25773415063)
  • 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