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 (aider)
|
81e193f6a8
|
fix: create sha2_digest module for digest engine
|
2025-05-12 18:55:51 -03:00 |
|
Andrew Phillips (aider)
|
489de191a5
|
fix: resolve name conflict by renaming sha2 module to sha2_digest
|
2025-05-12 18:51:57 -03:00 |
|
Andrew Phillips (aider)
|
3c9c69893c
|
fix: import Sha256 from sha2 crate to resolve name conflict
|
2025-05-12 18:50:36 -03:00 |
|
Andrew Phillips (aider)
|
b481a14a23
|
fix: remove conflicting sha2 imports in digest_engine
|
2025-05-12 18:49:22 -03:00 |
|
Andrew Phillips (aider)
|
621985ccf0
|
fix: add missing imports for sha2, Command, and Stdio
|
2025-05-12 18:27:23 -03:00 |
|
Andrew Phillips
|
a24612ccb8
|
refactor: remove unused std::process import
|
2025-05-12 18:27:03 -03:00 |
|
Andrew Phillips (aider)
|
3ad07f1651
|
fix: Fix unresolved imports for sha2 and DigestEngine, add Enum macro, remove unused imports
|
2025-05-12 18:25:47 -03:00 |
|
Andrew Phillips (aider)
|
3e9bbcfa7e
|
feat: add digest_engine module to crate root
|
2025-05-12 18:23:55 -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)
|
1b109f0cf0
|
fix: rename compression module to compression_engine and remove unused imports
|
2025-05-12 17:15:35 -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 |
|