You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base.Printf needs to be changed to Printf.Printf with the dependency of Printf added to the top.
I am not sure how this change effects other versions of Julia and it looks like the Compat.jl package has been solving this problem up to 1.3.
I do a lot of work with the OmniSci.jl package and had to make this change to keep using the package, so at least this problem has a documented fix for anyone who is facing similar problems.
The text was updated successfully, but these errors were encountered:
Actually, this was already fixed a long time ago in #99, so I'm guessing you are using an old version of DecFP. Make sure your Project.toml lists DecFP = "0.4" in the [compat] section.
Base.Printf needs to be changed to Printf.Printf with the dependency of Printf added to the top.
I am not sure how this change effects other versions of Julia and it looks like the Compat.jl package has been solving this problem up to 1.3.
I do a lot of work with the OmniSci.jl package and had to make this change to keep using the package, so at least this problem has a documented fix for anyone who is facing similar problems.
The text was updated successfully, but these errors were encountered: