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)