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

implement functions to comform with mirage.kv_ro interface #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PizieDust
Copy link

fixes #91
The functions implemented here lacked two key implementations of get_partial and size required to be fully compliant with the mirage_kv interface.
This PR addresses that. Also, updating some functions, namely list and last_modified to align better with the signature definitions. With this update, the library builds correctly and also runs the test correctly

cc @reynir

@reynir
Copy link
Member

reynir commented Jul 14, 2023

Thanks. This looks very good.

It seems a single space character was added at every line.

I noticed #90 exists and is unmerged. I'll look into merging both.

@PizieDust
Copy link
Author

It seems a single space character was added at every line.

I think this is due to running ocamlformat or dune fmt to lint the code. Perhaps my lint settings introduced the character

reynir added a commit to reynir/ocaml-fat that referenced this pull request Jul 17, 2023
Github pull request mirage#93 with white space changes and rebased on main.
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.

Compilation and Tests Failing
2 participants