-
Notifications
You must be signed in to change notification settings - Fork 417
Improve TruffleRuby compatibility #943
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
Conversation
From the look of some failures on #943 some seem due to kwargs handling, so I'll get that work merged in truffleruby and then look at this again. |
d4d3869
to
7653d75
Compare
7653d75
to
437f6d2
Compare
The kwargs-related failures were due to incorrect delegation in concurrent-ruby (incorrect on Ruby 2.7 and on TruffleRuby 22.0). They are fixed now. |
fcc4e0c
to
c5c37a8
Compare
84b1e05
to
7da7e2d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chrisseaton This is ready now, and the CI passed
* truffleruby 22.0 does not pass the CI (patch issue).
GitHub is back up, still some CI failures. I want to release tomorrow if I can. What do you think? |
0067001
to
e4b4ff2
Compare
I pushed what I had locally now that GitHub works. In any case, feel free to release, I think concurrent-ruby works fine on truffleruby (and not worse than before). |
All green, I'm merging. If there are new flaky test runs we can skip tests like in e4b4ff2, or if it's not specific tests then temporarily remove it from the push/PR CI (it's already run daily anyway) + open issue to investigate them. |
No description provided.