Closed dmbates closed 7 years ago
In v0.6 takebuf_string (line 44 of Showoff.jl) is deprecated. It can be replaced with String(Compat.take!(buf)) in v0.5 and v0.6 but I don't know about v0.4. Is it still necessary to support v0.4?
takebuf_string
Showoff.jl
String(Compat.take!(buf))
See #4
This is closed by #4
In v0.6
takebuf_string
(line 44 ofShowoff.jl
) is deprecated. It can be replaced withString(Compat.take!(buf))
in v0.5 and v0.6 but I don't know about v0.4. Is it still necessary to support v0.4?