aycabta

Results 14 comments of aycabta

> A possible solution that may work always is to support [bracketed paste mode](https://cirw.in/blog/bracketed-paste) in irb. > * allow from within the IRB to turn paste mode on/off (best and...

`STDIN.raw(intr: true, &:getbyte)` returns the same value in CRuby and JRuby if it's alone (the example below), but [Reline internal code](https://github.com/ruby/reline/blob/028656c77755008a6c09f2461ee3cb9db9690016/lib/reline/ansi.rb#L127) returns a different value. Specifically, Enter and Ctrl+d return...

Hmm, I think this crash is based on a complicated application environment according to the backtrace. I can't reproduce it. By the way, Ruby 2.5 bundles IRB 0.9.6. It's too...

- Your activities - hacking IRB for replacement lexical analyzer - Keep - understanding IRB source code - discussion with Ruby committers - Problem - it's very hard to hack...