-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cereal remote, server side integration #255
Conversation
sorki
commented
Nov 23, 2023
- binary -> cereal
- start of the https://github.com/obsidiansystems/hnix-store/tree/daemon-server-side integration
6e0defd
to
b393541
Compare
@squalus |
Use dummy enum variants to fill the gaps so the Enum instance works Co-Authored-By: Dan Bornside <[email protected]>
- add the gcDeleteSpecific action of the CollectGarbage operation. - add deleteSpecific test
Co-Authored-By: sorki <[email protected]>
* storePathHashPart * storePathName * pathMetadata * someHashAlgo * digest
Serializer done, error handling done, GC done, Progressing slowly but the gradual refactoring without breaking tests is the way to go, the rest should land swiftly. |