Benoit Daloze

Results 152 issues of Benoit Daloze

ruby/spec already contains some specs for 2.7, but we should aim to cover all new features and important changes. This will improve the test coverage of these features (and maybe...

Hacktoberfest
New specs
help wanted

See https://github.com/ruby/spec/pull/753/files#r376792963 `should_not raise_error` is the same as testing nothing. Each example already implicitly test no exception is raised. There might be a few legit cases, but I would expect...

help wanted

Otherwise, tagging one spec actually skips both specs. I think there are quite a few instances of this in ruby/spec, so we'll need renames in the specs before enforcing the...

Hello there, I think it would be worthwhile to separate the example in two categories: * Benchmarks which are faster due to the variants having different complexity (for example, https://github.com/JuanitoFatas/fast-ruby#arraybsearch-vs-arrayfind-code)....

When doing a `bundle install` for a new Rails 6 app, I noticed most of the time is spent compiling `sassc` (libsass really). This takes easily up to 2 minutes...

Not sure if I should report this here or to JRuby but the error seems to come from joni: ```ruby $ bin/jruby -e 'p [0xA4].pack("C").force_encoding("UTF-8").grapheme_clusters' Unhandled Java exception: java.lang.ArrayIndexOutOfBoundsException: -1...

I had a old `jruby-dev` on my system, installed by `ruby-build jruby-dev ~/.rubies/jruby-dev`. Then I reinstalled the latest `jruby-dev` with the same command. The result is there is a mix...

Hello, In the context of https://bugs.ruby-lang.org/issues/18658#note-8, I would like to ask what would it take to support OpenSSL 1.0.1-3.0.0 in the Ruby openssl gem? (the current openssl gem release 3.0.0...

I looked at the README and I'm still quite confused. Suppose I have `bench.rb` with: ```ruby require 'benchmark_driver' Benchmark.driver do |x| x.prelude