aiurovet
aiurovet
Summary (I did not check on Linux, but hopefully, matching there is case-sensitive): - Escaping: no check on escaped forward-slash or escape character itself in the pattern: \/ or \\...
Is `././@LongLink` included in a tarball unconditionally? I don't remember seeing that in 3.1.6 (possibly, the long filenames support was added or somehow fixed later). In my understanding, there is...
Hi, team. Thank you very much for your excellent package. I know that this is not commonly supported, but is it possible to preserve execution permission bit when adding files/subdirectories...
I was running unit tests which are including `Glob(...).matches(...)`, and it fails to match files when the mock filesystem is Windows-style, and the actual machine OS is POSIX-style. Even passing...
The function `shellSplit(String)` ignores the fact that `\` (backslash) under Windows is a path separator rather than an escape character. And there is no test covering the situation. This means...
As per comment by @jamesderlin at [https://github.com/google/file.dart/issues/198#issuecomment-1518274694](https://github.com/google/file.dart/issues/198#issuecomment-1518274694) on the issue related to the _file_ package, >The expectation is that _context.isAbsolute(path) logically implies that path includes style.drive as a prefix, which...