Dylan Conway
4d2b442a33
Update bun-install.test.ts
2023-09-26 22:19:33 -07:00
Dylan Conway
0268807be2
fix workspace dependency install ( #6092 )
...
* handle `*`
* test
* always use the package name
* more tests
* install dependency in each
2023-09-26 21:53:14 -07:00
Ashcon Partovi
f354a29683
Remove one of the tags
2023-09-26 20:07:27 -07:00
Ashcon Partovi
e5b62bf074
Fix docker tags
2023-09-26 20:01:39 -07:00
Ashcon Partovi
e05d190e6a
Fix plain tag not releasing
2023-09-26 19:50:12 -07:00
Liz
d7b43f8ea1
fix: support console.dir options object correctly ( #6059 )
...
* fix: support console,dir options object correctly
`console.dir` can be passed a second argument which is a object of options.
This implements that logic with the currently supported properties: `depth`
and `colors`.
I used node as a reference for implementation details.
Fixes: https://github.com/oven-sh/bun/issues/6039
* style: format zig file
* fix: implement changes from review
Implements changes requested from review, like adding
more test cases and refactoring code style.
2023-09-26 19:47:37 -07:00
Ciro Spaciari
648d5aecf3
fix server end of stream, fix fetch not streaming without content-length or chunked encoding, fix case when stream do not return a promise on pull ( #6086 )
2023-09-26 19:31:20 -07:00
Ashcon Partovi
dc55492698
Add Docker section to docs
2023-09-26 19:30:00 -07:00
Ashcon Partovi
2b2927dedc
Fix latest tag
2023-09-26 19:22:38 -07:00
Ashcon Partovi
500c52af62
Add is-latest flag to manual release
2023-09-26 19:18:24 -07:00
Ashcon Partovi
c1deec3c16
Use ln -s instead of ln due to image size
2023-09-26 19:05:39 -07:00
Ashcon Partovi
fbbf184b1d
Fix homebrew
2023-09-26 18:57:32 -07:00
Ashcon Partovi
e127c520a9
Better bun-release workflow
2023-09-26 18:51:57 -07:00
Ashcon Partovi
80195557c9
Fix alpine image for arm64
2023-09-26 17:59:38 -07:00
Ashcon Partovi
9e26485b04
Fix docker release tag
2023-09-26 17:40:17 -07:00
Ashcon Partovi
5cf29df066
Fix debian-slim docker workflow
2023-09-26 17:12:26 -07:00
Ashcon Partovi
1bf36cf123
Fix github workflow permissions
2023-09-26 17:08:11 -07:00
Brennan Kinney
d060474f3a
fix: Docker - Include bunx symlink in distroless variant ( #6090 )
2023-09-26 17:06:44 -07:00
Ashcon Partovi
fae646da3b
Remove latest tag from canary Docker workflow
2023-09-26 16:38:44 -07:00
Ashcon Partovi
298515c368
Improve Docker images ( #5771 )
...
* Improve Docker images
* Add alpine and distroless images
* Update docker workflow
2023-09-26 16:35:12 -07:00
Alba Silvente Fuentes
2a14d9e5c9
Update astro.md to v3 ( #6070 )
2023-09-26 16:13:59 -07:00
0xflotus
549d01a4d6
docs: fixed small error ( #6077 )
2023-09-26 16:13:27 -07:00
Dylan Conway
aec0d35f9b
no this value ( #6063 )
2023-09-25 23:27:55 -07:00
Colin McDonnell
b5c80d9476
Better typings for test.each()
2023-09-25 20:01:34 -07:00
Jarred Sumner
17fa9378e9
Drain microtasks at end of abort() if called into JS ( #6036 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-25 16:09:37 -07:00
Jarred Sumner
6cde1d3b89
Add Module._extensions ( #5998 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-25 16:09:09 -07:00
Jarred Sumner
6d842e7dcb
Make error message for new URL(invalid) better ( #6032 )
...
* Make error message for `new URL(invalid)` better
Thanks to @karlcow https://github.com/WebKit/WebKit/pull/13802
* redact
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-25 16:07:33 -07:00
Colin McDonnell
9d9fcbbdeb
Update docs
2023-09-25 15:22:12 -07:00
Vlad
cd09bb0e9b
Add fs.statfs{Sync} to missing fs apis ( #6030 )
2023-09-25 10:55:55 -07:00
axel escalada
bbc70d2b73
Fix create command with template prefixed with @ char #6007 ( #6013 )
...
* fix create command with template prefixed with @ char
* add typescript test for create command
* format test
2023-09-25 05:22:47 -07:00
Ai Hoshino
3eca2c7fee
fix c-string sentinel ( #6026 )
2023-09-25 05:19:33 -07:00
Jarred Sumner
af0cb893b5
Add microbenchmark for symbol-based private variables
2023-09-25 03:27:38 -07:00
Jarred Sumner
7027493196
Update nodejs-apis.md
2023-09-25 00:39:53 -07:00
Jarred Sumner
bd4523798f
Clarify
2023-09-24 23:47:20 -07:00
Jarred Sumner
6326eb4246
Add buggy note
2023-09-24 21:28:33 -07:00
Jarred Sumner
96411580c1
Do not use removefileat() ( #6001 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-24 18:27:55 -07:00
Jarred Sumner
3f463786a5
Correctly fix #5888 ( #6000 )
...
* Update our MultiArrayList
* More consistent CI
* Fix serialization issue
* Update bun.lockb
* Update bun.lockb
* fixup
* Fix `Bin{}`
* `bun update` should not cache the manifest
* Make bun install tests more consistent
* This differs by platform evidently
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-24 17:43:59 -07:00
Jeroen van Rensen
43f092807b
Update writing.md - Remove duplicate code snippet ( #5966 )
2023-09-24 08:50:18 -07:00
cyfung1031
b8817ab188
Update README.md ( #5989 )
2023-09-24 08:49:57 -07:00
asrar
ef7f679edf
Fix link to vitejs ( #5959 )
2023-09-24 08:49:14 -07:00
Jarred Sumner
57010cc448
Avoid using std.net.Address.parse ( #5950 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-24 03:17:19 -07:00
Jarred Sumner
b6a4161cc5
Fixes #5985 ( #5986 )
...
* Fixes #5985
* Update confirm-fixture.js
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-24 03:16:51 -07:00
Ai Hoshino
a5908e9f27
fix(lockfile): ensure all bytes of union are initialized before serialization. ( #5957 )
2023-09-23 20:09:45 -07:00
Moritz Eck
72f9017b21
docs: update link to templates in remix guide ( #5965 )
2023-09-23 09:56:37 -07:00
Sony AK
93f1d91083
Update installation.md ( #5968 )
...
* Update installation.md
Adding notes for users that currently use canary version and want to switch back to stable version.
* Upadte
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-09-23 09:56:03 -07:00
Jarred Sumner
ec0e931e9f
Bump!
2023-09-22 21:26:59 -07:00
Jarred Sumner
a229cfd3c6
Make this function inline
2023-09-22 21:26:35 -07:00
Dylan Conway
966b636e5d
isBinary ( #5944 )
2023-09-22 19:48:36 -07:00
Dylan Conway
ee93f1b88c
[install] fix GitHub dependency bugs ( #5941 )
...
* handle branches with slashes
* handle empty repo string
2023-09-22 18:41:55 -07:00
Colin McDonnell
ffd21e98e7
Remove bun dev stuff from create_command ( #5939 )
2023-09-22 18:41:05 -07:00