tooling/toolchainlib/src
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
..
platform fix(lib): windows PE format detection offset being a u32 2025-01-16 08:48:48 +00:00
utils fix(lib): write progress bar cleanup ANSI sequences to stderr 2025-02-05 13:31:52 +05:30
compression.luau fix(lib): TypeError in extractEntry function for zip 2025-01-16 08:48:03 +00:00
github.luau feat(lib): address type related FIXMEs 2024-12-14 06:18:40 +00:00
init.luau fix: prevent deadlock in concurrent installs 2025-02-08 01:12:09 +01:00
manifest.luau style: apply stylua formatter 2024-12-09 04:43:15 +00:00