Meghan Denny
ea12cb5801
ci: show the retries count on flaky tests ( #21325 )
...
Co-authored-by: 190n <ben@bun.sh >
Co-authored-by: taylor.fish <contact@taylor.fish >
2025-07-23 19:11:18 -07:00
Meghan Denny
75027e9616
ci: give windows a bit more time for tests
...
noticed in the wild napi compiling slow
2025-07-23 18:04:20 -07:00
Meghan Denny
e8d0935717
zig: delete deprecated some bun.jsc apis ( #21309 )
2025-07-23 17:10:58 -07:00
190n
ace81813fc
[STAB-851] fix debug-coredump.ts ( #21318 )
2025-07-23 12:23:14 -07:00
Zack Radisic
71e2161591
Split DevServer.zig into multiple files ( #21299 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-23 05:29:22 +00:00
taylor.fish
07cd45deae
Refactor Zig imports and file structure (part 1) ( #21270 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-22 17:51:38 -07:00
Meghan Denny
73d92c7518
Revert "Fix beforeAll hooks running for unmatched describe blocks when using test filters" ( #21292 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-22 12:53:53 -07:00
Jarred Sumner
5c44553a02
Update vscode-release.yml
2025-07-21 23:25:57 -07:00
Michael H
f4116bfa7d
followup for vscode test runner ( #21024 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-21 23:21:05 -07:00
Jarred Sumner
5aeede1ac7
Quieter build commands
2025-07-21 21:56:41 -07:00
Meghan Denny
6d2a0e30f5
test: node: revert the previous tmpdirName commit
2025-07-21 21:34:00 -07:00
Jarred Sumner
382fe74fd0
Remove noisy copy_file logs on Linux
2025-07-21 21:24:35 -07:00
Jarred Sumner
aac646dbfe
Suppress linker alignment warnings in debug build on macOS
2025-07-21 21:24:35 -07:00
Jarred Sumner
da90ad84d0
Fix windows build in git bash
2025-07-21 21:24:35 -07:00
robobun
6383c8f94c
Fix beforeAll hooks running for unmatched describe blocks when using test filters ( #21195 )
...
Co-authored-by: Claude Bot <claude-bot@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-21 20:21:29 -07:00
robobun
718e7cdc43
Upgrade libarchive to v3.8.1 ( #21250 )
...
Co-authored-by: Claude Bot <claude-bot@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Zack Radisic <zack@theradisic.com >
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-21 20:08:00 -07:00
robobun
cd54db1e4b
Fix Windows cross-compilation missing executable permissions ( #21268 )
...
Co-authored-by: Claude Bot <claude-bot@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-21 19:47:00 -07:00
Jarred Sumner
171169a237
Update CLAUDE.md
2025-07-21 19:14:24 -07:00
Jarred Sumner
5fbd99e0cb
Fix parsing bug with non-sha256 integrity hashes when migrating lockfiles ( #21220 )
2025-07-21 17:10:06 -07:00
pfg
60faa8696f
Auto cpp->zig bindings ( #20881 )
...
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com >
Co-authored-by: Ben Grant <ben@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-21 16:26:07 -07:00
Meghan Denny
d2a4fb8124
test: node: much more robust tmpdirName for use with --parallel
2025-07-21 15:56:32 -07:00
Meghan Denny
a4d031a841
meta: add a --parallel flag to the runner for faster local testing ( #21140 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-21 15:17:19 -07:00
Meghan Denny
56bc65932f
ci: print memory usage in runner ( #21163 )
2025-07-21 15:12:30 -07:00
pfg
83760fc446
Sort imports in all files ( #21119 )
...
Co-authored-by: taylor.fish <contact@taylor.fish >
2025-07-21 13:26:47 -07:00
robobun
74d3610d41
Update lol-html to v2.6.0 ( #21251 )
...
Co-authored-by: Claude Bot <claude-bot@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-21 02:08:35 -07:00
Jarred Sumner
1d085cb4d4
CI: normalize glob-sources paths to posix paths
2025-07-21 01:24:59 -07:00
Jarred Sumner
a868e859d7
Run formatter
2025-07-21 01:19:09 -07:00
Zack Radisic
39dd5002c3
Fix CSS error with printing :is(...) pseudo class ( #21249 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2025-07-21 00:21:33 -07:00
robobun
7940861b87
Fix extra bracket in template literal syntax highlighting ( #17327 ) ( #21187 )
...
Co-authored-by: Claude Bot <claude-bot@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-20 23:38:24 -07:00
github-actions[bot]
f65f31b783
deps: update sqlite to 3.50.300 ( #21222 )
...
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com >
2025-07-20 23:05:49 -07:00
robobun
cc5d8adcb5
Enable Windows long path support ( #21244 )
...
Co-authored-by: Claude Bot <claude-bot@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-20 23:04:17 -07:00
Jarred Sumner
bbc4f89c25
Deflake test-21049.test.ts
2025-07-20 23:02:10 -07:00
Zack Radisic
f4339df16b
SSG stuff ( #20998 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2025-07-20 22:37:50 -07:00
robobun
12dafa4f89
Add comprehensive documentation for bun ci command ( #21231 )
...
Co-authored-by: Claude Bot <claude-bot@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2025-07-20 03:46:44 -07:00
robobun
436be9f277
docs: add comprehensive documentation for bun update --interactive ( #21232 )
...
Co-authored-by: Claude Bot <claude-bot@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-20 03:39:31 -07:00
robobun
422991719d
docs: add isolated installs to navigation ( #21217 )
...
Co-authored-by: Claude Bot <claude-bot@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2025-07-19 22:27:44 -07:00
Jarred Sumner
bc030d23b3
Read the same values as pnpm's .npmrc node-linker options
2025-07-19 22:20:11 -07:00
Meghan Denny
146fb2f7aa
Bump
2025-07-19 11:55:14 -07:00
robobun
1e5f746f9b
docs: add comprehensive isolated install documentation ( #21198 )
2025-07-19 06:12:46 -07:00
robobun
aad3abeadd
Update interactive spacing ( #21156 )
...
Co-authored-by: Claude Bot <claude-bot@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: RiskyMH <git@riskymh.dev >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
bun-v1.2.19
2025-07-19 04:11:28 -07:00
Jarred Sumner
6d5637b568
Remove debug logs
2025-07-19 04:04:24 -07:00
Jarred Sumner
eb0b0db8fd
Rename IS_CODE_AGENT -> AGENT
2025-07-19 03:59:47 -07:00
Dylan Conway
1a9bc5da09
fix(install): isolated install aliased dependency name fix ( #21138 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com >
Co-authored-by: Meghan Denny <meghan@bun.sh >
2025-07-19 01:59:52 -07:00
taylor.fish
a1c0f74037
Simplify/fix threading utilities ( #21089 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-18 22:02:36 -07:00
robobun
b5a9d09009
Add comprehensive build-time constants guide for --define flag ( #21171 )
...
Co-authored-by: Claude Bot <claude-bot@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-18 15:40:17 -07:00
Alistair Smith
a280d15bdc
Remove conflicting declaration breaking lint.yml ( #21180 )
2025-07-18 16:26:54 -04:00
Jarred Sumner
f380458bae
Add remoteRoot/localRoot mapping for VSCode ( #19884 )
...
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com >
Co-authored-by: robobun <robobun@oven.sh >
2025-07-18 04:19:15 -07:00
Meghan Denny
6ed245b889
ci: add auto-updaters for highway and hdrhistogram ( #21157 )
2025-07-18 04:15:33 -07:00
Meghan Denny
89e322e3b5
cmake: set nodejs_version statically ( #21164 )
2025-07-18 04:14:11 -07:00
Jarred Sumner
45e97919e5
Add bun bd to test/ folder and also run formatter
2025-07-17 22:20:02 -07:00