Jarred Sumner
|
af0bc28c51
|
Update child_process
|
2022-12-04 08:15:02 -08:00 |
|
Jarred Sumner
|
d28247573c
|
Handle when the process already exited immediately
|
2022-11-28 23:48:04 -08:00 |
|
Jarred Sumner
|
887496bcf9
|
Fix failing spawn() and spawnSync() tests
cc @ThatOneBro
|
2022-11-28 23:00:22 -08:00 |
|
Jarred Sumner
|
d434370500
|
uncomment
|
2022-11-23 21:46:56 -08:00 |
|
Jarred Sumner
|
ac36ea51cf
|
possibly more reliable Bun.spawn (#1547)
* wip
* wip
* Fix bug with stdin
* zig fmt
* seems to work!
* Update streams.test.js
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2022-11-23 07:14:33 -08:00 |
|
Jarred Sumner
|
b18e4064a2
|
Make node streams faster (#1502)
* Make node streams faster
* Fix for macOS, improve performance, handle ref and unref
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2022-11-13 19:14:44 -08:00 |
|
Jarred SUmner
|
a78b6f920d
|
Fix infinite write loop on Linux
|
2022-11-12 20:28:10 -08:00 |
|
Jarred SUmner
|
1cce9da80a
|
Fix memory leak in gzip pool + add test for gzip'd data
|
2022-11-12 18:32:53 -08:00 |
|
Colin McDonnell
|
f7f1b60444
|
Add bun-types, add typechecking, add child_process types (#1475)
* Add bun-types to packages
* Improve typing
* Fix types in tests
* Fix dts tests
* Run formatter
* Fix all type errors
* Add strict mode, fix type errors
* Add ffi changes
* Move workflows to root
* Add workflows
* Remove labeler
* Add child_process types
* Fix synthetic defaults issue
* Remove docs
* Move scripts
* Run prettier
* Include examples in typechecking
* captureStackTrace types
* moved captureStackTrace types to globals
* Address reviews
Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2022-11-09 15:40:40 -08:00 |
|
Jarred Sumner
|
8189f78eed
|
Maybe fix bug with onExit callback?
|
2022-11-07 14:57:47 -08:00 |
|
Jarred Sumner
|
1f174b9d95
|
Fixes https://github.com/oven-sh/bun/issues/1462
|
2022-11-06 16:14:46 -08:00 |
|
zhiyuan
|
55c42f1663
|
Fix spawn exitcode (#1371)
|
2022-10-22 09:41:56 -07:00 |
|
Jarred Sumner
|
c5333ab597
|
support array as first arg in Bun.spawn
|
2022-10-12 14:43:24 -07:00 |
|
Jarred Sumner
|
e7eadcde5a
|
Implement Bun.spawnSync
|
2022-10-11 22:21:06 -07:00 |
|
Jarred Sumner
|
36adee4dc8
|
Make Bun.spawn work on Linux
|
2022-10-11 20:25:16 -07:00 |
|
Jarred Sumner
|
8702f965a2
|
Add test for Bun.file() for stdin and stdout
|
2022-10-11 14:56:49 -07:00 |
|
Jarred Sumner
|
3867431ed1
|
Add test that reads & writes stdin/stderr
|
2022-10-11 00:04:48 -07:00 |
|
Jarred Sumner
|
3cc61f8e30
|
Fix issue with exit callback in Bun.spawn() never firing
|
2022-10-10 20:57:38 -07:00 |
|
Jarred Sumner
|
dffaeaca1e
|
Start to add tests for spawn
|
2022-10-09 02:02:47 -07:00 |
|