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

Converge Opal's stdlib/buffer and Ruby 3.1 IO::Buffer #2388

Open
elia opened this issue Feb 2, 2022 · 2 comments
Open

Converge Opal's stdlib/buffer and Ruby 3.1 IO::Buffer #2388

elia opened this issue Feb 2, 2022 · 2 comments
Assignees
Labels
Milestone

Comments

@elia
Copy link
Member

elia commented Feb 2, 2022

We have a stdlib/buffer library and ruby 3.1 introduced IO::Buffer. They're similar enough that we can consider just keeping the latter. Deprecating it once a replacement IO::Buffer implementation is available and removing stdlib/buffer in a following major version.

Additional context

See "Buffer, Buffer::View, Buffer::Array" in #2231
https://rubyapi.org/3.1/o/io/buffer
https://github.com/opal/opal/blob/master/stdlib/buffer.rb

@elia elia added the feature label Feb 2, 2022
@elia elia added this to the v1.5 milestone Feb 2, 2022
@elia elia self-assigned this Feb 16, 2022
@hmdne
Copy link
Member

hmdne commented Mar 30, 2022

Won't be finalized for v1.5. Pushing it to v1.6.

@hmdne hmdne modified the milestones: v1.5, v1.6 Mar 30, 2022
@hmdne hmdne modified the milestones: v1.6, v1.7 Oct 26, 2022
@hmdne
Copy link
Member

hmdne commented Oct 26, 2022

Moving to v1.7 (or v2.0)

@elia elia modified the milestones: v1.7, v2.0 Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants