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: google/zx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.1.7
Choose a base ref
...
head repository: google/zx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.1.8
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Sep 17, 2024

  1. fix: respect piped PromiseProcess nothrow option (#901)

    * test: extend pipe rejection suite
    
    * chore: enhance pipe rejection hook
    
    * fix: respect piped Process nothrow option
    antongolub authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7a7232c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01f744b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix: detect Duplex on pipe (#905)

    * fix: detect Duplex on pipe
    
    closes #904
    
    * test: add isStringLiteral test
    antongolub authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bfff0ef View commit details
    Browse the repository at this point in the history
  2. perf: optimize ProsessOutput mem consumption (#903)

    * perf: optimize `ProsessOutput` mem consumption
    
    * style: simplify process end handler
    
    * chore(types): define `ProcessOutput` overload signature
    antongolub authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    971cbfc View commit details
    Browse the repository at this point in the history
  3. perf: strengthen code block patterns (#906)

    Co-authored-by: Anton Medvedev <anton@medv.io>
    antongolub and antonmedv authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9354a39 View commit details
    Browse the repository at this point in the history
Loading