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

KarpelesLab / goro / 25772972887
13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 01:44AM 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:42AM UTC coverage: 12.132% (+0.005%) from 12.127%
25772972887

push

github

MagicalTux
vm: conservative by-ref handling for unknown callees and indirect calls

When emitFunctionCall hits a function name that isn't yet visible in
the lazy-function table (compiled inside an outer scope before the
top-level RegisterLazyFunc pre-pass) we can't know its signature.
Combined with a writable lvalue arg, that gap silently breaks by-ref
binding. Likewise for indirect (\$expr(...)) calls — the callable is
resolved at runtime, so the compile-time signature is unknowable.

Both routes now AST-delegate when the unknown callable receives any
writable lvalue. IsSlotSafe mirrors the same gating so the hashtable
stays populated for the AST run.

Adds LookupLazyByRefSafe as a nil-tolerant wrapper.

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

24 of 27 new or added lines in 2 files covered. (88.89%)

8 existing lines in 1 file now uncovered.

14014 of 115511 relevant lines covered (12.13%)

2041.75 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
52.43
-1.62% core/compiler/dispatch.go

Coverage Regressions

Lines Coverage ∆ File
8
52.43
-1.62% core/compiler/dispatch.go
Jobs
ID Job ID Ran Files Coverage
1 25772972887.1 13 May 2026 01:44AM UTC 398
12.13
GitHub Action Run
Source Files on build 25772972887
  • 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 #25772972887
  • 77a49af6 on github
  • Prev Build on master (#25772911907)
  • Next Build on master (#25773090843)
  • 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