rawrgrr / Levenshtein.jl

Levenshtein distance between two strings in julia
MIT License
14 stars 15 forks source link

Could the deprecation warning fix be pushed into Julia #14

Closed venkr closed 6 years ago

venkr commented 6 years ago

Hi! I'm working with a package that uses Levenshtein, and the deprecation warnings are becoming an issue. Could you publish and tag the new version to the Julia Package Manager? Thanks! @rawrgrr

rawrgrr commented 6 years ago

Yes! I'll take a look later this week. Haven't done anything Julia-related in a while, so will need some time to get up to speed.

venkr commented 6 years ago

Alright! It shouldn't take too long - it's mostly just registering the package and creating a pull request on METADATA.jl

rawrgrr commented 6 years ago

Sorry, dropped the ball here. Just sent the PR to METADATA.jl upstream.

https://github.com/JuliaLang/METADATA.jl/pull/13957

rawrgrr commented 6 years ago

Re-did the PR to fix the versioning issue at https://github.com/JuliaLang/METADATA.jl/pull/13959

rawrgrr commented 6 years ago

Merged!