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

windows: fix argument handling in bin shim #9622

Merged
merged 29 commits into from Mar 27, 2024
Merged

windows: fix argument handling in bin shim #9622

merged 29 commits into from Mar 27, 2024

Conversation

paperdave
Copy link
Collaborator

@paperdave paperdave commented Mar 25, 2024

What does this PR do?

there are some remaining failures in bunx test. it is incredibly flaky there so i need more time to look at

Copy link

github-actions bot commented Mar 25, 2024

Copy link

github-actions bot commented Mar 25, 2024

❌🪟 @paperdave, there are 15 test regressions on Windows x86_64

  • test\cli\install\bun-run-bunfig.test.ts
  • test\cli\install\bunx.test.ts
  • test\cli\install\bun-install.test.ts
  • test\cli\test\bun-test.test.ts
  • test\integration\sharp\sharp.test.ts
  • test\js\bun\console\console-iterator.test.ts
  • test\cli\install\registry\bun-install-registry.test.ts
  • test\js\bun\console\console-table.test.ts
  • test\js\bun\shell\commands\rm.test.ts
  • test\js\node\dns\node-dns.test.js
  • test\js\node\stream\node-stream.test.js
  • test\js\web\timers\setTimeout.test.js
  • test\js\web\fetch\body-stream.test.ts
  • test\js\web\workers\worker.test.ts
  • test\js\third_party\postgres\postgres.test.ts

Full Test Output

Copy link

github-actions bot commented Mar 25, 2024

Copy link

github-actions bot commented Mar 25, 2024

@paperdave paperdave marked this pull request as draft March 25, 2024 20:55
@@ -95,10 +103,9 @@ it("should output usage if no arguments are passed", async () => {
});

it("should work for @scoped packages", async () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

we should run this test with and without --bun, but it can be added later

Copy link
Collaborator

@dylan-conway dylan-conway left a comment

Choose a reason for hiding this comment

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

LGTM

@dylan-conway dylan-conway marked this pull request as ready for review March 27, 2024 05:37
@dylan-conway dylan-conway merged commit e808cdb into main Mar 27, 2024
26 of 31 checks passed
@dylan-conway dylan-conway deleted the dave/win/shim5 branch March 27, 2024 05: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.

None yet

5 participants