Y5
Y5
This fixes the problem of `Access(Open(_))` variant not being reported. The event variant is constructed, but `watchmask` does not have `WatchMask::OPEN` set. https://github.com/notify-rs/notify/blob/f9c15ebf2cfd6a45f57c45290d0579846739fdbd/notify/src/inotify.rs#L354-L361
Before this patch, watching a nonexistent path using inotify backend would give an `ErrorKind::Io` variant. This behavior was inconsistent with other backends. I am not sure if this is expected...
Cc: Jeff King cc: "Kristoffer Haugsbakk" cc: Philip Yung cc: Taylor Blau
When routing to an IPv6 destination, the lookup process ignores routes that are out of scope. This means any global unicast address is unreachable if the link only advertises a...