Benoit Daloze

Results 1300 comments of Benoit Daloze

Could you share the numbers you see, and also on CRuby? Is the v2 supposed to be faster or rather just fancier?

Thanks for the benchmark, that's a lot more convenient. The issue is shown clearly with `--engine.TraceCompilation`: ``` [engine] opt failed id=1716 tregex bt ASCII: /(?-mix:(?

Could you sign the OCA as mentioned above? When approved, please leave a comment here.

@MSP-Greg Could you show what `bin/bundle` looks like on `mswin`, `head` or `3.1` *after* `gem install bundler`? I guess it starts with `#!/usr/bin/env ruby` like the file on `mingw`/`ucrt`?

Actually it must be a CRuby bug, at least for the header if bin/bundle: https://bugs.ruby-lang.org/issues/18970 Does RubyInstaller2 do anything special about `bin/bundle` etc?

> I did look at this, and the question is how should bash binstubs behave if one has multiple Ruby installs. IOW, Ruby A is in PATH, but one runs...

More findings on https://bugs.ruby-lang.org/issues/18970, notably [3.0.4](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.4-1/rubyinstaller-3.0.4-1-x64.7z) does not have `bin/bundle` and `bin/bundle.bat`, only `bin/bundle.cmd`.

There are some CI failures on linux/macos caused by this PR, can you address them?

Thank you, could you also add specs for `Time.at(..., in:)` and `Time.now(in: )` since that's part of the same item?