Bug #14556
closedPlease fetch Ripper's new features from nobu's patches bag (irb-ripper branch)
Description
I need new features for Ripper because I'm trying to use Ripper for IRB.
@nobu's feature/irb-ripper branch on GitHub contains what all I need:
https://github.com/nobu/ruby/commits/feature/irb-ripper
Specifically, I need commits below:
https://github.com/nobu/ruby/commit/ade428032655838d00747e65517c75b23fc4e1a2
https://github.com/nobu/ruby/commit/5425e26af97f73cefdb16509aade3cdf574371ca
https://github.com/nobu/ruby/commit/93e604992ecd2c8a883cdffcd6db6ba1f8d58cf1
https://github.com/nobu/ruby/commit/7f3a3faeee11a9569cc389b891526677839c5d27
https://github.com/nobu/ruby/commit/51f874c6dbe673ac578bac7ecbdadfefce6ee587
https://github.com/nobu/ruby/commit/e1bc7437939997f64472e31fe86ea7f29882397f
https://github.com/nobu/ruby/commit/ef2ef0ac5084b40336923cf099be16db8ff806f1
Updated by aycabta (aycabta .) over 6 years ago
- Description updated (diff)
I eliminate the commit below;
https://github.com/nobu/ruby/commit/0eb5f3f128b352079b447af0faa495bd9ba746a6
because it's already added by https://bugs.ruby-lang.org/issues/13686.
Updated by hsbt (Hiroshi SHIBATA) over 6 years ago
- Status changed from Open to Assigned
- Assignee set to nobu (Nobuyoshi Nakada)
nobu
How about this?
Updated by aycabta (aycabta .) over 6 years ago
I implemented IRB's new logic with Ripper without these patches. Please close this.
Updated by duerst (Martin Dürst) over 6 years ago
- Status changed from Assigned to Closed
Closed at request of original poster.