Skip to content

refactor: drop dead code in the driver and runner adapters#238

Merged
suleimansh merged 1 commit into
mainfrom
suleimansh/refactor/dead-code-cleanup
Jul 4, 2026
Merged

refactor: drop dead code in the driver and runner adapters#238
suleimansh merged 1 commit into
mainfrom
suleimansh/refactor/dead-code-cleanup

Conversation

@suleimansh

Copy link
Copy Markdown
Member

Three small dead-code cleanups from the review, no behavior change:

  • claude-code driver: remove the lastSessionId field (written, never read).
  • docker runner: drop an unreachable ?? '' on a trimmed string.
  • webcontainer runner: the timeout race value is discarded by the timedOut branch; resolve the same 124 it returns instead of a stray 137.

Both packages build and test green. No changeset (internal only).

Closes #234

- claude-code driver: remove the lastSessionId field that was written but
  never read (the id reaches the UI via the emitted result event).
- docker runner: drop an unreachable '?? ""' on a trimmed string.
- webcontainer runner: the timeout race value is discarded by the timedOut
  branch; resolve the same 124 it returns instead of a stray 137.

Closes #234
@suleimansh suleimansh added the priority: low Nice to have / latent label Jul 4, 2026
@suleimansh suleimansh self-assigned this Jul 4, 2026
@suleimansh suleimansh merged commit 664f03a into main Jul 4, 2026
2 checks passed
@suleimansh suleimansh deleted the suleimansh/refactor/dead-code-cleanup branch July 4, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority: low Nice to have / latent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: drop dead code in claude-code driver and runner adapters

1 participant