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

source-academy / frontend / 28201350626 / 1
45%
master: 45%

Build:
DEFAULT BRANCH: master
Ran 25 Jun 2026 09:25PM UTC
Files 450
Run time 36s
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

25 Jun 2026 09:22PM UTC coverage: 41.461% (-0.5%) from 42.006%
28201350626.1

push

github

web-flow
feat(cse): Python CSE Machine via Conductor (#4000)

* feat(cse): wire conductor CSE machine snapshots into frontend

Ports the language-agnostic CSE machine snapshot pipeline from the
liveness prototype into the main frontend, enabling Python (and any
future language) to display CSE machine visualizations via Conductor.

- Add CseMachineHostPlugin concrete subclass (reassignable receiveSnapshots)
- Add CseSnapshotAdapter to translate CseSnapshot → fake js-slang objects
- Register CseMachineHostPlugin in createConductor; return csePlugin
- Add cseSnapshots state field + updateCseSnapshots Redux action/reducer
- Add handleCseSnapshots saga fork in evalCodeConductorSaga; inject
  /__cse_config__ step-limit file so the evaluator respects the slider
- Add CseMachine.renderSnapshot(), getPairCreationMode(), lastSnapshot
- Add Layout.snapshotMode to skip Source-specific tree mutations
- Wire cseSnapshots prop + setEditorHighlightedLinesStep in SideContentCseMachine
- Add renderSnapshotAt, getChangepointSteps, envFingerprint methods
- Guard all CseMachine.redraw() calls to use renderSnapshotAt in snapshot mode

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

* fix(lint): sort imports in CseMachine and SideContentCseMachine

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

* fix(cse): pass csePlugin through conductor cache; port snapshot-mode animation fixes

- conductorEvaluatorCache: store and return csePlugin from PreparedConductor;
  was undefined before, causing 'Cannot set properties of undefined (receiveSnapshots)'
- CseMachineUtils.isEnvEqual: null-guard env1/env2 (snapshot adapter may produce
  closures whose defining env wasn't serialized)
- CseMachineAnimation: use __snapAnimType/__snapBody for snapshot-mode nodes;
  guard numOfArgs=0 for Python calls; use env identity for frameCreated detection;
  skip LookupAnimation for global-frame bindings; cast expression for ExpressionStatement
- CseMachineLayout: wrap CseAnimation.updat... (continued)

2580 of 7298 branches covered (35.35%)

Branch coverage included in aggregate %.

6107 of 13654 relevant lines covered (44.73%)

27.2 hits per line

Source Files on job 28201350626.1
  • Tree
  • List 450
  • Changed 17
  • Source Changed 0
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 28201350626
  • 17ec5a59 on github
  • Prev Job for on master (#28180611712.1)
  • Next Job for on master (#28224410769.1)
  • 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