安正超
|
a1f4abf6c3
|
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
|
2025-05-28 11:00:07 +08:00 |
|
houseme
|
ca8f399832
|
format comment
|
2025-05-27 13:56:19 +08:00 |
|
houseme
|
864071d641
|
cargo fmt
|
2025-05-25 17:46:59 +08:00 |
|
overtrue
|
9d90913697
|
feat: translate Chinese comments to English across codebase
|
2025-05-25 15:24:34 +08:00 |
|
overtrue
|
bc398ccf1b
|
feat: improve test coverage and fix critical crypto bug - Translate all Chinese comments to English in utils/ip.rs and config/constants/app.rs - Add comprehensive test suite for crypto/encdec/id.rs module (14 new tests) - Fix critical bug in Argon2 key generation that was returning all-zero keys - Improve test coverage for IP utilities and configuration constants - Ensure all test cases follow English naming conventions and meaningful descriptions
|
2025-05-25 13:53:59 +08:00 |
|
overtrue
|
df71cea9af
|
refactor: improve test code quality by replacing meaningless names and content
|
2025-05-25 13:40:54 +08:00 |
|
overtrue
|
5fff195295
|
feat: complete zip compression module implementation
|
2025-05-25 13:14:38 +08:00 |
|
overtrue
|
c6b3051c67
|
feat: add comprehensive test coverage for zip compression module
|
2025-05-25 13:05:11 +08:00 |
|
weisd
|
76fdefeca4
|
feat: auto-extract support
|
2025-05-08 17:42:20 +08:00 |
|