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
As of JuliaLang/julia#16058, @StefanKarpinski has restored the String type, replacing ASCIIString and UTF8String. This will cause a zillion deprecation warnings everywhere, so Compat will need some glue ASAP.
String in Julia 0.3 was what we now call AbstractString, but hopefully almost everyone has upgraded their old 0.3 packages.
The text was updated successfully, but these errors were encountered:
As of JuliaLang/julia#16058, @StefanKarpinski has restored the
String
type, replacingASCIIString
andUTF8String
. This will cause a zillion deprecation warnings everywhere, so Compat will need some glue ASAP.String
in Julia 0.3 was what we now callAbstractString
, but hopefully almost everyone has upgraded their old 0.3 packages.The text was updated successfully, but these errors were encountered: