tin-summer
tin-summer copied to clipboard
Find build artifacts that are taking up disk space
In Windows the file size printing is ugly. Would be nice to have pretty printing cross-platform. ```text PS C:\Users\RFID\Desktop\Development> sn ar ←[32m887 b←[0m .\debbie\migrations ←[32m1.3 kB←[0m .\debbie\src ←[32m30 kB←[0m .\debbie...
Windows
It seems Windows is not currently supported
Fixed issue #37 `metadata.permissions()` does not contain a `mode()` method, only a `.readonly()` method. It does have a trait `PermitionExt` but it is only supported for `Unix` systems. tin-summer now...
Hello, When compiling on Win 11: ```powershell Compiling tin-summer v1.21.14 error[E0599]: no method named `mode` found for struct `Permissions` in the current scope --> C:\Users\RFID\.cargo\registry\src\github.com-1ecc6299db9ec823\tin-summer-1.21.14\src\walk_parallel\single_threaded.rs:192:39 | 192 | if metadata.permissions().mode()...
The current 1.21.14 release tag has a Cargo.lock file that is not in sync with Cargo.toml. It cannot be build with `cargo build --locked` and hence cannot be used to...
I got this on an NFS volume, and there are many many many small (1-2KB) files in the directory I'm listing (not directly tho). ```shell $ du -hd0 logs ;...
Also set the minimum required Rust to 1.26 and track that version in CI to prevent accidental breakages.
Custom metadata is placed in `[package.metadata]`, not `[metadata]`, as shown in https://doc.rust-lang.org/cargo/reference/manifest.html#the-metadata-table-optional and https://github.com/mmstick/cargo-deb#packagemetadatadeb-options.