We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #2338 (comment) @bjfish Could you try to implement that? That's a Ruby 3 change, so we should add the spec in :next.
:next
It does mean we'll need to mark as failing this spec: https://github.com/ruby/ruby/pull/3795/files#diff-184b163e2d8d9c8d74755a749a8d21df6692d2af454e60d3a747fcc18cfbc2faR81 but I think that's fine, probably nothing relies on that exception.
The text was updated successfully, but these errors were encountered:
Fiber#raise should use transfer if the fiber was previously transferred out. At least, that's my understanding of how it works currently in Ruby 3.x.
Fiber#raise
Sorry, something went wrong.
I think this is implemented since the spec/test here are passing: https://github.com/ruby/ruby/pull/3795/files#diff-184b163e2d8d9c8d74755a749a8d21df6692d2af454e60d3a747fcc18cfbc2faR81
Fiber#transfer behavior for Ruby 3 was implemented here: d59b3fb
Additional Ruby 3 Fiber methods are still work in progress as tracked here: #2453
bjfish
No branches or pull requests
See #2338 (comment)
@bjfish Could you try to implement that?
That's a Ruby 3 change, so we should add the spec in
:next
.It does mean we'll need to mark as failing this spec:
https://github.com/ruby/ruby/pull/3795/files#diff-184b163e2d8d9c8d74755a749a8d21df6692d2af454e60d3a747fcc18cfbc2faR81
but I think that's fine, probably nothing relies on that exception.
The text was updated successfully, but these errors were encountered: