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

Revert "fix: normalize input paths (#37)" #43

Closed timotheecour closed 4 years ago

timotheecour commented 4 years ago

/cc @citycide This reverts commit 4171cfa2560ac0436a9f0be5e2f7e6fb384c76a9.

until windows has a proper CI testing that works cf https://github.com/citycide/glob/pull/42#issuecomment-575874912

timotheecour commented 4 years ago

thanks; what's the plan now ? ;-)

haltcase commented 4 years ago

@timotheecour working on enabling github actions, but running into an error. Interesting since I'm using the same setup over in https://github.com/citycide/cascade, but I guess it's not my night!

haltcase commented 4 years ago

@timotheecour Windows is now enabled & passing on Travis. The error I mentioned above in github actions seems related to https://github.com/dom96/choosenim/issues/122 — there must be something in the github actions macos environment choosenim just doesn't like.

Regardless, we should be clear to retry your recent changes now that we've got Windows tests again.