Benoit Daloze
Benoit Daloze
The README shows: ```yml - name: Print version run: ${{ steps.ruby.outputs.ruby-path }} --version ``` Is there a reason to use `${{ steps.ruby.outputs.ruby-path }} --version` instead of just `ruby --version`? It...
### Description libyaml-dev is missing on ubuntu-24.04, but is present on all other ubuntu versions, since https://github.com/actions/runner-images/issues/6725. The same reasons as in that issue still apply. It's also causing for...
https://github.com/enkessler/childprocess/actions/runs/9294983550/job/25581168327 ``` $ bundle exec rake spec /Users/runner/.rubies/jruby-9.4.7.0/bin/jruby -I lib:spec -w -I/Users/runner/work/childprocess/childprocess/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/lib:/Users/runner/work/childprocess/childprocess/vendor/bundle/jruby/3.1.0/gems/rspec-support-3.13.1/lib /Users/runner/work/childprocess/childprocess/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec --pattern spec/\*\*/\*_spec.rb failed to load native console support: native console on MacOS only supported on i386, x86_64...
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output ```shell $ brew config HOMEBREW_VERSION: 4.2.19 ORIGIN: https://github.com/Homebrew/brew HEAD: 54bea636b41f7953c01a7da5f488f08c1b42ffd1 Last commit: 2 weeks ago Core tap HEAD:...
## Description `rvm get head` does not `rm -rf ~/.rvm/src/rvm` and therefore keeps deleted files (in more recent versions) indefinitely. The bug manifested as still having `~/.rvm/gemsets/truffleruby/global.gems` after `rm -rf...
The README doesn't mention anything about compatibility, but it seems worth having at least a sentence about it. Does it run `RubyGems`/`Bundler`/`Rails`? Does it have the Ruby standard library? C...
``` * ruby --yjit benchmarks/bench.rb dump pure ruby 3.3.1 (2024-04-23 revision c56cd86388) +YJIT [x86_64-linux] Before: JSON.dump(obj) 604.604 (± 0.3%) i/s (1.65 ms/i) - 3.060k in 5.061200s After: JSON.dump(obj) 2.531k (±...
In this repo: ``` $ bundle exec ruby -rjson/pure -e 'p JSON.dump({"a" => 1}, strict: true)' /home/eregon/code/json/lib/json/pure/generator.rb:358:in `block in json_transform': Integer not allowed in JSON (JSON::GeneratorError) from /home/eregon/code/json/lib/json/pure/generator.rb:353:in `each' from...
From @XrXr in https://bugs.ruby-lang.org/issues/20614#note-8, we should review usages of Integer#size as it is not equal to pointer size on Windows.