@ag-bash/bash@6.0.4
·
5 commits
to develop
since this release
Patch Changes
-
#100
6bc4e0fThanks @sairam0424! - Bug fixes (test-debt cleanup surfaced during the 6.0.3 release):- find: fix
-pathfast-path returning zero results on filesystems without
readdirWithFileTypes— terminal-directory files (e.g.find -path "*/pulls/*.json" -type f)
were never enqueued. (Data-loss-class correctness bug.) - security: enforce
maxFileDescriptorsfor explicit numeric FDs (exec N>file, N>=3),
which previously bypassed the limit entirely. - agents: add
CowFssyncmkdirSync/writeFileSyncso sub-agent spawn initializes its
filesystem (spawn was broken under copy-on-write filesystems). - pipeline: hash/checksum filters (
md5sum,sha1sum,sha256sum, …) now run on empty
stdin instead of being short-circuited to empty output (echo -n '' | md5sum).
- find: fix