You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged #1930 uses /dev/fd/<directory-fd> as an anchored directory path on Darwin/FreeBSD. Node on macOS can stat that descriptor but cannot enumerate it or open children through it. Any wp: latest runtime that acquires or inspects a custom archive lease now fails locally.
Problem
Merged #1930 uses
/dev/fd/<directory-fd>as an anchored directory path on Darwin/FreeBSD. Node on macOS canstatthat descriptor but cannot enumerate it or open children through it. Anywp: latestruntime that acquires or inspects a custom archive lease now fails locally.Reproduction
On macOS with current
main(6bbfc836):readdir('/dev/fd/<directory-fd>')failsENOTDIR.open('/dev/fd/<directory-fd>/<lease>.json')failsENOENT.npm run test:playground-custom-archive-cachefails increateFileLease()atplayground-wordpress-archive-cache.ts:381.Acceptance criteria
npm run test:playground-custom-archive-cacheand awp: latestruntime integration pass on macOS.