You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running dune runtest or dune build reports the following errors:
File"src/fat.ml", line 1:
Error: The implementation src/fat.pp.ml
does notmatch the interface src/.fat_filesystem.objs/byte/fat.cmi:
... ...
The value `get_partial' is required but not provided
File"src/mirage_kv.mli", line 140, characters 2-98:
Expected declaration
InmoduleKV_RO:
The value `size' is required but not provided
File"src/mirage_kv.mli", line 175, characters 2-60:
Expected declaration
The text was updated successfully, but these errors were encountered:
Seems this has to do with the mirage-kv package.
We have to update our ocaml-fat library to implement the get_partial and size from the mirage_kv interface RO module perhaps
Running
dune runtest
ordune build
reports the following errors:The text was updated successfully, but these errors were encountered: