-
Notifications
You must be signed in to change notification settings - Fork 188
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
Maybe missing rb_fiber_current
?
#2402
Comments
It seems like we have it? truffleruby/lib/cext/include/ruby/intern.h Line 250 in 5f4a462
|
truffleruby/lib/cext/include/ruby/intern.h Line 250 in 5f4a462
is just the prototype, this error means there is no actual definition of the rb_fiber_current() function.
So we should add it, @bjfish could you do that? |
Note that if you use |
Thanks, sorry, I didn't realise this was needed. I can add it. |
It's just a good way to workaround if the function is not available, but we'll add it soon anyway (if you use We noticed other |
This is now implemented at: 06bc34f. Thank you for reporting this. |
It compiles, but fails:
https://github.com/socketry/event/runs/3063384404#step:5:63
The text was updated successfully, but these errors were encountered: