Skip to content

Support for very deep file hierarchies #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
panhania opened this issue Mar 24, 2025 · 0 comments
Open

Support for very deep file hierarchies #101

panhania opened this issue Mar 24, 2025 · 0 comments

Comments

@panhania
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant