JuliaGraphics / Showoff.jl

Nicely format an array of n things for tables and plots
Other
8 stars 12 forks source link

takebuf_string deprecation in v0.6 #3

Closed dmbates closed 7 years ago

dmbates commented 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?

dmbates commented 7 years ago

See #4

tlnagy commented 7 years ago

This is closed by #4