What's wrong with this entry?
Anonymous. No account, no email.
- Shell redirect parser no longer misses content between children in test commands — the gap-byte accounting check is now applied to
test_commandnodes (search for"Test command comparison is missing its right-hand side") - The
set_permission_modeengine control now validates the mode value and returns a descriptive error for unrecognized modes instead of silently failing (search for"[engine] set_permission_mode rejected — unrecognized mode","Cannot set permission mode: must be one of") - GCP environment variable values containing URL metacharacters (
:,/,\,?,#,@, whitespace) now raise a clear error instead of silently corrupting the request path (search for"GCP path-segment env var failed the charset gate") - Error codes
ENODEV,ENOMEM,EUNKNOWN,UNKNOWN, andUnknown system error *are now treated as retryable I/O errors (previously onlyEDEADLK,EINTR,ENXIO,ECANCELED,ENEEDAUTH,ESTALEwere) (search for"ENODEV"in retryable error check) - Frontmatter parser now detects ambiguous
---closing delimiters (a value containing"---"could cause part of the block to be read as body) and reports arewriteHazardwarning instead of silently truncating (search for"the closing --- is ambiguous")