Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

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

Closed
jmkuhn opened this issue Sep 10, 2020 · 5 comments
Closed

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

jmkuhn opened this issue Sep 10, 2020 · 5 comments

Comments

@jmkuhn
Copy link
Contributor

jmkuhn commented Sep 10, 2020

Printf.parse() removed with Julia #32859

julia> sprintf1("%10.4f", 1.0)
ERROR: MethodError: no method matching parse(::String)
@ronisbr
Copy link
Contributor

ronisbr commented Sep 14, 2020

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

@jmkuhn
Copy link
Contributor Author

jmkuhn commented Sep 14, 2020

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

@ScottPJones
Copy link
Collaborator

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

@jmkuhn
Copy link
Contributor Author

jmkuhn commented Sep 17, 2020

Fixed with #88.

@ronisbr
Copy link
Contributor

ronisbr commented Oct 26, 2020

Hi @jmkuhn !

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants