Kyrylo Silin

Results 91 comments of Kyrylo Silin

@TigerWolf, http://www.ruby-doc.org/core-2.0/Kernel.html#method-i-exit-21

Well, yes, it does indeed happen.

No worries and thanks for checking.

Is this a pry-reload problem or pry problem? It's not obvious from the description.

Yeah, we've survived through Bacon -> RSpec conversion and most of the specs are in a bad state. I don't think there's a standard approach with regard to Pry plugins...

My hunch is that when you build Pry on Debian, it runs integration tests without installing the deps that we try to test (hanami, bundler & readline). Is there any...

The first and second test fail because this method returns `false`: https://github.com/pry/pry/blob/f0328a4dfa88a98d344086526d8e5a778b0452fd/lib/pry/helpers/base_helpers.rb#L38-L41 Probably `TERM` is equal to `dumb`? Try setting it to something other than `dumb`. The last test failure...

I published https://github.com/pry/pry/pull/2207 which should fix the problem. Could you guys give it a try before I merge? I just want to make sure it will consistently work for everyone....

Hello, @zeeraw! Could you please explain the benefit of using your approach over [what we have now](https://github.com/pry/pry/wiki/History#History_file)? Currently, what you need to modify is the `.pryrc` file, which can be...