haltcase / glob

Pure Nim library for matching file paths against Unix style glob patterns.
https://glob.bolingen.me
MIT License
61 stars 5 forks source link

fix(compat): support future module relocation in nim devel #31

Closed skellock closed 6 years ago

skellock commented 6 years ago

The next release of nim will see future moving to sugar. Currently a deprecation warning appears while using this glob on devel, and well, I won't be able to sleep that well if I don't PR this.

Thanks for writing this library. :tada:

haltcase commented 6 years ago

Yo @skellock! I had one little nit and just made the two branches use the same import form for consistency. Thanks!