My working unpac space for OCaml projects in development
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update STATUS.md with new test coverage

Document the addition of tests for:
- decode_info with grayscale headers
- decode_info with YCbCr headers
- Decoder skip functionality

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

+4
+4
STATUS.md
··· 62 62 - [x] Marker operations complete 63 63 - [x] Decoder infrastructure (stream, metadata) 64 64 - [x] Unit tests for existing functionality 65 + - [x] Test coverage for decode_info with grayscale and YCbCr headers 65 66 66 67 ## Test Coverage 67 68 ··· 73 74 - Byte and u16be reading 74 75 - EOF detection 75 76 - Unexpected EOF error handling 77 + - decode_info with grayscale (1 component) header 78 + - decode_info with YCbCr (3 component) header 79 + - Decoder skip functionality 76 80 77 81 ## Known Issues 78 82