Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from oven-sh:main #4

Open
wants to merge 695 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
695 commits
Select commit Hold shift + click to select a range
df1744f
Bump
Jarred-Sumner Aug 15, 2024
715ff7f
node:fs: add additional error handling for flags and mode (#13321)
nektro Aug 15, 2024
98a709f
Further clang-analyzer (#13324)
Jarred-Sumner Aug 15, 2024
766a9cf
Fix some argument validation issues in fetch() (#13337)
Jarred-Sumner Aug 16, 2024
d4237b0
node:fs: mode+flags message cleanup (#13332)
nektro Aug 16, 2024
5a8e98c
add missing Timer types and Bun.build sourcemap "linked" (#13349)
MARCROCK22 Aug 16, 2024
83c5d8a
Support doubles in v8::Number (#13336)
190n Aug 16, 2024
babc907
Support Unicode strings in V8 APIs (#13335)
190n Aug 16, 2024
64d77e3
Fixes #13331 (#13340)
Jarred-Sumner Aug 16, 2024
15a8e72
fix(ws test) deflaky (#13348)
cirospaciari Aug 16, 2024
7fd072f
node:fs: use bun.assert to fix zig linter (#13353)
nektro Aug 17, 2024
33c91fe
Bump WebKit (#13355)
Jarred-Sumner Aug 17, 2024
996847b
ci: disable bun-jsc.test.ts 'profile async' on windows for now (#13363)
nektro Aug 17, 2024
63596c3
fix(sockets) always uncork when closing (#13358)
cirospaciari Aug 17, 2024
58d02e4
Fix shell backticks crash (#13375)
zackradisic Aug 18, 2024
1a5c05a
Another attempt to fix aarch64 mock module test failure (#13356)
Jarred-Sumner Aug 18, 2024
a53db00
Fixes #13343 (#13360)
Jarred-Sumner Aug 18, 2024
fd75ca7
implement `node:cluster` (#11492)
nektro Aug 18, 2024
9993d72
docs: remove extra assignment (#13389)
oddyamill Aug 18, 2024
fa2e00f
fix freeing semver ranges (#13399)
dylan-conway Aug 19, 2024
d55b5cc
Enable reusePort in Bun.serve() by default when using node:cluster (#…
Jarred-Sumner Aug 19, 2024
1367e5e
fix(ipc) fix closing edge case (#13413)
cirospaciari Aug 19, 2024
f9af7be
fix(net) make sure to always end the connection when destroy is calle…
cirospaciari Aug 19, 2024
5eb053f
Use bun instead of npm even for Node.js build in V8 tests (#13352)
190n Aug 20, 2024
eb8ed27
fix(ipc/subprocess) (#13414)
cirospaciari Aug 20, 2024
f16d802
Implement `V8::String::`{`Utf8Length`, `IsOneByte`, `ContainsOnlyOneB…
Jarred-Sumner Aug 20, 2024
1d188db
fix(subprocess) use deref and use new (#13429)
cirospaciari Aug 20, 2024
02ff16d
Support Worker, relative file paths in standalone executables, and pa…
Jarred-Sumner Aug 20, 2024
8ace981
fix(node:http/node:https) emit continue (#13434)
cirospaciari Aug 21, 2024
999324a
Add standalone_executable to crash reporter feature list (#13431)
Jarred-Sumner Aug 21, 2024
ef8fd12
Include "name" and lastModified when console.log'ing Blob or File (#1…
Jarred-Sumner Aug 21, 2024
fe62a61
Fix V8 API memory management and implement more APIs (#13426)
190n Aug 21, 2024
384988f
feat(Bun.serve idleTimeout) allow custom timeouts (#13453)
cirospaciari Aug 22, 2024
83a2560
Support asymmetric matchers in expect().toThrow (#13455)
Jarred-Sumner Aug 22, 2024
1bac094
Copy some node tests (#13458)
Jarred-Sumner Aug 22, 2024
886c31f
Fix expect.assertions() and done callback (#13463)
Jarred-Sumner Aug 22, 2024
74d5b93
fix(dns.resolveSrv) (#13478)
cirospaciari Aug 22, 2024
dafa994
Disable DOMJIT for crypto.getRandomValues() (#13470)
Jarred-Sumner Aug 22, 2024
2c84840
Fix crash in buffer found in node tests (#13460)
Jarred-Sumner Aug 22, 2024
9cdda49
fix(node:util): use `Object.setPrototypeOf` in `inherits` (#13480)
dylan-conway Aug 23, 2024
94ee538
About 13% of node's test suite (#13468)
Jarred-Sumner Aug 23, 2024
ac8db43
Throw ERR_INVALID_THIS in DOM types (#13484)
Jarred-Sumner Aug 23, 2024
02a7507
Preserve `"use strict";` directive in CommonJS modules at top of file…
Jarred-Sumner Aug 23, 2024
781998c
You shouldn't need `--only` to only run `test.only` tests (#13465)
Jarred-Sumner Aug 23, 2024
8d34846
Bump
Jarred-Sumner Aug 23, 2024
6415cc3
implement `bun outdated` (#13461)
dylan-conway Aug 23, 2024
0f1d5d5
Align getMockName and mockName behavior with jest (#13494)
Jarred-Sumner Aug 23, 2024
5a108c5
fix(fetch) always make sure that abort tracker is cleaned, revise ref…
cirospaciari Aug 24, 2024
e97c65f
Add 59 more node tests + copy node test fixtures (#13495)
Jarred-Sumner Aug 24, 2024
b53c25e
Redo napi cleanup hooks (#13487)
Jarred-Sumner Aug 24, 2024
dc58c42
Fix test harness in older versions
Jarred-Sumner Aug 24, 2024
078fdd3
Make the test runner work on older versions of Bun
Jarred-Sumner Aug 24, 2024
b005ef4
Deflake fs.test.ts
Jarred-Sumner Aug 24, 2024
1a9307d
`bun outdated` docs (#13497)
dylan-conway Aug 24, 2024
0a37423
Expose subscriberCount in WebSocket server (#13498)
Jarred-Sumner Aug 24, 2024
2b1a106
Update upload-npm.ts
Jarred-Sumner Aug 24, 2024
9eeef3f
Update release.yml
Jarred-Sumner Aug 24, 2024
7529cd7
Bump to 1.1.26 (#13504)
github-actions[bot] Aug 24, 2024
ebdd678
Upload features.json to Buildkite
Electroid Aug 25, 2024
c4f4d7c
Fix build-bun.sh
Electroid Aug 25, 2024
3896b0e
Fix build-bun.sh
Electroid Aug 25, 2024
3309a84
temporary disable this
cirospaciari Aug 25, 2024
d8ac4c5
deflaky
cirospaciari Aug 26, 2024
df9d186
revert d8ac4c59ffd0c22486dcd0151a269031e46a9ab5
cirospaciari Aug 26, 2024
6fd06dd
fix(Bun.serve) ensure timeout reset when we write data (#13525)
cirospaciari Aug 26, 2024
5a525d3
Deflake test/js/web/fetch/fetch-tcp-stress.test.ts (#13537)
Jarred-Sumner Aug 26, 2024
ac8f905
Deflake fs.test.ts (#13538)
Jarred-Sumner Aug 26, 2024
55cdf69
Make the error better on Windows when you do Bun.file(path).writer() …
Jarred-Sumner Aug 26, 2024
11d7a9d
fix(randomInt) allow negatives and improve args validation (#13527)
cirospaciari Aug 26, 2024
2ffcccc
Fixes #5591 (#13541)
Jarred-Sumner Aug 26, 2024
fea302e
Add missing `destroySoon` (#13555)
Jarred-Sumner Aug 27, 2024
e6b30a9
Use more compatible screen clearing ANSI escape (#13553)
jakebailey Aug 27, 2024
bab5fec
Fix Date in SQLite Example Comment (#13558)
17hz Aug 27, 2024
36c621b
docs: sync Statement.all and Statement.get docs with types (#13544)
17hz Aug 27, 2024
ba2ea6f
add `--filter` and package pattern arguments to `bun outdated` (#13557)
dylan-conway Aug 27, 2024
acd8567
Add issue labeler
Jarred-Sumner Aug 27, 2024
4ac415f
Update labeled.yml
Jarred-Sumner Aug 27, 2024
89dfe9b
Update label-issue.ts
Jarred-Sumner Aug 27, 2024
09f0029
Update labeled.yml
Jarred-Sumner Aug 27, 2024
a4264ce
Update label-issue.ts
Jarred-Sumner Aug 27, 2024
f520715
Update label-issue.ts
Jarred-Sumner Aug 27, 2024
1976e5b
fix #13563 and #12440 (#13575)
dylan-conway Aug 28, 2024
8cb0b5d
Fix alignment in `bun outdated` example grid (#13573)
jakeboone02 Aug 28, 2024
952d44b
Fixes #13581 (#13583)
Jarred-Sumner Aug 28, 2024
b4e552d
WebKit upgrade (#13578)
Jarred-Sumner Aug 29, 2024
743f40b
Make the panic message better when this assertion failure happens (#1…
Jarred-Sumner Aug 29, 2024
e48369d
Fixes #4443 (#13596)
Jarred-Sumner Aug 29, 2024
6faf657
Implement `--max-http-header-size` (#13577)
Jarred-Sumner Aug 29, 2024
39eecc7
Disable auto-labeler for now
Electroid Aug 29, 2024
b55670d
Fixes #10084 (#13601)
Jarred-Sumner Aug 29, 2024
f3ed9ea
fix(outdated): match scoped names with `*` (#13610)
dylan-conway Aug 29, 2024
bd2eb40
Fix oom handling in Bun.file (#13603)
Jarred-Sumner Aug 30, 2024
9faaa9b
fix overriding `sshCommand` and `askpass` from gitconfig (#13612)
dylan-conway Aug 30, 2024
bd3c258
fix(FormData, Bun.file()) FormData can append file slices, Bun.file(.…
cirospaciari Aug 30, 2024
682b373
Revert "fix overriding `sshCommand` and `askpass` from gitconfig" (#1…
Jarred-Sumner Aug 30, 2024
59eb551
fix(nodevm): align behavior with node (#13590)
SunsetTechuila Aug 30, 2024
1bed7a7
Introduce `static` option in Bun.serve() (#13540)
Jarred-Sumner Aug 30, 2024
b52f992
Delete macOS 10.5 support polyfills (#13635)
Jarred-Sumner Aug 30, 2024
a37694c
Fix hypothetical race condition in `Bun.build` API (#13618)
Jarred-Sumner Aug 30, 2024
aed0f58
bun install global package include -g flag in untrusted message (#13626)
RiskyMH Aug 30, 2024
4d61637
Deflake bun-build-api test (#13636)
Jarred-Sumner Aug 30, 2024
fc99dd2
Un-revert read .gitconfig (#13637)
Jarred-Sumner Aug 30, 2024
5650ed4
fix: lcov non-hit executable lines reporting (#13633)
fmorency Aug 30, 2024
9cb203f
update(root_certs) update certs (#13609)
cirospaciari Aug 30, 2024
9076b36
Fixes #4432 (#13597)
Jarred-Sumner Aug 31, 2024
2f19b71
Bump WebKit again (#13641)
Jarred-Sumner Aug 31, 2024
6555248
Make the V8_UNIMPLEMENTED error include the function name (#13559)
Jarred-Sumner Aug 31, 2024
0f4aa68
Bump build.zig minimum to macOS 13 (#13639)
Jarred-Sumner Aug 31, 2024
adb54f1
fix(Server) handle `requestIP` after async call (#13532)
cirospaciari Aug 31, 2024
76c4145
Return expected data when using Promises with crypto.generateKeyPair …
wpaulino Aug 31, 2024
bac38b8
fix(tls/fetch) Better SSLWrapper for http proxy and start of Duplex s…
cirospaciari Aug 31, 2024
9ba63eb
Fix AES-GCM encryption of empty messages (#13646)
wpaulino Aug 31, 2024
03de99a
Add tests for static routes + support server.reload for static routes…
Jarred-Sumner Aug 31, 2024
fd2ad27
Change contributing docs to use llvm 18 on macos (#13651)
mohit-s96 Sep 1, 2024
ef4bcb3
Use -mmacos-version-min instead of -mmacosx-version-min (#13640)
Jarred-Sumner Sep 1, 2024
f123814
Fix missing `ERR_INVALID_ARG_TYPE` in 2 buffer methods (#13617)
Jarred-Sumner Sep 1, 2024
5f6015b
Fixes #13657 (#13667)
Jarred-Sumner Sep 2, 2024
b64f1e1
Fixes #13629 (#13660)
Jarred-Sumner Sep 2, 2024
6b30c1b
Add missing OOM exception check in Bun.escapeHTML (#13677)
Jarred-Sumner Sep 2, 2024
d30767e
Fix crash when throwing an exception from napi (#13664)
Jarred-Sumner Sep 2, 2024
c50f8d8
Remove outdated callout
Jarred-Sumner Sep 2, 2024
12174e0
Call cancel on ReadableStream when Bun.serve() response is aborted (#…
Jarred-Sumner Sep 2, 2024
1668fde
Support hot reloading when .css or any other imported file changes (#…
Jarred-Sumner Sep 2, 2024
bd3e62d
Use JSMapIterator and JSSetIterator for deep equal comparisons (#13674)
wpaulino Sep 2, 2024
5108e3e
Add snapshot tests for dependency/version parsing (#13658)
Jarred-Sumner Sep 2, 2024
cd67857
run prettier and add back format action (#13722)
Jarred-Sumner Sep 4, 2024
128d69d
Update format.yml
Jarred-Sumner Sep 4, 2024
c91afdb
Github actions
Jarred-Sumner Sep 4, 2024
f453943
Update format.yml
Jarred-Sumner Sep 4, 2024
ebe0704
github actions
Jarred-Sumner Sep 4, 2024
f3da37e
Fixes #13725
Jarred-Sumner Sep 4, 2024
a9cf463
Introduce fast path for buffered ReadableStream (#13704)
Jarred-Sumner Sep 4, 2024
cd7f6a1
fix: typo in docs and types for sqlite (#13727)
sacsbrainz Sep 4, 2024
d38fc90
Support ReadableStream in request.clone & response.clone() (#13744)
Jarred-Sumner Sep 6, 2024
36c5f84
feat(tls) add duplex upgrade (#13718)
cirospaciari Sep 6, 2024
6010c33
Add `.toml` extension to .gitattributes (#13761)
Marukome0743 Sep 6, 2024
d8e2c24
fix(fetch) fix lifecycle of SSL Proxy, fix lifecycle of tls_props, fi…
cirospaciari Sep 6, 2024
da2a566
Increase randomIntegrityAuditRate from 0.05 to 1.0 in CI (#13775)
190n Sep 6, 2024
419277f
fix small typo in semver.md (#13767)
Nanome203 Sep 6, 2024
981f1d4
fix bad translation in child-process-exec-timeout-kill.test.js (#13765)
nektro Sep 6, 2024
ea12db4
Deflake a test
Jarred-Sumner Sep 6, 2024
debaa2c
Fix CTRL + C behavior in `bun run` so it doesn't `^[[A` (#13762)
Jarred-Sumner Sep 6, 2024
d3bc0ca
Add if workers spawned / terminated to crash reports (#13763)
Jarred-Sumner Sep 6, 2024
9adf42b
Handle oom in Buffer.byteLength (#13746)
Jarred-Sumner Sep 6, 2024
ed7741a
node:https: provide proper Agent definition (#11826)
nektro Sep 6, 2024
69f97ce
Ensure shell keeps process alive while running (#13777)
Jarred-Sumner Sep 6, 2024
3f9ad7c
Add a debug assertion
Jarred-Sumner Sep 6, 2024
e8c65a0
clang fmt github action (#13724)
Jarred-Sumner Sep 7, 2024
6fe2d99
Github actions
Jarred-Sumner Sep 7, 2024
bd38aaa
Update sqlite3_local.h
Jarred-Sumner Sep 7, 2024
ed65543
github actions
Jarred-Sumner Sep 7, 2024
cbb57e5
Fix `bun run` being terminated randomly in CI
Electroid Sep 7, 2024
1011b44
fix(node:http) implement request.setTimeout and server.setTimeout (#1…
cirospaciari Sep 7, 2024
2507ff5
Update 7-install-crash-report.yml
Jarred-Sumner Sep 7, 2024
17553e8
Update 7-install-crash-report.yml
Jarred-Sumner Sep 7, 2024
4dbd246
Update 7-install-crash-report.yml
Jarred-Sumner Sep 7, 2024
1458fcc
Run formatter
Jarred-Sumner Sep 7, 2024
8cd515f
node:zlib: move deflate and gzip into native code (#11770)
nektro Sep 7, 2024
f0a4b9f
Copy fix from #13756 into separate PR (#13783)
Jarred-Sumner Sep 7, 2024
de5809b
windows: fix sometimes crash when FDImpl.uv() is called on stdio (#13…
nektro Sep 7, 2024
084734d
Implement napi_handle_scope and napi_escapable_handle_scope (#13756)
190n Sep 7, 2024
08103aa
Fix 2 memory leaks in zlib from #11770 (#13787)
Jarred-Sumner Sep 7, 2024
267afa2
implement `bun pm pack` (#13723)
dylan-conway Sep 7, 2024
09fb2d1
Bump to 1.1.27 (#13805)
github-actions[bot] Sep 8, 2024
50d2f76
fix(pack): don't automatically include `CHANGELOG` when `files` is po…
dylan-conway Sep 8, 2024
09cbb51
Fix typo in http.md (#13793)
DannyJJK Sep 8, 2024
a0939ca
Switch asymmetric encryption implementation to BoringSSL (#13786)
wpaulino Sep 8, 2024
07e4b5f
Update run-lint-cpp.yml
Jarred-Sumner Sep 9, 2024
d38f937
fix(transpiler): remove react element inlining (#13694)
paperdave Sep 9, 2024
9451759
Set process._exiting to false by default (#13832)
Jarred-Sumner Sep 9, 2024
3e8a50b
workerData should default to null instead of undefined (#13835)
Jarred-Sumner Sep 9, 2024
ee2d666
Add missing perf_hooks constants (#13833)
Jarred-Sumner Sep 9, 2024
8f5d78f
Fix default value for zlib options (#13800)
Jarred-Sumner Sep 10, 2024
2b50554
fix(node:http) always set headersSent to true after end (#13794)
cirospaciari Sep 10, 2024
282b92d
Fix issues with NAPI tests (#13831)
190n Sep 10, 2024
c7b8744
Add missing timers.promises (#13834)
Jarred-Sumner Sep 10, 2024
2071507
Fix flaky process.cpuUsage tests (#13842)
190n Sep 10, 2024
036e030
Add the missing 'linked' option to `--sourcemap` in `bun build --help…
levabala Sep 10, 2024
80cb9e7
Use absolute links in docs
Jarred-Sumner Sep 10, 2024
d7f9346
Fix broken link
Jarred-Sumner Sep 10, 2024
8d7d586
Add generator for $ERR_* as fake private globals (#13843)
Jarred-Sumner Sep 10, 2024
354df17
Convert build scripts to CMake (#13427)
Electroid Sep 11, 2024
1694ca0
Make configure faster with local WebKit build
Electroid Sep 11, 2024
24bb8d9
Update build.mjs
Jarred-Sumner Sep 11, 2024
fb5ebe5
Fix permissions on Zig download
Electroid Sep 11, 2024
ac17735
Retry after chmod when cp fails
Jarred-Sumner Sep 11, 2024
ff9b003
Revert "Fix permissions on Zig download"
dylan-conway Sep 11, 2024
03d7d9a
Revert "Update build.mjs"
dylan-conway Sep 11, 2024
a832954
Revert "Make configure faster with local WebKit build"
dylan-conway Sep 11, 2024
374bb15
Revert "Convert build scripts to CMake (#13427)"
dylan-conway Sep 11, 2024
d483535
Update nodejs-apis.md
Jarred-Sumner Sep 11, 2024
58c74e1
Update nodejs-apis.md
Jarred-Sumner Sep 11, 2024
1f1e4a0
Update nodejs-apis.md
Jarred-Sumner Sep 11, 2024
7e705b9
fix `expo.test.ts` (#13872)
dylan-conway Sep 11, 2024
4a58a97
fix sleep tests in `bun-install-registry.test.ts` (#13874)
dylan-conway Sep 11, 2024
97baeb8
Move EventLoopTask into a separate file because it causes clangd to c…
Jarred-Sumner Sep 11, 2024
3e90430
fix `hot/hot.test.ts`, `hot/watch.test.ts`, and `watch/watch.test.ts`…
dylan-conway Sep 11, 2024
d39e422
Reapply "Convert build scripts to CMake (#13427)"
Electroid Sep 11, 2024
19ef3ee
Reapply "Make configure faster with local WebKit build"
Electroid Sep 11, 2024
03285f2
Reapply "Update build.mjs"
Electroid Sep 11, 2024
3939e16
Fix build.mjs (#13893)
Electroid Sep 11, 2024
3689978
Update clangd
Jarred-Sumner Sep 11, 2024
0378e5a
Update launch.json
Jarred-Sumner Sep 11, 2024
ed8e611
Fix using decimal numbers for file descriptors (#13881)
Jarred-Sumner Sep 11, 2024
de9557b
Fix edgecase with "os" and "cpu" in bun install (#13848)
Jarred-Sumner Sep 11, 2024
749632f
fix(spawn): update `cwd` before searching for executable to run (#13845)
dylan-conway Sep 11, 2024
f6841a0
Make NAPI garbage collection tests faster (#13898)
190n Sep 11, 2024
b33d6b1
Fix ReadFileUV not reading to the end of a non-regular file on Window…
190n Sep 12, 2024
f5b7a67
Move dependencies from `src/deps/` to `vendor/` (#13901)
Electroid Sep 12, 2024
c319794
fixes --conditions for bun test (#13902)
snoglobe Sep 12, 2024
2064876
Fix crash in socket.upgradeTLS (#13884)
Jarred-Sumner Sep 12, 2024
c489970
Avoid creating a Napi handle scope within a finalizer (#13870)
Jarred-Sumner Sep 12, 2024
522493a
Attempt to fix spawn-streaming-stdin.test.ts on Windows (#13860)
190n Sep 12, 2024
51adc27
Add message on crash with old CPU (#13886)
Jarred-Sumner Sep 12, 2024
173f465
:scissors: dead code
Jarred-Sumner Sep 12, 2024
043dfa4
fix .env loader printing to stderr when running bun bun.lockb (#13905)
snoglobe Sep 12, 2024
0a65943
Add a couple uv symbols (#13808)
Jarred-Sumner Sep 12, 2024
872c7f0
Why is path slow (#13908)
Jarred-Sumner Sep 12, 2024
d9b851e
Don't panic when a package.json manifest registry api name doesn't ma…
Jarred-Sumner Sep 12, 2024
b1ca81a
fix(`node:net`, `node:tls`) add named pipe support on `node:net` and …
cirospaciari Sep 12, 2024
ff6f8bd
Update path-resolve.mjs
Jarred-Sumner Sep 12, 2024
c2c2048
framework api: init / work in progress (#13215)
paperdave Sep 12, 2024
b146449
Increase timeouts for shell-hang.test.ts (#13932)
190n Sep 13, 2024
76191be
Various fixes for CMake (#13928)
Electroid Sep 13, 2024
3aef888
Make setInterval leak test not flaky (#13929)
190n Sep 13, 2024
34e4447
Update some paths
Jarred-Sumner Sep 13, 2024
620b7b1
update webkit (#13931)
dylan-conway Sep 13, 2024
e5e8861
debug icu
dylan-conway Sep 13, 2024
3c0327d
debug libraries
dylan-conway Sep 13, 2024
44841d8
Fix clang-cl flag: `/O0` -> `/Od`
Electroid Sep 13, 2024
8b1c53d
Fix debug builds on macOS arm64 (#13952)
nektro Sep 13, 2024
7ef0f04
fix #13942 (#13943)
dylan-conway Sep 14, 2024
5af7823
fix(watch): use case insensitive path comparison (#13909)
dylan-conway Sep 14, 2024
d9d4cff
Micro-optimize `path.resolve()`, `path.resolve("")` (#13930)
Jarred-Sumner Sep 14, 2024
ac53310
misc node:zlib fixes [v2] (#13958)
nektro Sep 14, 2024
a60d521
Add documentation for using bun with Testing Library (#13960)
stilt0n Sep 14, 2024
3c2e798
various node:buffer fixes (#13757)
nektro Sep 14, 2024
b9a5e44
forward IPC to child process if running package script (#13934)
snoglobe Sep 14, 2024
f4391e7
Support compiling and running C from JavaScript (#13403)
Jarred-Sumner Sep 14, 2024
14c6322
Revert "various node:buffer fixes" (#13971)
Jarred-Sumner Sep 15, 2024
163e76e
Fix memory corruption in napi_open_escapable_handle_scope (#13955)
190n Sep 15, 2024
b66d622
Bump WebKit (#13970)
Jarred-Sumner Sep 15, 2024
3d68a94
fix cloning dependencies
dylan-conway Sep 16, 2024
c74ec5a
compare major
dylan-conway Sep 17, 2024
6d98bcc
TinyCC: `-framework` support, ` __attribute__(deprecated(string))` in…
Jarred-Sumner Sep 17, 2024
cf4e9cb
disable most DOMJIT (#14005)
dylan-conway Sep 18, 2024
572bcf0
Fixes #14014 (#14023)
Jarred-Sumner Sep 19, 2024
181b872
Enable cc test (#14026)
Jarred-Sumner Sep 19, 2024
866a6d9
fix(bundler): disable moving identifiers (#14033)
paperdave Sep 19, 2024
6415296
Support napi inside of bun:ffi (#14028)
Jarred-Sumner Sep 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
31 changes: 31 additions & 0 deletions .buildkite/bootstrap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Uploads the latest CI workflow to Buildkite.
# https://buildkite.com/docs/pipelines/defining-steps
#
# Changes to this file must be manually edited here:
# https://buildkite.com/bun/bun/settings/steps
steps:
- if: "build.pull_request.repository.fork"
block: ":eyes:"
prompt: "Did you review the PR?"
blocked_state: "running"

- label: ":pipeline:"
agents:
queue: "build-darwin"
command:
- ".buildkite/scripts/prepare-build.sh"

- if: "build.branch == 'main' && !build.pull_request.repository.fork"
label: ":github:"
agents:
queue: "test-darwin"
depends_on:
- "darwin-aarch64-build-bun"
- "darwin-x64-build-bun"
- "linux-aarch64-build-bun"
- "linux-x64-build-bun"
- "linux-x64-baseline-build-bun"
- "windows-x64-build-bun"
- "windows-x64-baseline-build-bun"
command:
- ".buildkite/scripts/upload-release.sh"
Loading