vtjnash / Glob.jl

Posix-compliant file name pattern matching
Other
125 stars 18 forks source link

For strings only, allow a leading slash. #1

Open kmsquire opened 10 years ago

kmsquire commented 10 years ago

I was attempting to glob "/dev/video*" and found it annoying that I had to specify the directory path separately.

This PR only implements leading slash for the glob function called with strings, which was easy. I started trying to implement it for GlobMatch objects, but found it would take more time than I have right now. I'll open up a separate issue.

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.03%) when pulling 9ee9d1b23e78f5be0a4d4aa65c334e40a622497d on kmsquire:allow_leading_slash into df385986df446edabecc0cbe9e34f343639830c8 on vtjnash:master.

Moelf commented 3 years ago

bump