Stephen Day
Stephen Day
@dlorenc @jonjohnsonjr Thanks for the quick response! I'll see if that works and report back.
@dlorenc That worked!
I think one aspect that needs to be considered here is that a diff is very much contextual. So, not only does it require the ability whiteout files, but it...
@AkihiroSuda What about the issue with parentage? I would also think that a whiteout would have no other fields set.
@AkihiroSuda Rather than propagate a hack, let's define a proper diff format in continuity. Whiteout is part of aufs/overlay. We can define the format to be whatever we want for...
@AkihiroSuda I am not sure if I want to see my name in a mediatype. :stuck_out_tongue: `application/vnd.continuity.manifest.v1+pb` That looks okay to me. @dmcgowan Any opinions here?
> Not sure we are in a point where we want to nail down a media type version though. More like `application/vnd.continuity.manifest.v0+pb` or `application/vnd.continuity.manifest.vthisisgoingtobreak+pb`.
@AkihiroSuda This was always an intended eventual application of continuity. The main benefit here is the ability to share data between root filesystems. In general, filegrain looks interesting. I would...
Ok, the chief problem with supporting go modules is that, even with vendoring enabled, non-Go files and non-Go package dependencies are not included in the vendored code (we can see...
Ok, looking into this a bit more now to make it work: 1. `go mod vendor` now includes non-Go files, so we don't need to do this crazy plan. 2....