Benoit Daloze

Results 1300 comments of Benoit Daloze

> Coverage has some overhead for TruffleRuby IIRC so it might be best to disable it in gems CI for CI speed. In the case of the `syntax_tree` test suite...

This is no longer a problem with https://github.com/oracle/truffleruby/releases/tag/vm-23.0.0-preview1. We should still add TruffleRuby to SimpleCov CI, which is https://github.com/simplecov-ruby/simplecov/pull/1053 But that really needs someone to merge/review PRs here, this repo...

New PR to add truffleruby in CI: https://github.com/simplecov-ruby/simplecov/pull/1079

I merged https://github.com/oracle/graal/commit/61bb7361d0444557e2545fddd2c271a86cd3b16e, see the [sdk CHANGELOG](https://github.com/oracle/graal/commit/61bb7361d0444557e2545fddd2c271a86cd3b16e#diff-355b70b1eca5ebd6e224292ba670c16371c32a5cf4e00c9b013fb4a7fc5f2c16) and the [Truffle CHANGELOG](https://github.com/oracle/graal/commit/61bb7361d0444557e2545fddd2c271a86cd3b16e#diff-0152a89226e848ea31c4005b3c57079db79ff8112c4278d28237c8b9ed24dc16). This will be part of the upcoming GraalVM for Java 23 release (= Truffle 24.1). It will also work...

asdf [uses ruby-build](https://github.com/asdf-vm/asdf-ruby) for ruby and ruby-build is the best Ruby installer, so no concerns from my side. One thing is asdf like rbenv uses shims which means a small...

FYI IO#close does not raise so you can call it whether it's already closed or not. Caring `file` being `nil` is avoided by ensuring only what needs to be in...

Right. Currently that command-line already behaves as `--single-version` even when not passing it.

Oh that's nice trick to pass the binding explicitly and indeed it should have exactly the same semantics as not passing the binding.