tooling/toolchainlib
daimond113 95712bc820
fix: prevent deadlock in concurrent installs
Previously, the code tried to acquire a lock every
1s while checking if it exists. This caused a
deadlock, since the lock got acquired by the
concurrent process after the installation had
completed and the lock was released.
2025-02-08 01:12:09 +01:00
..
src fix: prevent deadlock in concurrent installs 2025-02-08 01:12:09 +01:00
LICENSE docs: symlink toolchainlib LICENSE 2024-12-08 18:21:06 +01:00
pesde.lock feat(lib): upgrade pathfs and dirs to v0.3.0 2025-02-05 12:30:00 +05:30
pesde.toml feat(lib): upgrade pathfs and dirs to v0.3.0 2025-02-05 12:30:00 +05:30
README.md chore(toolchainlib): remove token param from README 2024-12-10 22:12:47 +05:30

pesde/toolchainlib

Discord Pesde Lune

A Luau library implementing toolchain management for Luau packages. This package is a dependency of all of pesde's tooling packages.

Caution

Although it is possible to use this package directly, it is not recommended as it has not been thoroughly tested for any tooling other than those pesde officially repackages.

Hwat? How?

pesde/toolchainlib uses a logic inspired by Rokit to discover compatible artifacts on GitHub releases, downloads them locally, and executes them. Rokit's discovery logic is dynamic, works for a majority of tools. The only requirement is that the tool has to have a GitHub release. See this comment for more details on the discovery logic.

When consumed from within a binary pesde package, pesde creates global linker scripts within ~/.pesde/bin which can be invoked when the package is installed in the workspace. These scripts can be called from the command line like regular commands, enabling you to run your favorite tooling, while having them be managed entirely by pesde.

License

This project is licensed under the MIT license.