Benoit Daloze

Results 1300 comments of Benoit Daloze

Done in https://github.com/banister/debug_inspector/pull/37/files

Feel free to make a PR, however it seems already very clearly MIT (from README and gemspec)

> @eregon could you please comment on `ruby/setup-ruby` logic for Bunlder version? It's as documented here: https://github.com/ruby/setup-ruby#bundler

I add JRuby in the io-nonblock CI in https://github.com/ruby/io-nonblock/pull/12

This doesn't seem quite solved yet, or it regressed somehow: https://github.com/rubygems/rubygems/issues/6165

@indirect RubyGems already has this warning for `--user-install`, so it's already there: https://github.com/rubygems/rubygems/pull/2847#issuecomment-661041263

Thank you for the report. It can be simplified to just: ```ruby def render eval('yield', binding) end p render { "x" } ``` If we look at the stacktrace with...

I took another look at the performance issue (https://github.com/oracle/truffleruby/issues/2599) and I think I've found the culprit now. I'll try to fix it soon. @petergoldstein Could you rebase this PR and...

> External LLVMFunction rb_frame_method_id_and_class cannot be found. So that means that C API function is not yet implemented in TruffleRuby. It needs to be implemented to fix that one.

Regarding the second error > unsupported type [2 x i64] in native interop (com.oracle.truffle.llvm.runtime.NativeContextExtension.UnsupportedNativeTypeException) I think that means a struct by value is used as an argument or return type,...