[RFC] glob needs a way to do error reporting (eg unaccessible files) #39
Labels
discussion
[RFC] Fixes, APIs, or changes need feedback.
type: feature
Request for a new feature or enhancement.
this is related to nim-lang/Nim#13163
currently, walkGlob won't report any errors when trying to recurse inside dirs with invalid permissions.
there should be a way to report such errors; exactly how needs to be discussed;
eg:
GlobEntry
, eg a ErrorKindquestion is whether this would break any code
The text was updated successfully, but these errors were encountered: