Jarred Sumner
|
c5c55c7ce4
|
Fixes #13049 (#13069)
|
2024-08-04 19:50:53 -07:00 |
|
Jarred Sumner
|
43326b0b2d
|
Fixes #12894 (#13067)
|
2024-08-04 19:49:49 -07:00 |
|
Jarred Sumner
|
680f842948
|
Fix missing error log in Bun.serve (#13066)
|
2024-08-04 17:54:43 -07:00 |
|
Ciro Spaciari
|
363a4934d0
|
fix(server) (#13078)
|
2024-08-04 17:34:31 -07:00 |
|
Andrew Johnston
|
98f9e276b0
|
fix(build): retry webkit download on failure, resume download with curl (#13061)
Co-authored-by: Andrew Johnston <andrew@bun.sh>
|
2024-08-04 09:00:00 -07:00 |
|
guest271314
|
ce1286efef
|
Try to fix formatting in rendered guides document (#13077)
|
2024-08-04 08:59:00 -07:00 |
|
guest271314
|
fd84ace83b
|
Document Bun supports Import Attributes and JSON modules syntax (#13074)
|
2024-08-04 07:44:38 -07:00 |
|
Andrew Johnston
|
483af7c33c
|
fix (worker-eval): fail worker with source when eval = false (#13062)
Co-authored-by: Andrew Johnston <andrew@bun.sh>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-03 23:49:36 -07:00 |
|
Meghan Denny
|
6fbe3d8214
|
properly propogate exit code if process onexit handler throws (#13058)
|
2024-08-03 16:29:52 -07:00 |
|
Ciro Spaciari
|
c552cb40d1
|
fix(server/tls/streams) fix onReadFile, streams, avoid shutdown on fatal errors, ensure ssl loop data and server ref count refactor (#12979)
|
2024-08-03 01:41:18 -07:00 |
|
Jarred Sumner
|
63cf732ab4
|
Support async iterators in fs.promises.writeFile (#13044)
|
2024-08-02 23:05:48 -07:00 |
|
Dylan Conway
|
6303af3ce0
|
fix(TextDecoder): decoding sequences starting with 192 or 193 (#13043)
|
2024-08-02 23:01:34 -07:00 |
|
Ashcon Partovi
|
9104bd7210
|
Fix debug builds on macOS
|
2024-08-02 13:02:14 -07:00 |
|
Jarred Sumner
|
b5c91a4b7e
|
Upgrade WebKit (#12873)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2024-08-02 04:58:31 -07:00 |
|
Jarred Sumner
|
82239371ab
|
Enable -Werror=int-conversion and -Werror=nonnull (#13025)
|
2024-08-02 01:59:08 -07:00 |
|
Jarred Sumner
|
26526cba38
|
Fix UDP socket tests on macOS 13. (#13022)
|
2024-08-02 00:21:57 -07:00 |
|
Jarred Sumner
|
214b3ccca0
|
Make zig cache dir relative to the cmake dir instead of global
|
2024-08-01 21:04:52 -07:00 |
|
dave caruso
|
ada020b69f
|
fix(bundler): printing e_commonjs_export_identifier when it got deoptimized. (#13017)
|
2024-08-01 21:02:54 -07:00 |
|
Ashcon Partovi
|
deb6ff5e6c
|
Fix typo
|
2024-08-01 18:30:14 -07:00 |
|
Ashcon Partovi
|
f25599a6e8
|
Fix LTO setting on Linux
|
2024-08-01 18:29:06 -07:00 |
|
Ashcon Partovi
|
de64683b22
|
Fix ccache environment variable
|
2024-08-01 18:22:52 -07:00 |
|
Ashcon Partovi
|
c6d508972f
|
Deflake some build issues
* Disable sccache on Windows
* Add workaround for EBUSY/UNKNOWN spawn errors
|
2024-08-01 18:20:20 -07:00 |
|
Jarred Sumner
|
2f30e19835
|
Disable LTO on Windows and macOS in BuildKite
|
2024-08-01 18:04:25 -07:00 |
|
Meghan Denny
|
0081ab4738
|
ci: disable BUN_ENABLE_CRASH_REPORTING (#13013)
|
2024-08-01 17:49:43 -07:00 |
|
Jarred Sumner
|
6f6ea0d6f3
|
Add -Xclang -fno-c++-static-destructors on Windows (#13014)
|
2024-08-01 17:49:01 -07:00 |
|
dave caruso
|
622432e843
|
feat(bundler): inlining/dead-code-elimination for import.meta.main (and --compile) (#12867)
Co-authored-by: Meghan Denny <meghan@bun.sh>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Andrew Johnston <apjohnsto@gmail.com>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
|
2024-08-01 17:25:38 -07:00 |
|
dave caruso
|
80eb6d00e8
|
followup to recent feedback (#13009)
|
2024-08-01 17:21:24 -07:00 |
|
Meghan Denny
|
b6715d2c64
|
test/package-json-lint.test.ts: add back test/package.json to suite (#13011)
|
2024-08-01 16:56:29 -07:00 |
|
Meghan Denny
|
f371a78568
|
fix test/package-json-lint.test.ts (#13010)
|
2024-08-01 16:47:53 -07:00 |
|
dave caruso
|
c2cf528953
|
bundler: Add --ignore-dce-annotations, and other DCE annotation related stuff (#12808)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-01 15:00:38 -07:00 |
|
Jarred Sumner
|
9911407f26
|
Sort heapStats() object type counts (#12989)
|
2024-08-01 14:09:54 -07:00 |
|
Jarred Sumner
|
59c5c0fe48
|
Fix memory leak when requiring or importing modules that get GC'd later (#12997)
|
2024-08-01 12:05:37 -07:00 |
|
dave caruso
|
e585f900c9
|
escape windows in bun upgrade (#12985)
|
2024-08-01 01:04:20 -07:00 |
|
Jarred Sumner
|
dc620ea837
|
Fix a small memory leak when requiring CommonJS modules (#12984)
|
2024-07-31 22:30:01 -07:00 |
|
Jarred Sumner
|
49ab4c147a
|
Shrink the list of setTimeout/setInterval timers after awhile (#12957)
|
2024-07-31 20:50:34 -07:00 |
|
Ciro Spaciari
|
b2a4df68c3
|
fix(server) fix extra data sent in HTTP after sendfile + Date headers (#12978)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-31 20:22:52 -07:00 |
|
Jarred Sumner
|
4c0a1f2983
|
Add a note
|
2024-07-31 18:38:19 -07:00 |
|
Ciro Spaciari
|
bec04c7341
|
change Body.Value.Error to not always allocate JSValues (#12955)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-31 02:26:14 -07:00 |
|
Jarred Sumner
|
a44b7e41d2
|
Pass --force to git submodule update in CI
|
2024-07-30 23:03:35 -07:00 |
|
Jarred Sumner
|
de5e56336c
|
Use example.com as the test domain in a test
|
2024-07-30 22:44:47 -07:00 |
|
Ciro Spaciari
|
1c648063fa
|
fix(tls/socket/fetch) shutdown fix + ref counted context (#12925)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-30 22:41:54 -07:00 |
|
Jarred Sumner
|
1c3354bc95
|
Deflake setInterval test
|
2024-07-30 22:33:04 -07:00 |
|
dave caruso
|
d5d4f53e82
|
fix(bundler): put unwrapped cjs imports at top level for minifyrenamer (#12951)
|
2024-07-30 21:30:09 -07:00 |
|
Pipythonmc
|
7ab4dc738f
|
doc: fix incorrect documentation relating to the --define flag (#12952)
|
2024-07-30 19:17:32 -07:00 |
|
dave caruso
|
ebc7045ca4
|
fix crash handler test failures (#12932)
|
2024-07-30 16:52:59 -07:00 |
|
Ashcon Partovi
|
848ad19d9e
|
Attempt to fix flaky Windows builds
|
2024-07-30 10:55:13 -07:00 |
|
Ashcon Partovi
|
1da3436266
|
Attempt to fix flaky build-deps on Windows
|
2024-07-30 10:48:24 -07:00 |
|
Ashcon Partovi
|
49e496399a
|
Attempt to fix missing GitHub assets on release
|
2024-07-30 10:44:44 -07:00 |
|
Ashcon Partovi
|
9b8340a5b3
|
Attempt to fix 'spawn error' on Windows tests
|
2024-07-29 19:16:29 -07:00 |
|
Meghan Denny
|
8efcc61a7b
|
windows: cleanup logging of NODE_CHANNEL_FD (#12930)
|
2024-07-29 19:16:02 -07:00 |
|