| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-31 | [rubygems/rubygems] Show all missing gems when using a bundle before ↵ | David Rodríguez | |
| installing it Not only the first one that's missing. This also allows us to simplify things. https://github.com/rubygems/rubygems/commit/69718a9509 Notes: Merged: https://github.com/ruby/ruby/pull/4789 | |||
| 2021-08-31 | [rubygems/rubygems] Small refactor by DRYing up some logic | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/c7e3c092e1 Notes: Merged: https://github.com/ruby/ruby/pull/4789 | |||
| 2021-08-31 | [rubygems/rubygems] Move rescue block around the code that can raise it | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/310937a546 Notes: Merged: https://github.com/ruby/ruby/pull/4789 | |||
| 2021-08-31 | [rubygems/rubygems] Remove unnecessary check | David Rodríguez | |
| This error can only be raised when loading the cache, and we only load the cache if this condition is met. https://github.com/rubygems/rubygems/commit/86d692edb8 Notes: Merged: https://github.com/ruby/ruby/pull/4789 | |||
| 2021-08-31 | [rubygems/rubygems] Let original exception be re-raised | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/a669401a5a Notes: Merged: https://github.com/ruby/ruby/pull/4789 | |||
| 2021-08-31 | [ruby/irb] Version 1.3.8.pre.5 | aycabta | |
| https://github.com/ruby/irb/commit/968422799c | |||
| 2021-08-31 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.5 | aycabta | |
| https://github.com/ruby/irb/commit/657bd3fd12 | |||
| 2021-08-31 | [ruby/reline] Version 0.2.8.pre.5 | aycabta | |
| https://github.com/ruby/reline/commit/79b7d80fee | |||
| 2021-08-31 | [ruby/irb] Set the dialog width to render with a fixed width | aycabta | |
| https://github.com/ruby/irb/commit/80c4329643 | |||
| 2021-08-31 | [ruby/irb] Follow that Dialog#contents_width has been renamed to #width | aycabta | |
| https://github.com/ruby/irb/commit/49a73d929e | |||
| 2021-08-31 | [ruby/irb] Make show doc dialog appears on the left at the right edge | aycabta | |
| https://github.com/ruby/irb/commit/6480eddd31 | |||
| 2021-08-31 | [ruby/irb] Rename a variable "dialog" with "autocomplete_dialog" | aycabta | |
| Because it's just used to receive data from the autocomplete dialog, not for show doc dialog. https://github.com/ruby/irb/commit/f8b752bd98 | |||
| 2021-08-31 | [ruby/reline] Use Reline::Unicode.take_range to devide exactly by width | aycabta | |
| https://github.com/ruby/reline/commit/de1ad93f44 | |||
| 2021-08-31 | [ruby/reline] Check if dialog_render_info is nil or not | aycabta | |
| https://github.com/ruby/reline/commit/e2b87fe831 | |||
| 2021-08-31 | [ruby/reline] Fix Reline::Unicode.take_range as it was not fully functional | aycabta | |
| https://github.com/ruby/reline/commit/5da6a8d851 | |||
| 2021-08-31 | [ruby/reline] Use dynamic contents width | aycabta | |
| https://github.com/ruby/reline/commit/f0e54f239b | |||
| 2021-08-31 | [ruby/reline] Remove an unused variable | aycabta | |
| https://github.com/ruby/reline/commit/0ae7d8b336 | |||
| 2021-08-31 | [ruby/irb] Version 1.3.8.pre.4 | aycabta | |
| https://github.com/ruby/irb/commit/61fe6cfa43 | |||
| 2021-08-31 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.4 | aycabta | |
| https://github.com/ruby/irb/commit/24315382d0 | |||
| 2021-08-31 | [ruby/reline] Version 0.2.8.pre.4 | aycabta | |
| https://github.com/ruby/reline/commit/059d39b090 | |||
| 2021-08-31 | [ruby/reline] Pass "dialog" to context to get "dialog.scroll_top" later | aycabta | |
| https://github.com/ruby/reline/commit/d81f29a134 | |||
| 2021-08-31 | [ruby/reline] Autocompletion dialog height 15 | aycabta | |
| https://github.com/ruby/reline/commit/7e18716754 | |||
| 2021-08-31 | [ruby/reline] Scroll autocompletion pointer in dialog correctly | aycabta | |
| https://github.com/ruby/reline/commit/dc79ed2dd8 | |||
| 2021-08-31 | [ruby/reline] Use DialogRenderInfo struct | aycabta | |
| https://github.com/ruby/reline/commit/ac6f652a39 | |||
| 2021-08-31 | [ruby/reline] Fix dialog rendering at the bottom edge | aycabta | |
| https://github.com/ruby/reline/commit/860be91bd7 | |||
| 2021-08-31 | [ruby/irb] Use DialogRenderInfo | aycabta | |
| https://github.com/ruby/irb/commit/5bc3a72ca3 | |||
| 2021-08-31 | [ruby/irb] Take dialog to get scroll_top | aycabta | |
| https://github.com/ruby/irb/commit/7209082a11 | |||
| 2021-08-31 | [ruby/irb] Don't show doc when pointer is negative | aycabta | |
| https://github.com/ruby/irb/commit/48af34bfc2 | |||
| 2021-08-30 | [ruby/irb] Version 1.3.8.pre.3 | aycabta | |
| https://github.com/ruby/irb/commit/a1fc68abaa | |||
| 2021-08-30 | [ruby/irb] [].name to display the doc for Array.name | aycabta | |
| https://github.com/ruby/irb/commit/7c2abc14d8 | |||
| 2021-08-30 | [ruby/irb] Rescue unknown error to quash crashing | aycabta | |
| https://github.com/ruby/irb/commit/92cce941cb | |||
| 2021-08-30 | Add --autocomplete / --noautocomplete options | aycabta | |
| 2021-08-30 | [ruby/reline] Version 0.2.8.pre.3 | aycabta | |
| https://github.com/ruby/reline/commit/6e0ea3362a | |||
| 2021-08-30 | [ruby/reline] Fix Reline.autocompletion=() interface | aycabta | |
| https://github.com/ruby/reline/commit/71c2eb143d | |||
| 2021-08-30 | [ruby/reline] Version 0.2.8.pre.2 | aycabta | |
| https://github.com/ruby/reline/commit/5e3ea74891 | |||
| 2021-08-30 | [ruby/reline] Set autocompletion is false by default | aycabta | |
| For compatibility with ext/readline. https://github.com/ruby/reline/commit/13d9b936bc | |||
| 2021-08-30 | [ruby/reline] Add Reline.autocompletion=() interface | aycabta | |
| https://github.com/ruby/reline/commit/a2e69f6277 | |||
| 2021-08-30 | [ruby/reline] Add autocompletion on emacs mode by Tab / S-Tab | aycabta | |
| https://github.com/ruby/reline/commit/22d0b4e5d8 | |||
| 2021-08-30 | [ruby/reline] Add config.autocompletion | aycabta | |
| https://github.com/ruby/reline/commit/3d918e4ccb | |||
| 2021-08-30 | [ruby/irb] Version 1.3.8.pre.2 | aycabta | |
| https://github.com/ruby/irb/commit/ff111173fd | |||
| 2021-08-30 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.3 | aycabta | |
| https://github.com/ruby/irb/commit/2f1d989d7c | |||
| 2021-08-30 | [ruby/irb] Update dependency to "reline >= 0.2.7.pre.2" for ↵ | aycabta | |
| Reline.autocomplete=() https://github.com/ruby/irb/commit/66178f34b9 | |||
| 2021-08-29 | [ruby/irb] Version 1.3.8.pre.1 | aycabta | |
| https://github.com/ruby/irb/commit/9f82ae66fc | |||
| 2021-08-29 | [ruby/reline] Version 0.2.8.pre.1 | aycabta | |
| https://github.com/ruby/reline/commit/2668715509 | |||
| 2021-08-29 | [ruby/reline] Make autocomplete dialog is registered first | aycabta | |
| https://github.com/ruby/reline/commit/d027dbe118 | |||
| 2021-08-29 | [ruby/reline] Delete show doc dialog to move it to IRB | aycabta | |
| https://github.com/ruby/reline/commit/640102fe27 | |||
| 2021-08-29 | [ruby/reline] Remove an unnecessary variable | aycabta | |
| https://github.com/ruby/reline/commit/3b8cc5ce0a | |||
| 2021-08-29 | [ruby/reline] Remove dialog_proc_list accessor of Reline | aycabta | |
| https://github.com/ruby/reline/commit/ac8fa84f4d | |||
| 2021-08-29 | [ruby/reline] Move constants of dialogs to under Reline | aycabta | |
| https://github.com/ruby/reline/commit/9100ea2934 | |||
| 2021-08-29 | [ruby/reline] Use default dialog context to communicate others | aycabta | |
| https://github.com/ruby/reline/commit/5e67e6ffe0 | |||
