- Add ProPlaylistIntegrationTest with 8 round-trip tests - All 4 .proplaylist test files validated in ProPlaylistReaderTest - Update AGENTS.md with playlist module documentation - Document reading, writing, generating, CLI usage - Add notepad learnings from Wave 4 tasks
1.1 KiB
Issues & Gotchas
(Agents will log problems encountered here)
-
2026-03-01 task-2 edge case:
Du machst alles neu_ver2025-05-11-4.prois 0 bytes;protoc --decode rv.data.Presentationreturns empty output (no decoded fields). -
2026-03-01 task-6 fidelity failure:
Rv\Data\Presentation::mergeFromString()->serializeToString()is not byte-preserving for current generated schema/runtime (169/169mismatches, includingTest.prowithlength_delta=-18, first mismatch at byte1205), so unknown/opaque binary data is still being transformed or dropped. -
2026-03-01 task-7: no new parser blockers found; UTF-8 filename handling is stable when using raw PHP filesystem functions (
is_file,filesize,file_get_contents). -
2026-03-01 task-2 test gotcha:
unzipmay render UTF-8 filenames with replacement characters; entry-comparison tests normalize names before asserting equality withZipArchivelisting. -
2026-03-01 21:23:59 - Generated header color values deserialize with float precision drift; fixed by assertEqualsWithDelta in generator interoperability test.