Benoit Daloze

Results 1300 comments of Benoit Daloze

I agree. I think the name should simply reflect method does, whether it's faster or slower is not a property of the method but more of the Ruby optimizations, Ruby...

I'm not clear how actions work inside Docker images, but I suppose they do? PR welcome. It is not completely trivial, because e.g. the Ruby version should still be part...

Note that some/most of these methods are just from included modules: ``` irb(main):001:0> OpenSSL::Digest.ancestors => [OpenSSL::Digest, Digest::Class, Digest::Instance, Object, PP::ObjectMixin, Kernel, BasicObject] irb(main):009:0> Digest::SHA512.ancestors => [Digest::SHA512, Digest::Base, Digest::Class, Digest::Instance, Object,...

The 3.2 import has been merged in https://github.com/oracle/truffleruby/commit/66ca27b87a196707d3822bac2aaca201bb1600d0, so now RUBY_VERSION is "3.2.2" and it's easier implement the rest of 3.2 features. Contributions welcome!

@moste00 noted. @AnuravModak I'd say just pick an easy one and mention it here.

I edited the issue description to mark you for that item. Feel free to ask questions on Slack (either public GraalVM Slack or the Oracle one).

@sarvo123 Sure, feel free to open a PR for it.

@moste00 Could you open a draft PR with what you have? Data should be pretty easy to add. Most of the effort might be adding specs but there are already...

`Data` is supported now on truffleruby-head/dev.

@manefz It's deprecated in 3.2 and removed in 3.3. So this item is to deprecate it, that is emit the same warning as CRuby 3.2 does when using that method.