also we can merge with colliding file paths finall...
# development
a
also we can merge with colliding file paths finally
🎉 1
h
I’m being lazy in not looking more closely - do the contents need to be identical for the collision to be safe?
a
no, that is the reason for the
MergeBehavior
struct introduced in both python and rust
if the file contents are identical, that is allowed and quickly verified
if not, there's this
LinearCompose
case to the
MergeBehavior
enum
which just says use the first one
and it specifies globs that are allowed to have collisions instead of just doing it over the whole set of digests to merge