Dylan Conway
|
661355546a
|
zig upgrade (#3667)
* upgrade
* more fixes
* Bump Zig
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2023-07-18 01:20:20 -07:00 |
|
Dylan Conway
|
5fa13625a1
|
upgrade zig to v0.11.0-dev.3737+9eb008717 (#3374)
* progress
* finish `@memset/@memcpy` update
* Update build.zig
* change `@enumToInt` to `@intFromEnum` and friends
* update zig versions
* it was 1
* add link to issue
* add `compileError` reminder
* fix merge
* format
* upgrade to llvm 16
* Revert "upgrade to llvm 16"
This reverts commit cc930ceb1c.
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2023-06-21 23:38:18 -07:00 |
|
Jarred Sumner
|
ea47ed0ee5
|
Fix broken autocomplete
|
2023-04-19 00:01:27 -07:00 |
|
Fran Zekan
|
8e1d2a5af9
|
fix(bunx): can't resolve executable for scoped packages (#2293)
Fixes #2292
|
2023-03-04 14:56:25 +02:00 |
|
Fran Zekan
|
7c367ff687
|
fix(bunx): Show usage when calling bunx without arguments (#2295)
* Make sure to return a helpful error message if no args are passed to bunx
* Add tests for bunx without args
|
2023-03-03 17:49:32 -08:00 |
|
Dylan Conway
|
3f04f8d0a6
|
Upgrade Zig (#2151)
* fixup
* Upgrade Zig
* Remove bad assertion
* strings
* bump
* mode -> optimize
* optimize
* Linux build
* Update bindgen.zig
|
2023-02-23 23:57:19 -08:00 |
|
Alex Lam S.L
|
5c30983d5d
|
[bunx] fix version parsing (#1937)
|
2023-01-30 00:33:13 -08:00 |
|
Jarred SUmner
|
168bb1427f
|
move more things
|
2023-01-13 11:38:16 -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 |
|
Dylan Conway
|
75a3c25ff8
|
add node_modules to bin path
|
2022-12-23 00:04:51 -08:00 |
|
Dylan Conway
|
1d58da3cb3
|
fix finding package bin after install
|
2022-12-22 18:54:02 -08:00 |
|
Jarred Sumner
|
e322dfb589
|
woops
|
2022-12-21 22:28:59 -08:00 |
|
Jarred Sumner
|
435fdbfddc
|
[bunx] Make help a little prettier
|
2022-12-21 00:56:50 -08:00 |
|
Jarred Sumner
|
b2fdcad77b
|
[bunx] Improve reliability by checking the "bin" from package.json if necessary
|
2022-12-20 21:33:34 -08:00 |
|
Jarred Sumner
|
5931e350cd
|
New subcommand: bunx (#1634)
* Implement `bunx`
* copy cleanup
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2022-12-19 23:05:12 -08:00 |
|