Kyrylo Silin
Kyrylo Silin
@docwhat, the latest version of `binding_of_caller` is `v0.7.2`. I'm using Arch Linux x64. I tried to reproduce this bug (without luck) on these rubies: ``` ruby-1.9.3-p105 ruby-1.9.3-p194 ruby-1.9.3-p286 ruby-1.9.3-p327 ruby-1.9.3-p362...
@bomberby, is your Ubuntu 13.04 32-bit or 64-bit?
On Thu, 17 Oct 2013 12:22:40 -0700 Ernesto Tagwerker [email protected] wrote: > I've found this issue intermittently with `ruby-1.9.3-p448` and > `binding_of_caller (0.7.2)` > > If I use the version...
There's no way to read source code from `eval`.
I don't think it's possible to fix this easily given the mechanism this (and even my ([fast_method_source](https://github.com/kyrylo/fast_method_source))) library works.
When `less` is not available, then Pry uses its own pager (SimplePager). From what I understand the reported issue is relevant only to those who use `less`. What are other...
Are your screenshots from the current release or this PR? Sorry, it's not clear.
I can reproduce this only when I use tmux. This is a valid bug, and a very annoying one :)
I spoke to Matz at Euruko 2019 a couple days ago and he mentioned that Ruby 2.7 will ship improved IRB support. Specifically, multiline input. Here's what I found: https://github.com/ruby/ruby/commit/7f273ac6d0f05208b5b228da95205e20c0e8286c#diff-d85f7776e070c2275e443205b293ef04...
Thanks for the detailed description. This seems to be a tough nut to crack. We pipe Pry output to `less` and apparently it runs on the server. I'm not sure...