Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
brioche-x86_64-linux | 2025-01-16 | 120.3 MB | |
0.1.3 source code.tar.gz | 2024-09-28 | 2.9 MB | |
0.1.3 source code.zip | 2024-09-28 | 3.0 MB | |
README.md | 2024-09-28 | 856 Bytes | |
Totals: 4 Items | 126.1 MB | 0 |
This is a hotfix release that addresses a bug introduced in v0.1.2 in the Brioche Language Server Protocol (LSP), where some parts of the lockfile would be erased when saving a .bri
file. Additionally, it includes some other minor bugfixes.
Fixed
- Fix Brioche LSP erasing locked download and git ref hashes (#130)
- Fix "failed to move temporary project from registry" error. This occurred due to a race condition when a project tried to be fetched more than once from the registry, e.g. from a dependency shared by multiple other dependencies, like
std
(#131) - Fix (very annoying!) "Request textDocument/diagnostic failed" error from LSP whenever a
.bri
file was first opened (#132)