[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/inf-ruby ecd44e91b8 1/2: Add a README entry about IRB 1.2.
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/inf-ruby ecd44e91b8 1/2: Add a README entry about IRB 1.2.x |
Date: |
Thu, 28 Sep 2023 22:01:03 -0400 (EDT) |
branch: elpa/inf-ruby
commit ecd44e91b82ae3a79acea95fe52758eb619fcb23
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>
Add a README entry about IRB 1.2.x
Hope it helps with #137 to whoever is stuck on Ruby 2.7.0 still.
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index d0580435c2..12fdf3ee4e 100644
--- a/README.md
+++ b/README.md
@@ -136,6 +136,14 @@ to apply this flag automatically (using command line
arguments rather
than `.irbrc`), but some cases remain where the users will have to do
it manually.
+* IRB doesn't show the prompt after you send some input until you
+ press RET again? And `C-x C-e` freezes in Ruby buffers?
+
+IRB 1.2.x broke the `--noreadline` support
+([#137](https://github.com/nonsequitur/inf-ruby/issues/137),
+[IRB#127](https://github.com/ruby/irb/issues/127)). Upgrade to IRB
+1.3.0 or newer for better experience.
+
* Pry raises ZeroDivisionError in `lib/pry/pager.rb`?
Put `Pry.config.pager = false if ENV["INSIDE_EMACS"]` into your `~/.pryrc`.