JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

tryparse VersionNumber #731

Closed mattBrzezinski closed 3 years ago

mattBrzezinski commented 3 years ago

Looking to add in the tryparse functionality from master here.

I'm not sure the proper procedure for requesting changes here but I've tested this functionality locally with Julia 1.0.5, 1.3.0, 1.5.0 and it checks out. I'm also a bit unsure if I used the proper version in if VERSION < v"X.Y.Z", as I was unable to find any of the DEV releases.

iamed2 commented 3 years ago

The version bound is 1.6.0-DEV.1090, found using contrib/commit-name.sh in the julia repo.

mattBrzezinski commented 3 years ago

Closing this as I don't actually need these changes.