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(windows/install): allow linking bins that do not exist. #8605

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

paperclover
Copy link
Member

before:

image

now, the install succeeds but since the lifecycle script is not run, we get this new error upon running it:

image

This is half of #8591

Copy link
Contributor

@paperdave 2 files with test failures on bun-darwin-aarch64:

View test output

#7c2a1c7b9bd5ac6f55ee1af5a774096197da7372

Copy link
Contributor

Copy link
Contributor

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

  • test\bundler\cli.test.ts
  • test\cli\inspect\inspect.test.ts
  • test\cli\run\transpiler-cache.test.ts
  • test\js\bun\util\bun-file-windows.test.ts
  • test\js\node\process\process-args.test.js
  • test\regression\issue\08095.test.ts
  • test\transpiler\template-literal.test.ts

Full Test Output

@Jarred-Sumner Jarred-Sumner merged commit af1a124 into main Feb 1, 2024
26 of 31 checks passed
@Jarred-Sumner Jarred-Sumner deleted the dave/win/bin-link-error-handle branch February 1, 2024 03:08
ryoppippi pushed a commit to ryoppippi/bun that referenced this pull request Feb 1, 2024
gvilums pushed a commit that referenced this pull request Feb 1, 2024
Jarred-Sumner pushed a commit that referenced this pull request Feb 1, 2024
* draft impl of windows watcher

* synchronous watcher

* working standalone watcher

* in progress changes to watcher

* make watcher non-global

* prepare watcher for windows impl

* add windows watcher scaffold and clean up imports

* fix inotify

* make watch code more generic over platforms

* fix visibility

* watcher starts without error

* printing changes works

* basic windows watching works

* handle process exit from watcher

* cleanup in process cloning

* clean up logging and panic handling

* fix hot reload test on windows

* misc cleanup around watcher

* make watch test actually useful

* [autofix.ci] apply automated fixes

* remove old files

* clean up watchers

* update .gitignore

* rework windows watcher into single watcher instance watching top level project dir

* use non-strict utf16 conversion

* change to contains

* fix mac and linux compile

* add baseline in crash report (#8606)

* allow linking bins that do not exist. (#8605)

* fix linux compile

* fix linux compile (again)

* remove outdated todo

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: dave caruso <[email protected]>
ryoppippi pushed a commit to ryoppippi/bun that referenced this pull request Feb 2, 2024
* draft impl of windows watcher

* synchronous watcher

* working standalone watcher

* in progress changes to watcher

* make watcher non-global

* prepare watcher for windows impl

* add windows watcher scaffold and clean up imports

* fix inotify

* make watch code more generic over platforms

* fix visibility

* watcher starts without error

* printing changes works

* basic windows watching works

* handle process exit from watcher

* cleanup in process cloning

* clean up logging and panic handling

* fix hot reload test on windows

* misc cleanup around watcher

* make watch test actually useful

* [autofix.ci] apply automated fixes

* remove old files

* clean up watchers

* update .gitignore

* rework windows watcher into single watcher instance watching top level project dir

* use non-strict utf16 conversion

* change to contains

* fix mac and linux compile

* add baseline in crash report (oven-sh#8606)

* allow linking bins that do not exist. (oven-sh#8605)

* fix linux compile

* fix linux compile (again)

* remove outdated todo

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: dave caruso <[email protected]>
Hanaasagi pushed a commit to Hanaasagi/bun that referenced this pull request Feb 3, 2024
Hanaasagi pushed a commit to Hanaasagi/bun that referenced this pull request Feb 3, 2024
* draft impl of windows watcher

* synchronous watcher

* working standalone watcher

* in progress changes to watcher

* make watcher non-global

* prepare watcher for windows impl

* add windows watcher scaffold and clean up imports

* fix inotify

* make watch code more generic over platforms

* fix visibility

* watcher starts without error

* printing changes works

* basic windows watching works

* handle process exit from watcher

* cleanup in process cloning

* clean up logging and panic handling

* fix hot reload test on windows

* misc cleanup around watcher

* make watch test actually useful

* [autofix.ci] apply automated fixes

* remove old files

* clean up watchers

* update .gitignore

* rework windows watcher into single watcher instance watching top level project dir

* use non-strict utf16 conversion

* change to contains

* fix mac and linux compile

* add baseline in crash report (oven-sh#8606)

* allow linking bins that do not exist. (oven-sh#8605)

* fix linux compile

* fix linux compile (again)

* remove outdated todo

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: dave caruso <[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