Commit Graph

579 Commits

Author SHA1 Message Date
Andrew Phillips (aider)
d26218617a fix: add strum import and remove Box.expect call 2025-05-13 16:53:19 -03:00
Andrew Phillips (aider)
e5bbbd61a3 feat: add digest_engine::default_digest_type() 2025-05-13 16:47:37 -03:00
Andrew Phillips (aider)
6074fd3430 refactor: rename default_type to default_compression_type in compression calls 2025-05-13 16:44:12 -03:00
Andrew Phillips (aider)
ff7f7035c8 refactor: Rename default_type to default_compression_type 2025-05-13 16:42:08 -03:00
Andrew Phillips
a25e6bfdb3 refactor: remove unused parameters and simplify build functions 2025-05-13 16:38:22 -03:00
Andrew Phillips (aider)
ecc6646c6c fix: add missing anyhow::Error to Result return type in status.rs 2025-05-13 16:32:15 -03:00
Andrew Phillips
e9c6892111 refactor: move path table creation to build_path_table function 2025-05-13 16:32:07 -03:00
Andrew Phillips (aider)
1358d634c1 refactor: extract path table creation into build_path_table function 2025-05-13 16:30:17 -03:00
Andrew Phillips (aider)
4e43fa3f62 fix: resolve type mismatch and remove unused code 2025-05-13 16:28:18 -03:00
Andrew Phillips (aider)
aea254ae62 refactor: move compression table creation to build_compression_table function 2025-05-13 16:26:45 -03:00
Andrew Phillips
0189f3c273 refactor: remove module prefixes from compression and digest engine functions 2025-05-13 15:00:30 -03:00
Andrew Phillips (aider)
8f93657fa1 refactor: consolidate imports for get_*_engine functions 2025-05-13 09:00:45 -03:00
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)
e238f7569e fix: rename get_engine to get_compression_engine in compression_engine.rs 2025-05-13 08:48:59 -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 (aider)
1e43a5e855 refactor: use with_context for process spawning error handling 2025-05-12 22:04:33 -03:00
Andrew Phillips (aider)
d827a4d772 fix: remove unused field and add missing Context import 2025-05-12 22:03:46 -03:00
Andrew Phillips (aider)
ec3771cd5d fix: Remove unused field and fix context method in DigestEngineProgram 2025-05-12 22:01:16 -03:00
Andrew Phillips (aider)
1b96f474fe fix: add Context trait and correct with_context usage 2025-05-12 20:49:58 -03:00
Andrew Phillips (aider)
5ab5a47090 fix: remove Clone derive and fix context method usage 2025-05-12 20:48:44 -03:00
Andrew Phillips (aider)
89e8ade361 fix: add missing process field and Context import 2025-05-12 20:47:15 -03:00
Andrew Phillips (aider)
650d410383 fix: resolve compilation errors by correcting imports, struct fields, and method usage 2025-05-12 20:46:14 -03:00
Andrew Phillips (aider)
416c65d177 fix: resolve duplicate imports and missing io/Context imports 2025-05-12 20:44:47 -03:00
Andrew Phillips (aider)
faff90f5d3 fix: resolve Rust compilation errors by fixing imports and missing types 2025-05-12 20:43:31 -03:00
Andrew Phillips (aider)
d07fd7c440 refactor: Remove unused imports 2025-05-12 20:42:14 -03:00
Andrew Phillips (aider)
712a820eba fix: Fix missing Write trait and unused imports 2025-05-12 20:41:18 -03:00
Andrew Phillips
8d7a1c2eb8 refactor: Remove is_supported from LZ4 engine 2025-05-12 20:41:08 -03:00
Andrew Phillips (aider)
192b9e2f57 refactor: remove process storage from ProgramWriter 2025-05-12 20:40:11 -03:00
Andrew Phillips (aider)
e0d3f86c49 fix: Fix unused imports and ProgramWriter issues 2025-05-12 20:39:16 -03:00
Andrew Phillips (aider)
539c48aa2a refactor: Replace stdin field with process field in DigestEngineProgram 2025-05-12 20:37:25 -03:00
Andrew Phillips (aider)
c7533890c8 fix: implement Write trait for digest engines 2025-05-12 20:36:15 -03:00
Andrew Phillips (aider)
f748fdd0f3 refactor: add update method to digest engines for consistent write interface 2025-05-12 20:33:13 -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)
1aba71a3d6 fix: use finalize for digest comparison in eq 2025-05-12 19:40:12 -03:00
Andrew Phillips (aider)
64aaf5d4d5 fix: add hasher clone to access result method 2025-05-12 19:39:32 -03:00
Andrew Phillips (aider)
6ceac4a91e fix: resolve trait implementation errors and fix hasher move in finalize 2025-05-12 19:38:46 -03:00
Andrew Phillips
1117444302 chore: remove SHA2 digest engine implementation 2025-05-12 19:35:35 -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)
a3a4c49e31 fix: remove Eq/PartialEq and clone hasher to resolve trait and move errors 2025-05-12 19:03:35 -03:00
Andrew Phillips
2a38f9c357 chore: update dependencies 2025-05-12 19:00:41 -03:00
Andrew Phillips (aider)
57fb89394f feat: add sha2 crate to dependencies 2025-05-12 18:59:16 -03:00
Andrew Phillips (aider)
81e193f6a8 fix: create sha2_digest module for digest engine 2025-05-12 18:55:51 -03:00