filepath icon indicating copy to clipboard operation
filepath copied to clipboard

Doc bugs

Open hasufell opened this issue 3 years ago • 0 comments

In GitLab by @maerwald on Sep 8, 2022, 09:25

Reported by Aura via email


The module documentation of System.OsPath.Posix.Internal states the following:

"A library for FilePath manipulations, using Posix style paths on all platforms. Importing System.FilePath is usually better."

I have a feeling that this documentation should not suggest using System.FilePath anymore.

Also I wonder why there is so much introductory documentation in the .Internal module, and none in the System.OsPath.Posix module, where most people would probably look for it. (I know the types are different – ShortByteString vs. PosixPath.)

hasufell avatar Sep 08 '22 01:09 hasufell