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

Delete bun_dev_http_server.zig #7283

Merged
merged 4 commits into from
Nov 25, 2023
Merged

Conversation

Jarred-Sumner
Copy link
Collaborator

What does this PR do?

We removed bun dev, but we left a lot of the code in there. This deletes more of it.

How did you verify your code works?

It compiled

@@ -3138,16 +3138,19 @@ fn handleResponseBodyChunkedEncodingFromMultiplePackets(
buffer.list.items.ptr + (buffer.list.items.len -| incoming_data.len),
&bytes_decoded,
);
if (comptime Environment.allow_assert) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops

Copy link
Contributor

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

  • test/integration/next/default-pages-dir/test/dev-server.test.ts
  • test/js/bun/test/test-test.test.ts
  • test/js/bun/util/which.test.ts

View test output

#bdbae893b2053740c2303549a7844861010e0c18

Copy link
Contributor

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

  • test/js/third_party/jsonwebtoken/claim-private.test.js

View test output

#bdbae893b2053740c2303549a7844861010e0c18

Copy link
Contributor

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

  • test/js/bun/util/filesink.test.ts
  • test/js/bun/util/which.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

#bdbae893b2053740c2303549a7844861010e0c18

Copy link
Member

@paperdave paperdave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay

@Jarred-Sumner Jarred-Sumner merged commit 5692f82 into main Nov 25, 2023
19 of 28 checks passed
@Jarred-Sumner Jarred-Sumner deleted the jarred/delete-bun-dev-http-server branch November 25, 2023 02:21
cirospaciari pushed a commit that referenced this pull request Nov 27, 2023
* Rename http_client_async -> http

* Delete bun_dev_http_server.zig

* update these

* [uws] Add method for getting SO_ERROR

---------

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
ryoppippi pushed a commit to ryoppippi/bun that referenced this pull request Feb 1, 2024
* Rename http_client_async -> http

* Delete bun_dev_http_server.zig

* update these

* [uws] Add method for getting SO_ERROR

---------

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
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