Hugo van der Wijst

Results 7 comments of 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.