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

Bring uSockets & uWebSockets forks into Bun's repository #4372

Merged
merged 6 commits into from
Aug 28, 2023

Conversation

Jarred-Sumner
Copy link
Collaborator

What does this PR do?

In preparation for implementing the IOCP / Windows backend, this moves our forked versions of uSockets and uWebSockets into Bun's repository instead of continuing to live in a seemingly random GitHub repository under my name

How did you verify your code works?

Ran make uws locally and checked it linked successfully

@github-actions
Copy link
Contributor

@Jarred-Sumner 5 files with test failures on bun-darwin-aarch64:

  • test/bundler/esbuild/splitting.test.ts
  • test/js/bun/test/test-test.test.ts
  • test/js/node/dns/node-dns.test.js
  • test/js/node/fs/fs.test.ts
  • test/js/node/watch/fs.watch.test.ts

View test output

#72d63150840d5b6a2fc1bf943cb48078b06d0775

@github-actions
Copy link
Contributor

@Jarred-Sumner 1 files with test failures on linux-x64:

  • test/js/web/fetch/fetch-gzip.test.ts

View test output

#72d63150840d5b6a2fc1bf943cb48078b06d0775

@github-actions
Copy link
Contributor

@Jarred-Sumner 1 files with test failures on linux-x64-baseline:

  • test/js/web/fetch/fetch.stream.test.ts

View test output

#72d63150840d5b6a2fc1bf943cb48078b06d0775

@github-actions
Copy link
Contributor

@Jarred-Sumner 6 files with test failures on bun-darwin-x64-baseline:

  • test/js/bun/spawn/spawn-streaming-stdin.test.ts
  • test/js/bun/sqlite/sqlite.test.js
  • test/js/bun/util/filesink.test.ts
  • test/js/node/fs/fs.test.ts
  • test/js/third_party/webpack/webpack.test.ts
  • test/js/web/timers/setTimeout.test.js

View test output

#72d63150840d5b6a2fc1bf943cb48078b06d0775

@Jarred-Sumner Jarred-Sumner merged commit a2ddfe6 into main Aug 28, 2023
@Jarred-Sumner Jarred-Sumner deleted the jarred/bring-in-usockets branch August 28, 2023 15:38
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.

1 participant