-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support .bun-version
files
#8
Comments
Relates to oven-sh/bun#3917. It makes sense to use Once this feature is implemented, it will be easier to develop a GitHub Action to setup-bun, similar to setup-node, setup-python, and others. Do you have an estimated timeline for when this feature might be implemented, if at all? |
Woops, just a typo. I meant Feel free to open a PR, I don't have any plans on implementing that myself right now. The existing Should be super easy, already have the structure setup to add support for more files: https://github.com/aklinker1/bunv/blob/main/src%2Fvm.zig#L46-L47 |
Don't know Zig. |
Um... maybe? Here's the implementation: Lines 266 to 278 in 9b1cedc
Looks like the only change is to trim whitespace surrounding the version? I guess I can do that real quick. |
Closed by 1c70d2b |
Released in |
You're awesome @aklinker1! May you would like to update the Roadmap on the README? Line 28 in 9a9ae4e
Since I can only install from "official" streams, when Bunv will be available through brew, I could test and share any insights. |
No description provided.
The text was updated successfully, but these errors were encountered: