You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new Sys trait to allow abstracting over the underlying filesystem. Particularly useful for wasm32-unknown-unknown targets. Thanks @dsherret for this contribution to which!
Add more debug level tracing for otherwise silent I/O errors.
Call the NonFatalHandler in more places to catch previously ignored I/O errors.
Don't return paths containing the single dot . reference to the current directory, even if the original request was given in terms of the current directory. Thanks @jakobhellermann for this contribution!
Add support to WhichConfig for a user provided closure that will be called whenever a nonfatal error occurs.
This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile
without changes.