Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify takebuf() API #19088

Merged
merged 2 commits into from
Nov 16, 2016
Merged

Simplify takebuf() API #19088

merged 2 commits into from
Nov 16, 2016

Commits on Nov 16, 2016

  1. Deprecate takebuf_string() and rename takebuf_array() to take!()

    takebuf_string(b) is now simply String(take!(b)). Also remove
    jl_takebuf_string, which did the same conversion from array to string in C,
    and rename {jl,ios}_takebuf_array() to {jl,ios}_take_buffer().
    nalimilan committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    358c441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b81b0c View commit details
    Browse the repository at this point in the history