Sebastian Wick
Sebastian Wick
Pushed some changes. Forgot to push first with just a rebase, so the compare functionality isn't really helpful now.
Looks like this will block the entire document portal when any file is blocked due to flock.
Supporting flock only for certain option is very suspicious to me. This needs review from someone who knows about fuse and filesystems.
@alexlarsson ^
Do you understand the implications of supporting a weird subset of flags for flock? flock does something on a per-process basis but any flock call on fuse will result in...
Sorry, but I just don't think it makes a lot of sense to merge things that we don't fully understand even if they seem important to some apps. I'd equally...
Given that the PR only handles non block requests and does not handle cleaning up locks when the fuse fd gets dropped, it isn't ready to be merged. I'm going...
Before this MR it was possible to have a wrap or Cargo.lock for one specific crate which then also has a Cargo.lock with its own dependencies. With this MR, that...
Same error locally as in CI. e: `self.is_subproject` is a function: `if not self.is_subproject():`