Issues
- 3
- 3
internal error: environment misses: dir
#60 opened by sxq112358 - 3
glob doesn't like the "\" character
#57 opened by system64MC - 3
- 4
- 0
test.nim dangerous: can delete user data
#40 opened by timotheecour - 2
glob breaks nim CI
#49 opened by timotheecour - 2
can walkGlobKinds be refactored to call something like glob from https://github.com/nim-lang/Nim/pull/15598 ?
#47 opened by timotheecour - 3
- 2
- 1
github action CI broken
#44 opened by timotheecour - 0
[critical] walkGlob doesn't work with symlinks in pattern; unlike `ls`, `os.walkDir` etc
#36 opened by timotheecour - 1
[urgent] nim CI broken
#41 opened by timotheecour - 0
[critical] walkGlob doesn't work with un-normalized paths (eg containing `//`); os.walkFiles works
#35 opened by timotheecour - 5
[RFC] IgnoreCase not applied on fixed part of pattern; needs to be documented
#28 opened by timotheecour - 1
- 6
glob patterns like "*/z1.txt" don't work (ie when a glob happens before / it seems)
#29 opened by timotheecour - 6
- 7
- 8
- 3
if pattern is absolute, don't transform it to relative by default (cf unix find)
#23 opened by timotheecour - 0
`filterDescend`: feature request enable huge speedups: allow passing a filter on intermediate directories
#8 opened by timotheecour - 3
controlling case (in-)sensitivity in glob
#12 opened by timotheecour - 4
FileSystemCaseSensitive should now be used now that https://github.com/nim-lang/Nim/pull/8411 was merged
#26 opened by timotheecour - 6
crash when listGlob("a/b0.txt", includeDirs=true) (ie, when pattern corrsponds to a filename)
#15 opened by timotheecour - 1
`nimble test` (+basic usage) causes: Error: 'expandGlob' can have side effects (due to recent change proc => func I guess)
#21 opened by timotheecour - 3
[RFC] API simplification
#11 opened by timotheecour - 8
walkGlobKinds(".", includeDirs=true) excludes "." ; needs to be documented: inconsistent with `python glob` and unix `find .`
#13 opened by timotheecour - 0
symlinks should not be followed by default; can cause infinite recursion or list too many things because of just 1 bad symlink
#17 opened by timotheecour - 0
- 2
`includeDirs` should default to true, as in D, python, unix find, unix ls, etc
#18 opened by timotheecour - 2
- 1
Set up Travis CI
#4 opened by haltcase - 2
Optimize file system walking
#2 opened by haltcase