Thomas Gazagnaire
Thomas Gazagnaire
TravisCI has an option to do that, that I find quite useful (as it frees up resources more quickly). In some cases you don't care about building every commit, you...
@kayceesrk you expressed interest about that. You are still very welcome to have a look at it :-)
I think there are various levels of complexity for that task. 1. GC is done off-line, blobs do not contain pointers to other objects and roots are the Git references....
Unreachability is usually done when people rebase/delete a branch.
It's not super easy to do this right now and we should improve this. Especially it would be nice to make `conflict` a richer type. What kind of resolution do...
> With irmin-pack under irmin 3.x with indexing_strategy minimal, re-commiting duplicates all objects except the commit one. It's a pretty disappointing fact for the irmin users. Could you describe the...
Added a commit to optimise the serialisation of inodes of size 1
This will need to be forward-ported to lib_context: https://gitlab.com/tezos/tezos/-/blob/master/src/lib_context/encoding/context.ml
> Ocamlification was introduced to generate opam files with correct names (as '.' would confuse opam). Do you know if there are other places were we expect ocamlified names ?...
The configuration choices form a tree of conflicting possibilities. Not sure how to express that easily to the user. But I agree that the current situation is not ideal and...