elvish/pkg/glob
Qi Xiao bda2879228 pkg/glob: When enumerating files, keep going if Lstat fails.
When encountering files that can't be lstat'ed, simply ignore them instead of
terminating the entire globbing process. This is consistent with how directories
that can't be read are already silently ignored.

This fixes #1674.
2023-04-10 23:22:21 +01:00
..
glob_test.go pkg/glob: When enumerating files, keep going if Lstat fails. 2023-04-10 23:22:21 +01:00
glob.go pkg/glob: When enumerating files, keep going if Lstat fails. 2023-04-10 23:22:21 +01:00
parse_test.go
parse.go Convert "XXX" to "TODO" comments 2020-08-16 16:29:34 +01:00
pattern.go