Hugo van der Wijst
Hugo van der Wijst
The first stable version of Cargo that supports publishing lock-files is [1.37](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-137-2019-08-15).
I agree that semver generally works quite well, and that picking up the latest version of compatible crates is generally desirable *for end users*. Note that this won't change when...
Ping @dfaust, @0xpr03. I'm wondering if there is a less intrusive solution?
Ping @passcod, @dfaust, @0xpr03, would any of you be able to review? The current implementation is buggy if the watched directory contains two hard or symbolic links to the same...
After revisiting this PR I think the ignoring symlink while walking the directories is the better solution to my problem: #635. Some of the changes here might still be useful...
Relates to #255, #291, and #381, but seems distinct. Reading https://docs.rs/inotify/latest/inotify/struct.Watches.html#attention-updating-watches-and-hardlinks, possibly the easiest way to solve this behavior is to keep a list of paths for each `WatchDescriptor` and...
Note that without @Maximiato's fix the tests fail on my Linux machine, so I've combined them in this PR.
> Awesome, this looks like an even more thorough version of #764 which I filed a few days ago, and is a revive of an older PR, which I'm not...
> See also #765 which is needed to fix `stdout` uploads in the local caching case. Oh, interesting. I hadn't run into that yet, but good to know where to...
@thoughtpolice, I just found another bug where buck2 ignores the preferred hashing algorithm when checking if it can upload to action cache, instead always using SHA1. See #784 for a...