Commit Graph
2 Commits
Author SHA1 Message Date
Claude 8d96ea5dd4 Add type hints and docstring to test _solid helper (CodeRabbit nitpick) 2026-07-08 12:35:35 +00:00
Claude 43faf10fea Address CodeRabbit nitpick: warn on double-edge padding crop, add unit tests
Logging a double-edge match at warning level (vs. info for a single edge)
makes it easy to spot an unexpected crop in the field, since two edges
matching at once is a much stronger signal of genuine baked-in padding than
one edge coinciding with real all-black content.

Also adds test/test_vegas_plugin_adapter.py covering _strip_scroll_padding's
branch logic: leading-only, trailing-only, both-edges, no-match, degenerate
all-black, missing/undersized display_width, and the info-vs-warning log level.
2026-07-08 12:31:07 +00:00