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

source-academy / plugins / 29019816342 / 3
97%
feat/add-init-infra: 67%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: feat/add-init-infra
Ran 09 Jul 2026 01:15PM UTC
Files 6
Run time 0s
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

09 Jul 2026 12:58PM UTC coverage: 96.296% (+0.2%) from 96.078%
29019816342.3

push

github

web-flow
Add breakpointSteps to the CSE snapshot protocol (#55)

* feat(cse-machine): carry breakpoint step indices over the __cse channel

Adds breakpointSteps: number[] to CseSnapshotMessage — a run-level array
of 0-based step indices where a breakpoint (e.g. Python's breakpoint())
sits on top of the control. CseMachinePlugin.sendSnapshots takes it as an
optional second argument; CseMachineHostPlugin.receiveSnapshots now
receives it as a second parameter.

Lets host apps wire up breakpoint-navigation controls for CSE-machine
evaluators, matching the stepper's existing redexNodeType contract.
Paired with a py-slang change that detects breakpoint() in the CSE
machine and populates this array (source-academy/py-slang issue #189).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* fix(cse-machine): address Gemini review on #55

Make CseSnapshotMessage.breakpointSteps optional for backward compatibility
with runners that predate this field, and defensively check
Array.isArray(message.breakpointSteps) in the web plugin before passing it
to receiveSnapshots, since messages cross a conduit channel boundary and
could come from an older or malformed runner.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* chore: formatting

---------

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>

14 of 16 branches covered (87.5%)

Branch coverage included in aggregate %.

38 of 38 relevant lines covered (100.0%)

4.45 hits per line

Source Files on job 29019816342.3
  • Tree
  • List 6
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 29019816342
  • 6672299f on github
  • Prev Job for on main (#28841853581.1)
  • Next Job for on main (#29020557823.1)
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