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

KarpelesLab / goro / 25774292697
13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 02:23AM 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 02:22AM UTC coverage: 12.154% (-0.007%) from 12.161%
25774292697

push

github

MagicalTux
vm: targeted OP_SYNC_LOCAL for writable args to unknown callees

Replaces the bulk OP_SYNC_SLOTS attempt with a per-local sync: when
the unknown-callable + writable-arg gate fires, the emitter writes
each variable-arg's slot to the FuncContext hashtable before
AST-delegating the call. Only those specific locals are touched —
avoids the FuncContext-wide refcount / type-checker churn that
broke 50 unrelated tests when bulk-syncing was used.

The previous narrow gate (no sync, slot-only body) silently dropped
by-ref propagation for forward-referenced by-ref user functions
called from inside another function body. With the targeted sync,
the AST sees fresh values for the specific args it needs, the
binding works correctly, and the rest of the body keeps slot-only.

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

6 of 24 new or added lines in 2 files covered. (25.0%)

7 existing lines in 1 file now uncovered.

14053 of 115629 relevant lines covered (12.15%)

2039.36 hits per line

Uncovered Changes

Lines Coverage ∆ File
12
64.0
-8.41% core/vm/vmcompiler/emit_call.go
6
64.37
-0.53% core/vm/vm.go

Coverage Regressions

Lines Coverage ∆ File
7
52.56
-1.56% core/compiler/dispatch.go
Jobs
ID Job ID Ran Files Coverage
1 25774292697.1 13 May 2026 02:23AM UTC 398
12.15
GitHub Action Run
Source Files on build 25774292697
  • Tree
  • List 398
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25774292697
  • 33c47c0b on github
  • Prev Build on master (#25774044076)
  • Next Build on master (#25774306756)
  • 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