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
Currently we don't properly support certain pathological cases like described in uutils/coreutils#7376 since we use similar standard library primitives.
This is currently blocked at wrappers for *at POSIX functions (e.g. openat) not being in the standard library: rust-lang/rust#120426. Because it can take a very long time until this is implemented and stabilized, we could implement our own wrappers in the meantime.
The text was updated successfully, but these errors were encountered:
Currently we don't properly support certain pathological cases like described in uutils/coreutils#7376 since we use similar standard library primitives.
This is currently blocked at wrappers for
*at
POSIX functions (e.g.openat
) not being in the standard library: rust-lang/rust#120426. Because it can take a very long time until this is implemented and stabilized, we could implement our own wrappers in the meantime.The text was updated successfully, but these errors were encountered: