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
Good catch. I've pushed a commit to remove that comment.
It would also make sense to return nothing rather than the stream, for consistency with what happens with IOStream in Base (though it's not documented). But changing this could break code that relies on it, so we'd better not do it until we tag a breaking release.
The comment says that
flush
returns the number of bytes written to output buffer, but it returns the encoder. Is the comment outdated?StringEncodings.jl/src/StringEncodings.jl
Lines 219 to 234 in 5ad92b7
The text was updated successfully, but these errors were encountered: