-
Notifications
You must be signed in to change notification settings - Fork 32
Cross-platform file system abstractions #10
Copy link
Copy link
Open
Labels
A-ergonomicsArea: Ease of solving CLI related problems (e.g. filesystem interactions)Area: Ease of solving CLI related problems (e.g. filesystem interactions)C-tracking-issueCategory: A tracking issue for an unstable featureCategory: A tracking issue for an unstable feature
Metadata
Metadata
Assignees
Labels
A-ergonomicsArea: Ease of solving CLI related problems (e.g. filesystem interactions)Area: Ease of solving CLI related problems (e.g. filesystem interactions)C-tracking-issueCategory: A tracking issue for an unstable featureCategory: A tracking issue for an unstable feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
(moderated summary by the WG)
..,..,//not being auto- handled\\?\where needed on Windows rust-lang/rust#32689pathlib-like API.format!a path for a command line argument or mutating a path can cause problems with the non-UTF8 nature ofOsStr@killercup's original post
In the first meeting, we talked a bit about the pain points of dealing with files and path in a cross-platform manner.
One idea is to create or improve crates that provide higher-level abstractions than
stdin this area.