vtjnash / Glob.jl

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

filter not imported from Base #25

Open nielsls opened 4 years ago

nielsls commented 4 years ago

Since filter is not imported from Base, the 4 defined filter(FilenameMatch, v) methods are not added to Base.filter - which I assume they were supposed to?

nielsls commented 4 years ago

In that case, I'll see to make a PR.