Jarred Sumner
fc6c4bbefb
Upgrade WebKit
2022-12-30 06:33:22 -08:00
Jarred Sumner
3ae23091c6
Fix platform setting
2022-12-28 02:16:34 -08:00
Jarred Sumner
c0dd284136
Upgrade to latest Zig ( #1610 )
...
* @min and @max
* builtins and some trivial ones
* Most of them
* more
* more!
* More Progress
* wip
* Update tagged_pointer.zig
* Update http_client_async.zig
* Most of the iterable dir changes
* alright
* Remove usages of deprecated formatters
* 📷
* fmt
* Update shimmer.zig
* wip
* wip
* wip
* progress
* more
* Latest
* stuck on error
* latest
* workaround stage2
* wip
* Update string_immutable.zig
* wip
* Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings
* Fix build errors
* Fixup most of the test failures
* Fix `make headers`
* Fix "outside package path" error
* Fixup aligned alloc
* Add missing file
* linux
* More linux fixes
* use latest peechy
* Fix transpiler test failure
* Forgot about these
* Fixup test failure
* Update node-timers.test.ts
* [node:htt] Fix `undefined is not an object` error
Fixes https://github.com/oven-sh/bun/issues/1618
* Update http.exports.js
* Make this test less flaky
* fix hashes
* Fix hex formatting and zls issues
* Download zig version
* Update Dockerfile
* Update Dockerfile
* Update uws
* Update Dockerfile
* Set llvm version
* Update README.md
* Update uws
* Update Dockerfile
* Update io_linux.zig
* Update bun.zig
* Log output
* workaround strange @cInclude error
* Make ffi tests better
* Don't use cImport
* Update c.zig
* Update c-bindings.cpp
* call setOutputDir
* Update Dockerfile
* Use a longer name
* latest
* Update serve.test.ts
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
Co-authored-by: Veikka Tuominen <git@vexu.eu >
2022-12-28 00:51:22 -08:00
Jarred Sumner
5a3e0836b1
Upgrade WebKit
2022-12-17 17:02:56 -08:00
Jarred Sumner
7f1caaaa44
Update WebKit
2022-12-17 12:26:19 -08:00
Ashcon Partovi
375f69559f
Move bun-landing to another repository
2022-12-13 17:25:46 -08:00
Jarred Sumner
27e40b0836
Update WebKit
...
cc @cirospaciari you will need to re-download the precompiled WebKit build from the releases page https://github.com/oven-sh/WebKit/releases/tag/dec11 because there is one small WebKit API change. LMK if you have any trouble with that
2022-12-11 16:14:53 -08:00
Jarred Sumner
a315ee7e03
try
2022-12-06 22:31:26 -08:00
Jarred Sumner
57672eb266
try
2022-12-06 22:29:21 -08:00
Jarred Sumner
511c0ab386
Fix aarch64
2022-12-06 22:17:55 -08:00
Colin McDonnell
5ea8fe8c90
Update types ( #1581 )
...
* Fix TS types, improve child_process types
* Add prettier
* Add ArrayBuffer types
* Add namespace Bun, improve types for SharedArrayBuffer, add toStrictEqual
* Improve types, add test files for types
* Update type tests
* Fix typo
* Add stdio
* Stdio types
* Use latest setup-bun
* Update action
* Update action
* Update action
Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu >
Co-authored-by: Ashcon Partovi <ashcon@partovi.net >
2022-12-06 18:48:02 -08:00
Jarred Sumner
bddf523ac9
Reduce memory usage in Bun.serve() by up to 3x ( #1569 )
...
* Update WebKit
* Use 5x less memory in Bun.serve()
* Update Dockerfile.devcontainer
* Update async-overhead.mjs
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2022-12-01 02:34:15 -08:00
Jarred Sumner
0e900c8ca9
Upgrade WebKit
2022-11-25 00:10:31 -08:00
Jarred Sumner
0ef25c65ec
Add missing keys
2022-11-24 04:58:37 -08:00
Jarred Sumner
cc062855af
Add ccache to more steps
2022-11-24 03:54:54 -08:00
Jarred Sumner
46094189f4
update
2022-11-24 02:35:52 -08:00
Jarred Sumner
e4805d0895
Update bun-linux-build.yml
2022-11-24 02:10:42 -08:00
Jarred Sumner
e9eaab727b
Update bun-linux-build.yml
2022-11-24 02:10:11 -08:00
Jarred Sumner
2ded9af4f7
Update bun-linux-build.yml
2022-11-24 02:07:55 -08:00
Jarred Sumner
2aa304a29d
bump
2022-11-24 02:03:09 -08:00
Jarred Sumner
3419d3bc02
Update bun-mac-aarch64.yml
2022-11-24 01:57:24 -08:00
Jarred Sumner
6c23035769
Attempt to make builds faster
2022-11-24 01:47:43 -08:00
Jarred Sumner
666f5c5ea9
Don't rm cached
2022-11-11 01:12:41 -08:00
Jarred Sumner
55488ad77f
try this
2022-11-11 00:51:39 -08:00
Jarred Sumner
23fd28afc3
Update bun-linux-build.yml
2022-11-11 00:48:39 -08:00
Jarred Sumner
f6cb20f516
try using git action
2022-11-11 00:48:05 -08:00
Jarred Sumner
477747142a
Update bun-types-tests.yml
2022-11-09 17:13:54 -08:00
Jarred Sumner
29b0e3eaf7
Only run this for bun-types
2022-11-09 17:12:44 -08:00
Jarred Sumner
9ab21ceb59
Clarify
2022-11-09 17:11:25 -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
c154402c45
Undo
2022-11-06 16:02:10 -08:00
Jarred Sumner
fe92a89b93
Pass tar -C
2022-11-06 15:35:18 -08:00
Jarred Sumner
70fa1564c2
Fix artifact name, use tarball
2022-11-06 15:02:58 -08:00
Jarred Sumner
fcd8397db2
Try tarball
2022-11-06 14:51:44 -08:00
Jarred Sumner
4688d72945
Try again
2022-11-06 14:33:04 -08:00
Jarred Sumner
c55f59e030
Node12 is deprecated
2022-11-06 14:09:24 -08:00
Ashcon Partovi
32826119fc
Delete labeler.yml
2022-11-01 17:07:24 -07:00
Ashcon Partovi
12f586eeb7
Delete label-sync.yml
2022-11-01 17:07:17 -07:00
Jarred Sumner
280c45c269
Upgrade WebKit
2022-10-28 18:57:33 -07:00
Jarred Sumner
0b1d4ff81b
Download more RAM
2022-10-27 19:04:51 -07:00
Ashcon Partovi
1c6da5934d
Check published_at instead of draft in GitHub action
2022-10-27 10:38:18 -07:00
Ashcon Partovi
e5344bfcc5
Run homebrew action when release is edited
2022-10-27 10:36:59 -07:00
Ashcon Partovi
46a85358d7
Fix typo in homebrew action
2022-10-27 10:32:00 -07:00
Jarred Sumner
830f83a44d
againn
2022-10-26 17:50:35 -07:00
Jarred Sumner
88d6615e4e
try againn
2022-10-26 17:07:22 -07:00
Ashcon Partovi
cc1b340cff
Limit concurrency for MacOS Object actions
2022-10-26 16:41:29 -07:00
Jarred Sumner
8ccf5a07ca
temporary fix
2022-10-26 16:33:08 -07:00
Jarred Sumner
10a8c6acdd
Fixup
2022-10-26 16:31:49 -07:00
Jarred Sumner
2cd1d44739
Move this to dependencies so the .a files upload
2022-10-26 16:30:28 -07:00
Ashcon Partovi
a1456767f7
Limit concurrency for GitHub Actions due to issues with cache poisoning
...
If multiple actions are running, sometimes the cache is poisoned from another action. We need to fix this, but this is an interim measure to make actions less flaky
2022-10-26 16:21:51 -07:00