Benoit Daloze

Results 1300 comments of Benoit Daloze

I don't know if you have seen but https://github.com/oracle/truffleruby/issues/2136 is done now, so truffleruby-dev can run C extensions in parallel. Regarding nkf and debug I think it doesn't really matter,...

> excited to give things another try when the next release comes around!! It would be useful if you try before the next release, e.g. with `truffleruby-dev`, so if there...

I think there is no harm to leave those issues opened and linked here, so fine as-is. Maybe just under a different section in the description to make it clearer...

Is Ripper used every time a view is rendered? I would hope not, it's a lot of allocations and pretty slow. Probably it's done once per view, maybe lazily or...

Yeah, I think Ripper is low priority given it's rarely used on hot paths, and would likely be high effort so likely just not worth it. Also I recall something...

@mohamedhafez This feels like the wrong place to discuss about nokogiri, let's continue in https://github.com/sparklemotion/nokogiri/discussions/3283 and/or I would suggest to make a PR to nokogiri using `rb_ext_thread_safe(true)`. TruffleRuby never acquires...

@nirvdrum After a quick look it would be really helpful or even necessary to get the `hs_err`, could you try to get it? @dougxc told me `-XX:LogFile` (`--vm.XX:LogFile=path` as a...

I think this would make sense (though adding this would need others to approve it besides me). Could you make a PR?

> I have a concern this proposal make harder to `Pathname` into the core classes might become more difficult as a result of this proposal, since `pathname.rb` would become more...