Skip to content

fix: drop the unimplemented bytes header type - #1087

Merged
abrignoni merged 1 commit into
mainfrom
fix/remove-bytes-header-type
Aug 10, 2026
Merged

fix: drop the unimplemented bytes header type#1087
abrignoni merged 1 commit into
mainfrom
fix/remove-bytes-header-type

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

honorMediaLibrary declared a ('File Size', 'bytes') header. No consumer implements a bytes type (report and LAVA writers branch only on media and datetime), so it fails open: ignored at render, but written into the LAVA manifest's object_columns where it would activate retroactively the day a renderer exists. Stripped to plain text, same reasoning as the removed url type (#1060). The matching iLEAPP case in filesApp.py gets its own PR. smartSidebarFileDock had the same type removed during the #958 review.

🤖 Generated with Claude Code
EOF

No consumer branches on a 'bytes' header type: ALEAPP's report and LAVA
writers act only on 'media' and 'datetime', and LAVA has no bytes
renderer. The type was ignored at render but still written into the LAVA
manifest's object_columns, where it would become live behavior the day a
renderer exists, with no review of this use. Plain text cannot misbehave.
Same reasoning as the removed 'url' type (PR #1060).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@abrignoni
abrignoni merged commit 8c740ed into main Aug 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant