Ciro Spaciari
90fd322b5c
fix timer tests ( #8804 )
2024-02-09 14:00:47 -08:00
Zack Radisic
f77b217abf
Correct shell docs for $.escape()
2024-02-09 11:41:59 -06:00
Risu
7c2be6a877
Fix bun-types/index.d.ts ( #8802 )
2024-02-09 08:46:42 -08:00
Dylan Conway
a3c3dad351
wrap ( #8812 )
2024-02-09 03:42:03 -08:00
Travis Cooper
98b438d0a4
Update bunfig.md ( #8807 )
2024-02-09 01:54:00 -08:00
cirospaciari
58d22b063c
Unmark tests that are now passing on Windows
2024-02-08 23:02:32 -03:00
Ciro Spaciari
8cd1db9cda
[windows] fix crypto ( #8797 )
...
* fix password
* refactor
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-02-08 18:00:22 -08:00
dave caruso
2d7df726fd
fix: get bun build working on window ( #8712 )
...
* work on bundler
* a
* YAAAAYYAYAYAYYAYA
* get some more bundler tests working
* Update src/bundler/bundle_v2.zig
* rev
* ok
* i converted the cmakelists into LF
* personal review
* we didnt win
* okey they pass
* revert :(
* a
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-02-08 17:56:26 -08:00
Ashcon Partovi
1ccf0c2e9c
Fix some errors not showing up in GitHub annotations ( #8799 )
...
* Remove dead code now that `expect()` can be used outside of tests
* Fix some errors not being rendered to GitHub annotations
* [autofix.ci] apply automated fixes
* Update jest.zig
Try `execCallback`
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-02-08 17:52:58 -08:00
cirospaciari
db85e04ade
Unmark tests that are now passing on Windows
2024-02-08 22:19:31 -03:00
Ciro Spaciari
c2936b205d
[windows] fix(fetch) file:///, keepalive and tests on Windows ( #8784 )
...
* fix file:/// on windows
* skip fifo test
* fix keepalive
* fixes
* avoid std.os.getcwd on POSIX
2024-02-08 17:11:06 -08:00
dave caruso
8680641c23
make process.test.js pass ( #8798 )
2024-02-08 16:54:09 -08:00
Ciro Spaciari
e77db8ebac
[windows] fix which ( #8791 )
...
* fix which
* [autofix.ci] apply automated fixes
* refactor
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-02-08 15:44:56 -08:00
Steven Roussey
dfbedd6a10
fix: flaky test ( #8796 )
...
This often fails in CI (and on my machine) non-deterministically.
The 1ms + the 5000 is likely setting up a race condition in tasks/microtasks. Just changing it to to +10ms instead of +1ms is enough.
2024-02-08 15:17:14 -08:00
Ashcon Partovi
8624a86eba
Unmark tests that are now passing on Windows
2024-02-08 13:42:13 -08:00
Georgijs
bfc6091faf
correctly unblock all signals ( #8792 )
2024-02-08 12:09:33 -08:00
Joe
9d0a88ab82
docs: quick note on dependencies for C++ ( #8772 )
...
* quick note on dependencies for C++
* note Ubuntu C++ standard lib issue and anchor link to troubleshooting
* clarify ubuntu distros
2024-02-08 11:18:37 -08:00
Jarred Sumner
2f8f77eeb7
Ignore panic in reload ( #8778 )
...
* Ignore panic in reload
* Use
* Update c-bindings.cpp
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2024-02-08 00:29:08 -08:00
Steven Roussey
7b6e0f7164
fix: Increase max depth of expect diffs ( #8771 )
...
Fix Issue #6519
2024-02-07 16:07:20 -08:00
Ciro Spaciari
5df59cb02b
[windows] fix(fs.watch) ( #8746 )
...
* clean fixes
* [autofix.ci] apply automated fixes
* more tests passing
* EPERM instead of AccessDenied
* [autofix.ci] apply automated fixes
* fix test on windows
* cleanup
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-02-07 15:44:07 -08:00
Jarred Sumner
b61282e290
Fix async module mocking ( #8769 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2024-02-07 15:40:10 -08:00
Dylan Conway
dd3227c436
fix: crash in release builds ( #8773 )
...
* zig
* unreachable
* more comment
2024-02-07 15:38:14 -08:00
Georgijs
a9a4bbcd24
remap 0.0.0.0 to localhost on windows ( #8770 )
2024-02-07 15:17:24 -08:00
Georgijs
55aa35ee35
Fix watch attempting to reuse ports that are not yet released by the old process ( #8764 )
...
* windows watcher start new process only after previous terminated
* simplify env setup in spawnWatcherChild
2024-02-07 15:11:28 -08:00
dave caruso
a99459ffdc
fix: symlinked files as entry points do not show Bun.main ( #8762 )
2024-02-07 13:06:11 -08:00
Jake Gordon
08f957d33b
fix glob example to be recursive as stated ( #8755 )
2024-02-07 12:53:28 -08:00
Georgijs
2bd4fe578e
Make HTTP shutdowns more robust, speed up connection to localhost ( #8730 )
...
* http use arraylist to handle shutdowns
* on windows use wsaconnectbyname to speed up localhost connections
* use arbitrary port
* close socket on setsockopt error
* use null timeout in wsaconnectbyname
* Update src/http.zig
* fix zig compile
* update hostname on linux
* [autofix.ci] apply automated fixes
* fix getpeername failing after connecting with socket
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-02-07 12:19:41 -08:00
Georgijs
d672309547
c-ares dns on windows ( #8737 )
...
* c_ares dns on windows works
* handle errors
* fix invalid hostnames test
2024-02-07 16:26:53 -03:00
argosphil
e171f04ce6
Fix ref-counting of Bun.file(0) etc. ( #8687 ) ( #8741 )
...
* Test for #8687
* Fix reference counting of Bun.file(0) etc. (#8687 )
Fixes #8687 .
2024-02-06 18:11:25 -08:00
Ciro Spaciari
651d5699a0
[windows] fix(fs.watchFile) ( #8735 )
...
* fix fs.watchFile
* oopsie
* fix bigint and persistent
* use repeat to make watchFile tests more reliable
* [autofix.ci] apply automated fixes
* follow the pattern
* add increment
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-02-06 18:10:28 -08:00
Meghan Denny
d0d4d8bf85
windows: enable more passing tests ( #8711 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-02-06 16:08:49 -08:00
Ciro Spaciari
53814dda00
[windows] fix(http2) ( #8734 )
...
* fix win http2
* add includes
* cleanup
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-02-06 15:37:39 -08:00
Meghan Denny
d3d5c7a1d6
tidy: access env map through getter rather than direct field ( #8716 )
2024-02-06 11:25:45 -08:00
Jarred Sumner
972a7b7080
skip some tests
2024-02-05 19:51:08 -08:00
Jarred Sumner
e3759bbbfe
Update bun-windows.yml
2024-02-05 18:46:18 -08:00
Jarred Sumner
f722236978
[windows] Make child_process.spawn not say "TODO: IPC" when IPC isn't used
2024-02-05 17:39:47 -08:00
dave caruso
e366921e90
fix(windows): make fs.symlink normalize forward slashes to backslashes ( #8710 )
...
* fix fs.symlink()
* update comment
* .
* add todo
2024-02-05 16:09:50 -08:00
Georgijs
bd2779b029
Fix --hot with empty file, make --hot faster on windows ( #8708 )
...
* reduce watcher timeout in windows, fix hot reload with empty files
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-02-05 14:40:18 -08:00
Ashcon Partovi
a05ef0aeb1
Remove unintentional commit
...
This reverts commit 23b292ac21 .
2024-02-05 12:50:09 -08:00
Ashcon Partovi
264142e756
Add isWindows and related helpers to test harness
2024-02-05 12:47:52 -08:00
Ashcon Partovi
51def5f5d6
Use biome in bun-types
2024-02-05 12:22:39 -08:00
Ashcon Partovi
23b292ac21
T
2024-02-05 12:22:39 -08:00
dave caruso
48ed1dfb65
less ( #8651 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-02-05 10:06:23 -08:00
Drake Semchyshyn
bd4d0d15db
Update plugins.md ( #8674 )
...
Updated Custom Plugins section (Svelte) so that the import name, and the name that was used, matches each other.
2024-02-04 01:19:00 -08:00
Jarred Sumner
1f0c1c81e9
Fix test
2024-02-04 00:42:40 -08:00
Jarred Sumner
e93eb6c1ab
Add event loop debug assertion for Promise.resolve() and Promise.reject()
2024-02-04 00:03:45 -08:00
Jarred Sumner
1009b07807
Implement server.unref() and server.ref() ( #8675 )
...
* Implement server.ref() and server.unref()
* Update dns_resolver.zig
* Update server.zig
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2024-02-03 23:57:34 -08:00
Georgijs
1a695f13bf
Async file copying on windows ( #8649 )
...
* rework and simplify file opening in windows
* fix tests
* symlink tests pass
* update error handling
* remove outdated normalization check
* fix mac build
* apply suggested fixes
* fix path tests
* remove debug print
* fix windows compile
2024-02-03 22:33:35 -08:00
Jarred Sumner
c75e768a6c
Assert we drained the microtask queue since the last time we called into JavaScript ( #8646 )
...
* Add checks that we drain the microtask queue whenever we call into JavaScript
* Drain microtasks in more places
* Tweak assertions for entering/exiting the event loop
* Drain more
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
bun-v1.0.26
2024-02-03 07:40:15 -08:00
Dylan Conway
7d86f9e590
fix(test): strict equals and deleted properties ( #8663 )
...
* deleted properties size
* dont need count if structure id is eql
* more test
* fix slow path
* oops forgot this
2024-02-03 06:35:13 -08:00