Koichi Sasada
Koichi Sasada
`ReaderThreadError: wrong number of arguments (given 0, expected 1)` will be solved with https://github.com/ruby/debug/pull/1124, but the original issue (hanging randomly) is not fixed. Sorry for inconvenient. I also got similar...
Now that `Ractor::Port` was recently merged and is not yet mature, I don't want to introduce more complexity that would make it harder to debug. However, `Ractor::Port` is dramatically simpler...
I don't want to limit the command format in future, so close this PR.
Thank you!
I make ```ruby # Gemfile source "https://rubygems.org" gem 'rspec' gem 'debug' # spec/foo_spec.rb RSpec.describe 'foo' do it 'foo' do expect(1+1).to eq 2 end end ``` and run ``` $ bundle...