Skip to content

Rewrite IO for Bun.file()#7470

Merged
Jarred-Sumner merged 11 commits into
mainfrom
jarred/rewrite-io-bun-file
Dec 7, 2023
Merged

Rewrite IO for Bun.file()#7470
Jarred-Sumner merged 11 commits into
mainfrom
jarred/rewrite-io-bun-file

Conversation

@Jarred-Sumner

@Jarred-Sumner Jarred-Sumner commented Dec 5, 2023

Copy link
Copy Markdown
Collaborator

Comment thread src/io/heap.zig
@@ -0,0 +1,379 @@
const std = @import("std");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

you should link to where you got this from (https://github.com/mitchellh/libxev/blob/main/src/heap.zig)

@Jarred-Sumner Jarred-Sumner marked this pull request as ready for review December 6, 2023 15:06
@github-actions

github-actions Bot commented Dec 6, 2023

Copy link
Copy Markdown
Contributor

@cirospaciari 11 files with test failures on bun-darwin-x64:

  • test/cli/run/env.test.ts
  • test/js/bun/spawn/spawn-streaming-stdout.test.ts
  • test/js/bun/util/which.test.ts
  • test/js/node/fs/fs.test.ts
  • test/js/node/watch/fs.watchFile.test.ts
  • test/js/third_party/grpc-js/test-channel-credentials.test.ts
  • test/js/third_party/grpc-js/test-client.test.ts
  • test/js/third_party/grpc-js/test-idle-timer.test.ts
  • test/js/third_party/grpc-js/test-retry.test.ts
  • test/js/third_party/webpack/webpack.test.ts
  • test/js/web/timers/setTimeout.test.js

View test output

#3deb58a80f862343748783e2158db3372da1e6c0

@github-actions

github-actions Bot commented Dec 6, 2023

Copy link
Copy Markdown
Contributor

@cirospaciari 9 files with test failures on bun-darwin-x64-baseline:

  • test/cli/run/env.test.ts
  • test/js/bun/spawn/spawn-streaming-stdout.test.ts
  • test/js/bun/util/filesink.test.ts
  • test/js/bun/util/which.test.ts
  • test/js/node/fs/fs.test.ts
  • test/js/node/watch/fs.watchFile.test.ts
  • test/js/third_party/prompts/prompts.test.ts
  • test/js/third_party/webpack/webpack.test.ts
  • test/js/web/timers/setTimeout.test.js

View test output

#3deb58a80f862343748783e2158db3372da1e6c0

@github-actions

github-actions Bot commented Dec 6, 2023

Copy link
Copy Markdown
Contributor

@cirospaciari 4 files with test failures on bun-darwin-aarch64:

  • test/cli/run/env.test.ts
  • test/cli/run/require-cache.test.ts
  • test/js/web/fetch/body-stream.test.ts
  • test/js/web/worker.test.ts

View test output

#3deb58a80f862343748783e2158db3372da1e6c0

@github-actions

github-actions Bot commented Dec 6, 2023

Copy link
Copy Markdown
Contributor

@cirospaciari 2 files with test failures on linux-x64-baseline:

  • test/cli/run/env.test.ts
  • test/integration/next/default-pages-dir/test/next-build.test.ts

View test output

#3deb58a80f862343748783e2158db3372da1e6c0

@github-actions

github-actions Bot commented Dec 6, 2023

Copy link
Copy Markdown
Contributor

@cirospaciari 1 files with test failures on linux-x64:

  • test/cli/run/env.test.ts

View test output

#3deb58a80f862343748783e2158db3372da1e6c0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment