JuliaIO / Formatting.jl

Deprecated. See README. (A Julia package to provide Python-like formatting support)
Other
130 stars 23 forks source link

Solve deprecation warning/error on Julia 0.7/1.0 #72

Closed diegozea closed 5 years ago

diegozea commented 5 years ago

It solves:

┌ Warning: `float(x::AbstractString)` is deprecated, use `parse(Float64, x)` instead.
│   caller = printfmt(::Base.GenericIOBuffer{Array{UInt8,1}}, ::Formatting.FormatSpec, ::String) at fmtspec.jl:183
└ @ Formatting ~/.julia/dev/Formatting/src/fmtspec.jl:183
diegozea commented 5 years ago

Hi @jmkuhn, Is it possible to tag a minor/patch version with this change? Best regards, Diego

jmkuhn commented 5 years ago

I have tagged v0.3.5 which will be available when the METADATA merge is complete.

diegozea commented 5 years ago

Thanks!