Dylan Conway
|
06231b51bd
|
fix(node:path): toNamespacedPath bugfix (#11406)
|
2024-05-27 15:36:54 -07:00 |
|
Jarred Sumner
|
e1eb4a4753
|
Improve unhandled error reporting in bun:test (#11386)
|
2024-05-27 01:55:33 -07:00 |
|
Дмитрий Заводской
|
ad5574b86f
|
Run deinit() on CallbackJob regardless of result type (#11379)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-26 20:02:32 -07:00 |
|
Jarred Sumner
|
af4e844b62
|
Deflake test
|
2024-05-26 04:15:39 -07:00 |
|
Jarred Sumner
|
fdbccef110
|
Speed up a couple tests (#11369)
|
2024-05-26 04:09:28 -07:00 |
|
Jarred Sumner
|
c50e837f34
|
Fix kqueue event handling code (#11364)
|
2024-05-26 02:24:41 -07:00 |
|
Meghan Denny
|
aa3aa888d5
|
ci: windows: fix dns.getServers test (#11309)
Co-authored-by: nektro <nektro@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-25 01:43:13 -07:00 |
|
Georgijs
|
5f7282fea3
|
Fire listeners that are removed during their event (#11329)
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
|
2024-05-24 14:07:03 -07:00 |
|
Dylan Conway
|
d3fdb17321
|
add jest.setTimeout to bun test (#10687)
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
|
2024-05-23 20:24:54 -07:00 |
|
dave caruso
|
c3157e2c50
|
fix(windows spawn): use Job Object to manage subprocesses of subprocesses (#11240)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-23 19:59:39 -07:00 |
|
Jarred Sumner
|
0905e43049
|
Test gardening (#11285)
|
2024-05-23 19:54:36 -07:00 |
|
Meghan Denny
|
f339e51d84
|
ci: windows: skip bunshell stacktrace test (#11306)
|
2024-05-23 19:43:44 -07:00 |
|
Meghan Denny
|
bdc65d0f87
|
fix spawn-kill-signal.test.ts (#11290)
|
2024-05-23 12:53:22 -07:00 |
|
Jarred Sumner
|
d06498bc96
|
Deflake serve-body-leak test
|
2024-05-22 19:22:22 -07:00 |
|
Jarred Sumner
|
12bb5d03a2
|
Always propagate error in EventEmitter (#11210)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-05-22 16:39:42 -07:00 |
|
Ciro Spaciari
|
096cfeebc0
|
fix(fetch) allow Response to be GC'd before all the request body is received (#10933)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
|
2024-05-22 15:42:30 -07:00 |
|
Georgijs
|
6c77d5e882
|
bypass getaddrinfo for ip addresses (#11238)
Co-authored-by: Georgijs Vilums <=>
|
2024-05-21 15:51:10 -07:00 |
|
Jarred Sumner
|
c03b35ecfc
|
Fix node:dns error code issue impacting MongoDB (#11235)
|
2024-05-21 14:41:00 -07:00 |
|
Georgijs
|
6e55612d36
|
fix http2 test on windows (#11236)
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
|
2024-05-21 14:36:08 -07:00 |
|
Meghan Denny
|
1c99cfebeb
|
crypto: fix digestToBytes and add tests (#11234)
|
2024-05-21 13:51:00 -07:00 |
|
Jarred Sumner
|
bbaeeaeed2
|
Implement expect().toHaveReturned() && expect().toHaveReturnedTimes(n) (#11231)
|
2024-05-21 13:11:26 -07:00 |
|
Meghan Denny
|
396dc78522
|
node:fs: add Dirent.path and .parentPath fields (#11135)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-05-21 11:24:05 -07:00 |
|
Zack Radisic
|
adde0af7b4
|
fix which when bin or PATH is rlly long (#11218)
|
2024-05-21 11:21:29 -07:00 |
|
Jarred Sumner
|
40fcf25e01
|
Fixes "column must be greater than or equal to 0" error (#11211)
|
2024-05-21 11:19:18 -07:00 |
|
Georgijs
|
4df387d59f
|
happy eyeballs (#11206)
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
|
2024-05-20 22:12:14 -07:00 |
|
Zack Radisic
|
ff1db36aaa
|
shell: handle operators and delimiters better (#11165)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-05-20 10:37:52 -07:00 |
|
Jarred Sumner
|
b15d47dfe8
|
Introduce bun.dns.prefetch API (#11176)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Eric L. Goldstein <3359116+mangs@users.noreply.github.com>
|
2024-05-19 18:08:16 -07:00 |
|
Meghan Denny
|
16e0f6e671
|
make WindowsFileAttributes a packed struct and add a windows junction test (#11161)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-05-19 14:28:43 -07:00 |
|
Jarred Sumner
|
b044387e58
|
Fix icu version test
|
2024-05-19 03:15:00 -07:00 |
|
Georgijs
|
814440b1c0
|
Asynchronous DNS for sockets (#11097)
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Zack Radisic <zack@theradisic.com>
|
2024-05-18 05:11:21 -07:00 |
|
Zack Radisic
|
38122a99b2
|
shell: Fix some cd returning the wrong exit code (#11092)
|
2024-05-17 18:12:57 -07:00 |
|
Jarred Sumner
|
16920a552f
|
Make unhandled exceptions in Bun.serve() within a test() or expect() call fail the test like any other exception (#11141)
|
2024-05-17 18:11:43 -07:00 |
|
Jarred Sumner
|
dfb935dc73
|
Add test for ICU version
|
2024-05-17 03:41:30 -07:00 |
|
Jarred Sumner
|
b220254df4
|
Fix failing test
|
2024-05-16 23:48:48 -07:00 |
|
Meghan Denny
|
d35ea63e6d
|
node:http: convert Agent from class to function (#11130)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-16 23:33:34 -07:00 |
|
Meghan Denny
|
c7d7bc120a
|
node:crypto: add shake128 and shake256 (#11134)
|
2024-05-16 23:16:59 -07:00 |
|
Jarred Sumner
|
44891ee62d
|
Skip bun build of react-dom/server test when react-dom/server is unsupported
|
2024-05-16 21:47:58 -07:00 |
|
Meghan Denny
|
5caca9cd48
|
add .bytes() method to various readables (#11104)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: nektro <nektro@users.noreply.github.com>
|
2024-05-16 19:10:50 -07:00 |
|
Meghan Denny
|
ac6eaac403
|
test: use resource disposal to ensure servers shutdown even if tests fail (#11106)
|
2024-05-16 17:26:13 -07:00 |
|
Jarred Sumner
|
013d7c2e9c
|
Fix flaky test
@zackradisic please don't use `^` in tests. It means a package updating in the future can cause the test to fail.
|
2024-05-16 15:44:28 -07:00 |
|
Jarred Sumner
|
2fb0a5e311
|
Fix bug with errname not allowing double numbers as ints (#11103)
|
2024-05-16 02:55:07 -07:00 |
|
Jarred Sumner
|
b5dff55ef3
|
Upgrade SIMDUTF, 8x faster atob (#11085)
|
2024-05-15 03:42:36 -07:00 |
|
Meghan Denny
|
86bcc49bef
|
node:http: allow setting response.statusCode and statusMessage [v2] (#11082)
|
2024-05-15 00:27:55 -07:00 |
|
Meghan Denny
|
4efe026b5f
|
test: unify how all files create a temp directory (#11057)
Co-authored-by: nektro <nektro@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-14 20:19:35 -07:00 |
|
Meghan Denny
|
1e6fa76637
|
rework node:net.connect arg parsing (#10970)
|
2024-05-14 17:20:19 -07:00 |
|
Zack Radisic
|
60482b6e42
|
Fix backtick escaping and add more tests (#10980)
Co-authored-by: zackradisic <zackradisic@users.noreply.github.com>
Co-authored-by: Georgijs <48869301+gvilums@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-14 14:23:12 -07:00 |
|
Dylan Conway
|
2d5cc719d2
|
fix coercion to double (#11056)
|
2024-05-13 20:07:00 -07:00 |
|
Georgijs
|
89d68debde
|
emit newListener event before new listener is added (#10993)
Co-authored-by: Georgijs Vilums <=>
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
|
2024-05-13 16:57:59 -07:00 |
|
Ashcon Partovi
|
998c4ca0a7
|
Change node-http test so it doesn't emit annotation
|
2024-05-13 14:37:42 -07:00 |
|
Zack Radisic
|
68cb85a61d
|
Tilde expansion (#10981)
|
2024-05-10 15:01:17 -07:00 |
|