Commit Graph

14 Commits

Author SHA1 Message Date
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
7db2a2ab75 (no commit message provided) 2025-05-13 08:16:47 -03:00
Andrew Phillips (aider)
66e61a4196 refactor: move compression types to compression_engine module 2025-05-12 17:12:17 -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)
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
9feec61759 style: reorder imports and reformat code for consistency 2025-05-10 10:06:33 -03:00
Andrew Phillips (aider)
dea46b0679 fix: import FromStr from std::str in status module 2025-05-10 09:58:00 -03:00
Andrew Phillips (aider)
94fff32244 fix: resolve from_str usage and filter method errors, remove unused imports 2025-05-10 09:44:25 -03:00
Andrew Phillips (aider)
d4501e1183 fix: remove unused imports and add missing traits for is_terminal/from_str 2025-05-10 09:27:39 -03:00
Andrew Phillips (aider)
d832dcf8f7 fix: resolve compilation errors in status.rs
Add missing imports for IsTerminal and FromStr, fix Args type reference, and remove unused imports causing warnings.
2025-05-10 09:22:53 -03:00
Andrew Phillips (aider)
9d4c59d0b5 refactor: move mode_status to src/modes/status.rs 2025-05-10 09:19:54 -03:00