Skip to content

implement functions to comform with mirage.kv_ro interface#93

Open
PizieDust wants to merge 1 commit intomirage:mainfrom
PizieDust:main
Open

implement functions to comform with mirage.kv_ro interface#93
PizieDust wants to merge 1 commit intomirage:mainfrom
PizieDust:main

Conversation

@PizieDust
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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