Jan Berdajs
Jan Berdajs
I am also working on UNIXSocket#recv_io/send_io support for JRuby, if that works then we don't need any of the `io_helpers.rb` stuff.
Yes I agree, that sounds better. I'll take that into account. At the moment I almost got rid of the IO abstraction by implementing recv_io/send_io, but still need https://github.com/jnr/jnr-unixsocket/issues/4 to...
Ok so here is the new, much slimmer version. It will only work once JRuby gets support for UNIXSocket#recv_io/send_io/for_fd (in progress, we're almost there). I'm not sure if we need...
Based on this commit message https://github.com/rails/spring/commit/6e0a6e8adc829ab36b68ceb36ad5fbbf0beb4c85 I guess I was right - readline has problems when the terminal is not the same because we are not using PTY in the...
Hey guys. The required functionality was just merged into JRuby master and it should be available on 9.0.5.0. So we can begin thinking about where to go with this.
ping @rafaelfranca
@rafaelfranca hate to be a bother, but please take a look. would be sad for all the work to have been for nothing
Will do. Is there any change needed due to the binstub change? https://github.com/mrbrdo/spring/commit/f591a3030951be5f777ddab29a62bf0b2c905397#diff-caa1bb5debf6e7c579b50374a10fae92L9
Well I would actually prefer not to be burdened by maintaining this, and it's even harder to do that when it's outside of the core gem. Another argument would be...
I did a rebase to current master and fixed what was pointed out above. I will check the tests and squash later.