Commit Graph

551 Commits

Author SHA1 Message Date
Andrew Phillips (aider)
f0a8fb3490 refactor: Remove crate:: prefix from get_digest_engine 2025-05-13 08:58:24 -03:00
Andrew Phillips (aider)
889c2bc838 refactor: update engine calls to use imported functions 2025-05-13 08:56:21 -03:00
Andrew Phillips (aider)
41ac4dafaf refactor: rename get_engine to get_compression_engine in diff mode 2025-05-13 08:54:04 -03:00
Andrew Phillips (aider)
e15cf371e0 refactor: Update imports to use specific get_engine functions 2025-05-13 08:51:21 -03:00
Andrew Phillips (aider)
9330fc1db9 refactor: Rename get_engine to get_compression_engine and update references 2025-05-13 08:46:41 -03:00
Andrew Phillips (aider)
0be716eac0 refactor: Rename get_engine to get_digest_engine and update references 2025-05-13 08:42:02 -03:00
Andrew Phillips
7db2a2ab75 (no commit message provided) 2025-05-13 08:16:47 -03:00
Andrew Phillips
9ba3a31e95 fix: remove duplicate digest argument and adjust imports 2025-05-12 22:11:56 -03:00
Andrew Phillips (aider)
4c2df3d743 fix: add PathBuf import and fix ? operator usage 2025-05-12 22:10:16 -03:00
Andrew Phillips
ae34376468 chore: remove unused PathBuf import 2025-05-12 22:10:05 -03:00
Andrew Phillips
4ee0715e39 refactor: update digest engine to use Result and Write, add is_supported method 2025-05-12 20:32:58 -03:00
Andrew Phillips (aider)
b1bfa7110b feat: Add --digest CLI option to select digest type 2025-05-12 19:10:12 -03:00
Andrew Phillips (aider)
41060c3029 feat: create digest engine with Sha256/Md5/None and integrate with save mode 2025-05-12 18:21:34 -03:00
Andrew Phillips (aider)
f6b6bc5768 fix: add FromStr import, remove unused compression_engine import 2025-05-12 17:20:44 -03:00
Andrew Phillips (aider)
0dba671f8d fix: Fix CompressionType and compression module references in save mode 2025-05-12 17:19:45 -03:00
Andrew Phillips (aider)
ad922485d0 fix: Remove duplicate and unused imports in save mode 2025-05-12 17:18:33 -03:00
Andrew Phillips (aider)
ba6e27f708 fix: resolve unresolved compression engine imports 2025-05-12 17:17:42 -03:00
Andrew Phillips (aider)
71a35a77a0 fix: correct compression module imports 2025-05-12 17:16:52 -03:00
Andrew Phillips (aider)
66e61a4196 refactor: move compression types to compression_engine module 2025-05-12 17:12:17 -03:00
Andrew Phillips (aider)
b08c7e7346 refactor: Rename compression module to compression_engine and update references 2025-05-12 17:11:32 -03:00
Andrew Phillips
d9072d22d5 refactor: improve test structure and reliability 2025-05-12 13:07:33 -03:00
Andrew Phillips (aider)
f9969a7537 fix: use libc::c_int for file descriptor instead of nix::Fd 2025-05-12 11:16:46 -03:00
Andrew Phillips (aider)
723ec2a6e8 fix: convert Fd to raw descriptor using .0 access
This addresses the E0412 error by correctly extracting the raw file descriptor from the nix::unistd::Fd newtype wrapper.
2025-05-12 11:15:32 -03:00
Andrew Phillips (aider)
f9dd390a12 fix: convert nix Fd to raw fd using into_raw() 2025-05-12 11:14:44 -03:00
Andrew Phillips (aider)
d31ab6e793 refactor: centralize thread spawning for item writing 2025-05-12 11:13:06 -03:00
Andrew Phillips (aider)
f3f3c6d628 refactor: extract common function for writing item data to pipe with fd argument 2025-05-12 11:10:00 -03:00
Andrew Phillips (aider)
825ff7a451 fix: remove unused import and method 2025-05-12 10:51:00 -03:00
Andrew Phillips
bb7ed06e9c refactor: update debug logs to use log::debug macro 2025-05-12 10:50:54 -03:00
Andrew Phillips (aider)
e6cc479b32 refactor: Replace debug! with log::debug! in diff module logging statements 2025-05-12 10:45:22 -03:00
Andrew Phillips (aider)
47e0a1d51c fix: add log::debug macro and remove unused imports 2025-05-12 10:40:49 -03:00
Andrew Phillips (aider)
74e4db0f65 fix: resolve duplicate imports and add log::debug prefixes 2025-05-12 10:23:52 -03:00
Andrew Phillips
9418bf58ea refactor: Remove mode_diff implementation and dependencies 2025-05-12 10:23:28 -03:00
Andrew Phillips (aider)
8594a292f9 fix: add missing diff module and mode_diff implementation 2025-05-12 10:20:24 -03:00
Andrew Phillips (aider)
4741314493 refactor: Move mode_diff to src/modes/diff.rs and update imports 2025-05-12 10:00:05 -03:00
Andrew Phillips (aider)
d669beca5a (no commit message provided) 2025-05-12 09:01:45 -03:00
Andrew Phillips
d9defdec45 refactor: move list mode handling to modes/list.rs 2025-05-10 14:11:37 -03:00
Andrew Phillips (aider)
5c76d4c15c refactor: add ColumnType import and remove unused imports 2025-05-10 14:09:32 -03:00
Andrew Phillips (aider)
134731ca5c fix: add missing format_size and ColumnType imports 2025-05-10 14:07:31 -03:00
Andrew Phillips (aider)
d5f9adc3ae fix: remove unused imports and adjust common module re-exports 2025-05-10 14:06:23 -03:00
Andrew Phillips (aider)
e0e00f13af fix: add missing ColumnType/TableFormat imports and re-export 2025-05-10 14:05:09 -03:00
Andrew Phillips (aider)
da47077b08 fix: add missing CompressionEngineProgram import and remove unused imports 2025-05-10 14:02:16 -03:00
Andrew Phillips (aider)
a955b2a0c6 refactor: remove unused imports from various files 2025-05-10 13:59:04 -03:00
Andrew Phillips (aider)
412aa0f4cb fix: correct ErrorKind from InvalidInput to InvalidValue 2025-05-10 13:56:03 -03:00
Andrew Phillips (aider)
ae67e67921 fix: resolve unresolved types and type mismatches in list and common modules 2025-05-10 13:54:53 -03:00
Andrew Phillips (aider)
0b82921506 chore(list): Add log and anyhow crates 2025-05-10 13:53:08 -03:00
Andrew Phillips (aider)
c2ace42c02 fix: Fix missing imports and type resolution issues 2025-05-10 13:51:11 -03:00
Andrew Phillips (aider)
0a8464bab3 fix: add error handling for unknown column types 2025-05-10 13:45:51 -03:00
Andrew Phillips (aider)
33fa31bbb6 feat: add ColumnType as_str method and improve error handling 2025-05-10 13:41:48 -03:00
Andrew Phillips
ceb50a03b3 style: organize and format use statements 2025-05-10 13:38:10 -03:00
Andrew Phillips (aider)
dbf3d70128 feat: Move ColumnType to common and update imports 2025-05-10 13:34:38 -03:00