Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug with PipeWriter on Windows #9714

Merged
merged 2 commits into from
Mar 29, 2024
Merged

Fix bug with PipeWriter on Windows #9714

merged 2 commits into from
Mar 29, 2024

Conversation

Jarred-Sumner
Copy link
Collaborator

What does this PR do?

This should fix some tests

How did you verify your code works?

CI

Copy link
Contributor

github-actions bot commented Mar 29, 2024

Copy link
Contributor

github-actions bot commented Mar 29, 2024

Copy link
Contributor

Copy link
Contributor

❌🪟 @Jarred-Sumner, there are 13 test regressions on Windows x86_64

  • test\cli\install\bunx.test.ts
  • test\cli\install\bun-install.test.ts
  • test\cli\install\registry\bun-install-registry.test.ts
  • test\js\bun\glob\scan.test.ts
  • test\js\bun\shell\commands\rm.test.ts
  • test\js\bun\spawn\spawn-empty-arrayBufferOrBlob.test.ts
  • test\js\node\dns\node-dns.test.js
  • test\js\node\stream\node-stream.test.js
  • test\js\third_party\esbuild\esbuild-child_process.test.ts
  • test\js\web\fetch\body-stream.test.ts
  • test\regression\issue\09041.test.ts
  • test\js\third_party\postgres\postgres.test.ts
  • test\js\web\workers\worker.test.ts

Full Test Output

Copy link
Contributor

@Jarred-Sumner Jarred-Sumner merged commit a9804a3 into main Mar 29, 2024
26 of 31 checks passed
@Jarred-Sumner Jarred-Sumner deleted the jarred/console-iter2 branch March 29, 2024 23:11
@Jarred-Sumner
Copy link
Collaborator Author

Merging because it fixes the console iterator test

paperclover pushed a commit that referenced this pull request Mar 30, 2024
Jarred-Sumner added a commit that referenced this pull request Apr 1, 2024
#5827)

* works

* works

* a

* fix zig compiler error

* fix things

* [autofix.ci] apply automated fixes

* a

* not done

* finish this

* [autofix.ci] apply automated fixes

* self check

* delete committed generated file (#9717)

* Fix bug with PipeWriter (#9714)

* fix!: do not lookup cwd in which (#9691)

* do not lookup cwd in which

* fix webkit submodule

* fix compilation on linux

* feedback

* default process.env.NODE_ENV to undefined (#9695)

* small changes

* [autofix.ci] apply automated fixes

* fix(windows) fix node-stream tests/ windows file reader/writer (#9718)

* fix canceled onFileRead

* report continue errors and fix closing

* also fix pipe writer

* avoid possible memory leaks

* Propagate errors in open

---------

Co-authored-by: Jarred Sumner <[email protected]>

* posix failures

* windows fixes

* avoid using c++ labels

* add a resolver

* fix compile test AGAIN

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Meghan Denny <[email protected]>
Co-authored-by: Jarred Sumner <[email protected]>
Co-authored-by: Ciro Spaciari <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants