Skip to content
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

irmin-mirage-git: support mirage-kv.5.0.0 #2083

Closed
metanivek opened this issue Sep 9, 2022 · 1 comment · Fixed by #2256
Closed

irmin-mirage-git: support mirage-kv.5.0.0 #2083

metanivek opened this issue Sep 9, 2022 · 1 comment · Fixed by #2256
Assignees
Labels
good-first-issue A problem for Irmin beginners

Comments

@metanivek
Copy link
Member

New functions were added to Mirage_kv.(RO|RW) in 5.0.0. See mirage/mirage-kv#28.

I don't know how well these fit a git-based KV store, so we could either try to implement them hackily (ie reading entire values) or simply failing as not supported operations.

@metanivek metanivek changed the title irmin-mirage-git: support mirage-kv 5.0.0 irmin-mirage-git: support mirage-kv.5.0.0 Sep 9, 2022
@metanivek
Copy link
Member Author

As a reference, git-kv reads the entire value for a key for these new functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good-first-issue A problem for Irmin beginners
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant