aboutsummaryrefslogtreecommitdiff
path: root/docs/project/development.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-09Add Fedora build instructions to development.md (#6359)Gravatar otterDeveloper 1-0/+10
2023-10-02Update development and document env var expansionGravatar Colin McDonnell 1-23/+1
2023-10-02Update development.md (#6221)Gravatar Cícero Santos 1-2/+2
2023-09-27Update developer arch install steps for llvm and clang (#6120)Gravatar Justin "J.R." Hill 1-2/+1
`llvm` and `clang` are both at v16 `llvm16` and `clang16` are AUR packages https://aur.archlinux.org/packages/llvm16 https://aur.archlinux.org/packages/clang16 and need extra steps to setup
2023-09-20docs(project): development fix Arch install-dependencies command (#5270)Gravatar saurabh 1-1/+1
sudo is required to run pacman if not root user
2023-09-17Fix ZLS commit hash in the document (#5510)Gravatar Shinichi Katayama 1-20/+0
* Fix ZLS commit hash in the document * Remove ZLS section from the doc
2023-09-15Update development.md (#5531)Gravatar Sony AK 1-6/+6
Fix to version 16 on docs
2023-09-14async-ify all node:fs functions (#5360)Gravatar Jarred Sumner 1-7/+7
* async all node:fs functions * draw the rest of the owl * LLVM & Clang 16 --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-12clang and llvm on arch install v16, update to use v15 (#5069)Gravatar mi4uu 1-1/+10
2023-09-11Fix punctuation (#4870)Gravatar Matthew Yu 1-1/+1
2023-09-08Update development.md (#4578)Gravatar Tiramify (A.K. Daniel) 1-1/+1
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 1-1/+1
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-09-05Update development.md (#4480)Gravatar Derrick Farris 1-1/+1
Remove comment about removed `BUN_OVERRIDE_MODULE_PATH` env var
2023-08-28docs: use table tagGravatar Colin McDonnell 1-26/+122
2023-08-24fix buildGravatar Dylan Conway 1-1/+1
2023-08-24update zig to 0.11.0 (#4233)Gravatar Jason 1-1/+1
* WIP * backup * more change * json related error sovled * number related issue solved * revert WriterType changed before * destroy -> free * jsonStringify related issues solved * fix mem.free expected []T or *[_]T, passed [*]const u8 * fix expected []T or *[_]T, passed [*:0]const u8 * fix build script * fix build script, for real * replace 0.11.0-dev.4006+bf827d0b5 to 0.12.0-dev.161+6a5463951 * fix build on macOS, COPYFILE.DATA -> COPYFILE_DATA * fix the last destroy on [*]ptr issue --------- Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
2023-08-12Fix worker event loop ref/unref + leak (#4114)Gravatar dave caruso 1-11/+73
* make more tests pass * worker changes * fix some bugs * remove this * progress * uh * okay * remove console log * a * comment assert for later * mergable state * remove test * remove test
2023-07-22Update `development.md` (#3718)Gravatar Artur Androsovych 1-0/+33
* Update `development.md` * Update `development.md`
2023-07-18zig upgrade (#3667)Gravatar Dylan Conway 1-1/+1
* upgrade * more fixes * Bump Zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-12Improve our internal typedefs (#3608)Gravatar dave caruso 1-2/+2
* types * some more * yeah * i think that fixes it * oop
2023-07-07Update installation guide in `development.md` (#3532)Gravatar Artur Androsovych 1-6/+16
* Update installation guide in `development.md` * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-07-06Various docs updates (#3437)Gravatar Colin McDonnell 1-0/+31
* Various docs updates * Add mocks page * Fix make * WebKit instructions * Update instructions * Updates * Update nodejs compat table * Document trusted deps * Tweak trustedDependencies docs * Document --exact * Update test docs * Tweaks * Boring * Remove redundant j * Undo makefile changes * Undo makefile changes * Update page title * Regen * Undo changes
2023-06-21upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)Gravatar Dylan Conway 1-1/+1
* 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 cc930ceb1c5b4db9614a7638596948f704544ab8. --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-06-11doc: minor fixes (#3278)Gravatar Keyhan Vakil 1-1/+1
* `bun link` only modifies `package.json` when `--save` is passed. * clang-15 is a separate package from llvm-15.
2023-06-06yeah (#3229)Gravatar dave caruso 1-1/+1
2023-06-03make hardcoded -> make esm + document needing bun to build bun (#3188)Gravatar dave caruso 1-2/+30
2023-06-02fix readableStreamToArrayBuffer (#3181)Gravatar dave caruso 1-3/+9
* fix discord.js again * remove one of the async hooks warnings * clarify hardcoded modules docs
2023-06-01Bundle and minify `.exports.js` files. (#3036)Gravatar dave caruso 1-2/+2
* move all exports.js into src/js * finalize the sort of this * and it works * add test.ts to gitignore * okay * convert some to ts just to show * finish up * fixup makefile * minify syntax in dev * finish rebase * dont minify all modules * merge * finish rebase merge * flaky test that hangs
2023-05-22document arch linux workaround, see #2664 (#2997)Gravatar dave caruso 1-0/+10
2023-04-20chore(docs): add xcode runtime install to docs (#2706)Gravatar Emmanuel Vazquez 1-0/+8
2023-04-13Update development.md (#2647)Gravatar Nilan Marktanner 1-1/+1
2023-04-11Update development.md (#2625)Gravatar Ryan Morey 1-5/+5
* Update development.md adds the `bash` language specifier to `which clang-15` so that when you click the copy button, it doesn't include the `$` * Update development.md * Update development.md * Update development.md
2023-04-11docs: remove dev container section (#2610)Gravatar hiroki osame 1-70/+0
2023-04-08Fix callout tag on development docs (#2595)Gravatar dave caruso 1-2/+21
* fix callout tag on development docs * add notes on cmakeconfig.h * Update Makefile
2023-04-08Rewrite Developer Docs, Improve DX for new users, moving away from ↵Gravatar dave caruso 1-0/+268
Devcontainer (#2588) * new docs starting point. missing alot of information * very experimental idea: make setup * run on ubuntu 20 * builds on ubuntu 20 (wsl) now * add release instructions * add valgrind note from jarred/new-bundler branch, just in case it gets lost when rebasing * changes requested