-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stats where
st_dev
is negative (#329)
* Fix stats where `st_dev` is negative This is intended to be a fix for bytecodealliance/wasmtime#6978 where some platforms use a signed integer for the `dev_t` type and it looks like some `st_dev` fields can indeed be negative. * Move lint location * Comment odd location of `#[allow]` * Fix a warning on beta Rust * Fix a failing tempfile test Bisection points at bytecodealliance/rustix#787 as other flags are coming into the `Mode` enum which means that the `mode.bits()` is `0o100644` which wasn't being tested for. The unknown bits are masked off now.
- Loading branch information
1 parent
963eebf
commit 5e9248c
Showing
4 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters