Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update jruby-readline to new release #5225

Merged
merged 3 commits into from Jun 21, 2018
Merged

update jruby-readline to new release #5225

merged 3 commits into from Jun 21, 2018

Conversation

kares
Copy link
Member

@kares kares commented Jun 21, 2018

... now using JRuby::Util.load_ext mechanism for #5205

  • updated JLine to 2.14.6
    contains a couple of interesting features/fixes - wonder why it lagged behind
    e.g. OSv support, HP-UX working, avoided (class) memory leaks, printing "Display all 104 possibilities? (y or n)" on a new line, ...

UPDATE: there seems to be one visible regression under Linux - printing space after irb completion

believe we can fix that and also make jruby-readline usable as a standalone gem
... should we eventually also push to RubyGems? (would be great to test out new release under Windows)

... now using JRuby::Util.load_ext mechanism
@kares kares self-assigned this Jun 21, 2018
contains some more compat fixes and handles completion regression
since JLine 2.13 started adding ' ' after full completion ...
@kares kares added this to the JRuby 9.2.1.0 milestone Jun 21, 2018
@kares kares merged commit e1d02a0 into master Jun 21, 2018
@kares kares deleted the test-readline-1.3.0 branch June 21, 2018 14:57
@headius
Copy link
Member

headius commented Oct 30, 2018

The updated jruby-readline appears to be the cause of #5387 so I think we'll need to revert this for 9.2.1 and figure out what went wrong.

headius added a commit to headius/jruby that referenced this pull request Oct 30, 2018
This reverts commit e1d02a0, reversing
changes made to b43b9d8.
kares added a commit to kares/jruby that referenced this pull request Nov 7, 2018
on top of jrubyGH-5225 fixes restoring stty after runtime tear-down
resolves jrubyGH-5387
kares added a commit to kares/jruby that referenced this pull request Nov 9, 2018
on top of jrubyGH-5225 fixes restoring stty after runtime tear-down
resolves jrubyGH-5387
kares added a commit that referenced this pull request Nov 13, 2018
on top of GH-5225 fixes restoring stty after runtime tear-down
resolves GH-5387
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants