Deewiant / glob

Haskell library for glob matching
https://deewiant.iki.fi/projects/glob/
Other
25 stars 8 forks source link

Control whether unmatched files should be returned #12

Closed hdgarrood closed 7 years ago

hdgarrood commented 7 years ago

Fixes #11

These changes provide a significant performance boost in situations where the user doesn't care about the unmatched files, e.g. for functions like glob.


There are no tests covering these changes currently, but I could try to add some if you'd like?

Deewiant commented 7 years ago

I'd certainly be happy to have tests for these functions.

Sorry, I've no time to look at the changes right now but I should be able to review tomorrow.

hdgarrood commented 7 years ago

No rush at all! I'll add some tests soon.

hdgarrood commented 7 years ago

Ok, these tests are quite basic but I think they ought to cover the stuff I've added.

hdgarrood commented 7 years ago

Ok - how does this look now?

Deewiant commented 7 years ago

Looks good, thanks again!

hdgarrood commented 7 years ago

Thanks for the review :)