Thomas Gazagnaire
Thomas Gazagnaire
@djs55 apparently you are assigned to that task :p
> I started with a mirage-skeleton repository which was dirty (I did some previous builds with mirage3 in there), a mirage clean did not clean up the mirage3 generated files....
Should the distclean remove the `.xl` file as well ? Should it remove the opam packages ?
@CraigFe @andreas what is the status of this PR? Is there anything which has to be done repr?
> bespoke GraphQL schema interpreter for Repr.t That sounds like a great idea to me! Can you open an issue to track this on repr? Would be nice if we...
Adding a lock file is a good idea but I would rather recommend users to do `opam monorepo pull` instead of an `opam switch create` in that case. The CI...
It's still a good idea to have a lock file here for anyone who wants to compile the irmin binary easily.
The batch API was initially meant to be transactional: either the batch succeeds, and everything is flushed/written on disk, or it fails, and nobody notices. This is not entirely true...
Something interesting to test: - start from a snapshot and run six cycles on irmin 3.2.x (without GC) - start from a snapshot and run six cycles on irmin `main`...
Will merge this once `irmin-server` is ready to be integrated