-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fully implement GlobMatch
es starting with /
#2
Comments
GlobMatch
starting with /
GlobMatch
es starting with /
I think that this would be great if Glob.jl would support absolute path. |
Not really—I just didn't have an idea at the time for representing them (and, for a variety of reasons, didn't consider it as an expected use case initially). It's also a case where Windows is more than a bit wonky, making this less innocent that it might at first appear. (long story short, currently a "glob" is explicitly not a file path, but is more nearly a URI wildcard pattern fragment which returns a set of file paths when acted upon.) |
Hi! First, thanks for this useful package :) I think this is related to this issue. I think that the error message
A docstring for the function could be useful in the meantime. Best, |
#1 implements this for strings only, by stripping off the leading
/
before creating theGlobMatch
object. Ideally, support would be in theGlobMatch
object directly.The text was updated successfully, but these errors were encountered: