JuliaIO / Formatting.jl

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

Printf.parse() removed with Julia #32859 #87

Closed jmkuhn closed 3 years ago

jmkuhn commented 4 years ago

Printf.parse() removed with Julia #32859

julia> sprintf1("%10.4f", 1.0)
ERROR: MethodError: no method matching parse(::String)
ronisbr commented 4 years ago

Yes, my package that depends on Formatting is falling in testing with Julia nightly. Is there any workaround?

jmkuhn commented 4 years ago

I'll try to get a workaround up in the next day or 2.

ScottPJones commented 4 years ago

My package Strs.jl also broke (at depends on a rather customized fork of Formatting.jl, i.e. JuliaString/Format.jl)

jmkuhn commented 3 years ago

Fixed with #88.

ronisbr commented 3 years ago

Hi @jmkuhn !

Is it possible to release a new version of Formatting.jl with this fix?