6 ms·
The PR is public, you can build and use it as well. The anthropic team just decided to use it, and you can as well.
by ranguna 2mo ago
The PR is public, you can build and use it as well. The anthropic team just decided to use it, and you can as well.
- embedding-shape 2mo ago> The PR is public I'm talking about the 1.4.0 release: > Claude supports them shipping a preview of a not-yet-released Bun version Maybe Bun/Anthropic fixed this after Simon's initial release of the blog post, but seemingly when we both looked, it wasn't public.
- thevinter 2mo ago> Update: The Rust version has been released as Bun canary - running bun upgrade --canary will install this release.)
- embedding-shape 2mo agoYeah, of course Anthropic making the version publicly available AFTER people notice it wasn't public, completely solves the issue ;)
- simonw 2mo agoAnthropic changed nothing since I wrote published this post a few hours ago - I updated my post to mention Bun canary since it was a point of confusion here on Hacker News.
- nicce 2mo agoClaude Code has shipped Bun 1.4. already more than month ago: https://github.com/anthropics/claude-code/releases?q=bun&expanded=true https://github.com/anthropics/claude-code/releases?q=bun&exp... Version was changed in Bun in May 18 https://github.com/oven-sh/bun/commit/b18bf6d1d0a92238f240bfd125f0e3b3461b9243 https://github.com/oven-sh/bun/commit/b18bf6d1d0a92238f240bf... So it has been canary since then, most likely, if docs are accurate that latest main is canary.
- Lerc 2mo agoYou seem to be wrong about that Nevertheless, the principles of open source never demanded more than providing the source upon request.
- pygy_ 2mo agoDoes `bun upgrade` provide the source code?
- mort96 2mo agoIsn't the source code in the git repo?
- pygy_ 2mo agov1.4 hasn't been tagged... No idea what the shipped binary corresponds to.
- tln 2mo agoYes, it provides the commits for a "changelog". Canary builds track main closely, 98f664962 is the tip of main. ~$ bun upgrade [2.42s] Upgraded. Welcome to Bun's latest canary build! Report any bugs: https://github.com/oven-sh/bun/issues Changelog: https://github.com/oven-sh/bun/compare/f161e0311...98f664962