Skip to content

feat(registry): make dependency installs deterministic (#318)#1

Merged
GaspardKirira merged 1 commit intovixcpp:mainfrom
maskedsyntax:feat/deterministic-deps
Mar 19, 2026
Merged

feat(registry): make dependency installs deterministic (#318)#1
GaspardKirira merged 1 commit intovixcpp:mainfrom
maskedsyntax:feat/deterministic-deps

Conversation

@maskedsyntax
Copy link
Copy Markdown
Contributor

Added SHA256 hashing for dependencies to make sure installs are consistent.

  • Now 'vix add' saves a content hash in vix.lock.
  • 'vix deps' checks this hash to make sure nothing in the store was tampered with or corrupted.
  • Updated 'vix store gc' to require a --project flag so it's harder to accidentally delete global cache entries.

Fixes #318.

@GaspardKirira GaspardKirira merged commit 92420d1 into vixcpp:main Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants