Skip to content

0.1.3

Latest
Compare
Choose a tag to compare
@kylewlacy kylewlacy released this 28 Sep 03:51
· 4 commits to main since this release
8236cf1

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)