google / google/rrg

Support for very deep file hierarchies

Open
#101 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
70
Forks
34
Avg merge
1d 23h
Merged PRs (30d)
25

Description

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`][1]) 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.

[1]: https://linux.die.net/man/2/openat

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.