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

KarpelesLab / goro / 25814669282
13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 05:15PM 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 05:13PM UTC coverage: 12.08% (+0.005%) from 12.075%
25814669282

push

github

MagicalTux
vm: unwind foreach iterators on multi-level break/continue

\`continue 2\` from inside a nested foreach was jumping straight to
the outer loop's continue target without popping the inner
foreach's iterator off the iters stack. The next OpForeachStep
then read the wrong (still-inner) iterator, looping forever.

Tag loopCtx with isForeach when the loop is a foreach, and at
break/continue emit OP_FOREACH_UNWIND for every foreach in the
loops being skipped over.

Fixes bug67111 ("Memory leak when using 'continue 2' inside two
foreach loops" — used here as a correctness test) and any other
multi-level break/continue across foreach.

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

7 of 9 new or added lines in 1 file covered. (77.78%)

13971 of 115654 relevant lines covered (12.08%)

2454.66 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
82.31
-0.11% core/vm/vmcompiler/emit_stmt.go
Jobs
ID Job ID Ran Files Coverage
1 25814669282.1 13 May 2026 05:15PM UTC 398
12.08
GitHub Action Run
Source Files on build 25814669282
  • 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 #25814669282
  • 69025a37 on github
  • Prev Build on master (#25814545303)
  • Next Build on master (#25814801968)
  • 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