Open Issues Need Help
View All on GitHub bug enhancement help wanted good first issue Improvement
File abstration 4 months ago
AI Summary: Implement a file abstraction layer in the izip C++ project to simplify testing and prepare for future multi-file processing capabilities. This involves creating an abstract class or interface representing a file, decoupling the core compression/decompression logic from specific file I/O operations.
Complexity:
4/5
enhancement good first issue
Fix broken unittest 4 months ago
AI Summary: Debug and fix failing unit tests in the izip C++ project, likely related to a previously reported issue (#14). This involves analyzing the test failures, understanding the codebase (using Libarchive, Fmt, SpdLog, GoogleTest, and CLI11), and implementing the necessary corrections.
Complexity:
4/5
bug good first issue