X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anomalyco/opencode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: anomalyco/opencode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kit/format-child-process-spawner
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 27, 2026

  1. refactor(format): use ChildProcessSpawner instead of Process.spawn

    Replace raw Process.spawn with Effect's ChildProcessSpawner in the
    Format service. formatFile now returns an Effect instead of a Promise,
    composing natively with the layer.
    kitlangton committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    7f9eda6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c713781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09ce30c View commit details
    Browse the repository at this point in the history
  4. fix(format): set stdin/stdout/stderr to ignore for formatter subproce…

    …sses
    
    ChildProcess.make defaults to "pipe" for all stdio streams. Formatters
    that wait on stdin EOF or write enough output to fill pipe buffers would
    hang. Matches the original Process.spawn behavior.
    kitlangton committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    8a5a685 View commit details
    Browse the repository at this point in the history
Loading
X Tutup