Bug: check isn't run if file contains a null byte #1189
whatisaphone
started this conversation in
General
Replies: 1 comment 1 reply
|
Thanks for the report. The binary-file filtering is intentional by default, but the allow_binary option existed only in the Rust step model and was missing from Config.pkl, so there was no valid way to opt a step into binary files. I opened #1190 to expose allow_binary in the Pkl schema and add regression coverage. Once merged, the example step can set allow_binary = true and it will run for the NUL-containing .bin file. AI-assisted — Tool: Codex; model: unavailable/unavailable; version: unavailable. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
mise.toml:
hk.pkl:
steps:
All reactions