pfg
pfg
### What does this PR do? - Fixes a bug where `("0" + "1") == 0` was true - Supports folding `"\x00" + "1"` to `"\x001"` - Supports folding `+"§"`...
This may be a breaking change, so it might wait for 1.2. When using `bun ` or `bun run `, it now always checks in this order: 1. Is there...
Not ready yet. First half of #7384. Does not fix that problem, but gets closer to fixing it. This pr: - Adds a test to prepare for when 7384 is...
#66 Usage: ``` --export-json results.json true echo ``` Sample results: ```json [ { "raw_cmd": "true", "argv": [ "true" ], "measurements": { "wall_time": { "q1": 540509, "median": 577018, "q3": 596138, "min":...
Targeting android, zig doesn't provide a libc, so my application needs to use a libc.txt file: ```zig // my_app/build.zig: const libc_file = b.path("android_libc.txt"); const harfbuzz_dep = b.dependency("harfbuzz", .{ .target =...
Modify tls to add its callback by listening for 'connection' / 'secureConnection' rather than calling the handler directly. Issues: - [ ] An error thrown in the tls.createServer() socket callback...
### Zig Version 0.16.0-dev.747+493ad58ff ### Steps to Reproduce and Observed Behavior ```zig pub fn main() !void { switch({}) { {} => {}, } } ``` `zig run a.zig` ``` a.zig:2:5:...
### What version of Bun is running? 1.2.14+6a363a38d ### What platform is your computer? Microsoft Windows NT 10.0.19045.0 x64 ### What steps can reproduce the bug? ``` bun init --react=tailwind...