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
I'm disabling the native std::comm tests on windows. I'm suspecting that our usage of SetEvent and friends are not matching the semantics of a unix condition variable, or something related like that.
Disabling for now, will investigate later (plus perhaps we could just use the windows condition variables if we don't want to support XP).
The text was updated successfully, but these errors were encountered:
…yxyas
New lint [`absolute_paths`]
Closesrust-lang#10568
Maybe we should make the max segments allowed a configuration option? I see quite a bit of 3-segment paths in clippy, and while I think only really `<mod/type>::<item>` or `<item>` should be (usually) used but anything above may be too widespread 😕
PS, despite this being "max segments allowed" it only lints if it's absolute, as is the point of the lint, e.g., `std::io::ErrorKind::etc` is linted but `io::ErrorKind::NotFound::etc` isn't
changelog: New lint [`absolute_paths`]
I'm disabling the native std::comm tests on windows. I'm suspecting that our usage of
SetEvent
and friends are not matching the semantics of a unix condition variable, or something related like that.Disabling for now, will investigate later (plus perhaps we could just use the windows condition variables if we don't want to support XP).
The text was updated successfully, but these errors were encountered: