Skip to content

Support for very deep file hierarchies #101

Open
@panhania

Description

@panhania

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions