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

[Feature Request] Support Bun #1002

Open
evelant opened this issue Jan 7, 2024 · 2 comments
Open

[Feature Request] Support Bun #1002

evelant opened this issue Jan 7, 2024 · 2 comments

Comments

@evelant
Copy link

evelant commented Jan 7, 2024

Wireit doesn't currently work when using Bun as a package manager. It usually just hangs with

Wireit could not identify the npm user agent, assuming it behaves like npm. Arguments may not be interpreted correctly.
Waiting for another process which is already running this script
@rictic
Copy link
Member

rictic commented Jan 8, 2024

There's two parts to this, one is supporting bun as a script runner, and the other is supporting the bun runtime. The first part is pretty quick and easy, though there was one issue where we can't always unambiguously parse args: oven-sh/bun#4462

When I first tried out getting the bun runtime to work, shortly after it hit 1.0 I hit a number of segfaults. Wireit makes aggressive use of filesystem monitoring APIs, so I suspect the root cause is there, but I haven't yet dug deeper.

@gander
Copy link

gander commented Jan 5, 2025

I thought I found exactly the tool I needed, but it looks like I'll have to write one myself.

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

No branches or pull requests

3 participants