Commit graph

73 commits

Author SHA1 Message Date
6358514ae6 chore(lune): make typecheck dev script use our bin 2024-11-25 08:20:19 +00:00
2cb8a13bd1 feat(bins): include luau-lsp as tooling 2024-11-25 08:15:43 +00:00
b6f75cbda9 fix(lib): binary descriptor fallback not matching
* Fixes a bug which caused binary parsing fallbacks to not work as
  expected, due to a field unexpectedly being `None`.
* Fixed lint error to do with warn being potentially none by defining
  our own warn function instead. Also updated fallback binary parsing
  fallback warn message to be clearer.
* Fixed decompression error for non-supported artifacts by only
  decompressing those we support.
2024-11-25 08:10:05 +00:00
9dd820d804 chore(lune): include lune dev scripts
* Adds dev lune scripts to execute tooling in dev env, also a nice way
  to dogfood the project.
* Disables all lints in luaurc temporarily, since luau-lsp analysis displays
  lint errors even for ignored files for some reason.
* Fixes a few `TypeError`s.
2024-11-25 06:23:39 +00:00
7b03d8cd4b chore(lib): update included license path 2024-11-24 18:06:09 +00:00
2e444758fd refactor: add note about exit code propagation 2024-11-24 17:59:42 +00:00
03e60700a3 chore(LICENSE): remove non-markdown licenses 2024-11-24 17:59:02 +00:00
d28408fc12 chore(LICENSE): rename to include markdown ext 2024-11-24 17:10:41 +00:00
ce6345443a chore(pkg): update pesde manifests
* stylua: Fixed pesde manifest description
* lib: Explicitly defined includes
* lib: Symlink root license into dir
2024-11-24 15:24:19 +00:00
0a8f8bc5d2 feat: move all install path logic into __call
Also does this following:
* Properly types metatable return
* Runs tool after installation, previously the tool would not get
  executed post installation
* Further removal of manual alias handling
2024-11-23 17:30:46 +00:00
ab86b381f4 feat(lib): offload all linking logic to pesde 2024-11-23 16:53:12 +00:00
b6d234977f fix(lib): TypeErrors in shorthand constructor 2024-11-23 16:01:44 +00:00
a66bc94eb7 feat: use dev mode based on env var 2024-11-23 15:59:22 +00:00
94706f8a9d refactor: restructure repo
* Restructures monorepo packages
* Updated pesde manifests with scope and other metadata
* Consolidated all interactive install logic into __call metamethod for
  one liner bin re-exports
* Renamed binlib->toolchainlib
* Introduced first real world package - stylua (!!)
2024-11-23 14:35:23 +00:00
50f665bb08 feat: dynamically fetch tool version from manifest 2024-11-23 13:41:12 +00:00
7e78d73854 feat: use lune linker scripts for binaries 2024-11-23 12:51:22 +00:00
42c64c0c51 chore: temporarily include binlib pesde lockfile 2024-11-22 09:43:40 +00:00
6fb2bb1dba feat(binlib): maintain versioned tool_storage 2024-11-22 09:42:13 +00:00
5eb2dd1a22 refactor: update various todo comments with more info 2024-11-21 16:49:34 +00:00
249ed7e42f refactor(util): remove comment about eq being broken 2024-11-21 16:32:24 +05:30
afcc7f5f90 chore: remove unused temporary semver implementaiton 2024-11-21 16:31:40 +05:30
b426d86ff5 refactor(binlib): future todo comment details 2024-11-21 10:54:57 +00:00
b1892a8098 init: initial binlib logic and demo lune package 2024-11-21 10:37:38 +00:00