Coverage increased (+1.1%) to 91.866% when pulling d1a4a75d511586420a42c2609721c7683ef2c2b0 on jmkuhn:0.7 into 8ca3670f1edf579db487c3cd058d5606ee94ff6f on vtjnash:master.
Coverage increased (+2.3%) to 93.056% when pulling 442c15efdec1ce5559acda08eaa44659132246d2 on jmkuhn:0.7 into 8ca3670f1edf579db487c3cd058d5606ee94ff6f on vtjnash:master.
ismatch
has been renamed tooccursin
in Julia Base. https://github.com/JuliaLang/julia/pull/24673 https://github.com/JuliaLang/julia/pull/26283To accommodate this in Glob, for Julia 0.6 allow either
ismatch
oroccursin
to be used.With the current 0.7 nightly,
ismatch
produces a deprecation warning.I'm not sure my updates to the iterator are the best way to do this. If you have any suggestions, let me know.