Actions
Bug #4162
closedShell completion fails on ruby 1.8
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Team Backlog:
Description
run `hammer -v shell` on ruby 1.8, hit <tab> to invoke command completion and see following exception:
NoMethodError (undefined method `line_buffer' for Readline:Module)
This method is really missing for for Readline version in 1.8.
Updated by Tomáš Strachota almost 11 years ago
This one is quite complicated to fix but we should at least disable completion in 1.8 asap because it currently raises ugly exception with every <tab> hit.
Updated by Martin Bacovsky over 10 years ago
- Has duplicate Bug #4479: auto-complete (press of TAB button) makes hammer shell to quit with error added
Updated by The Foreman Bot over 10 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.7.5
- Pull request https://github.com/theforeman/hammer-cli/pull/127 added
Updated by Dominic Cleal over 10 years ago
- Bugzilla link changed from 1125895 to 1123478
Updated by Anonymous over 10 years ago
- Target version changed from 1.7.5 to 1.7.4
Updated by Anonymous over 10 years ago
- Target version changed from 1.7.4 to 1.7.3
Updated by Anonymous over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 0e0da58f8b3426f9d74ff2314d430fc69e09304f.
Actions