[#115884] Windows Ruby 3.2.2: Non-English character added to Windows Registry String Value — Jay Mav via ruby-core <ruby-core@...>
Hello,
3 messages
2023/12/24
[ruby-core:115667] [Ruby master Bug#20052] reline behaves oddly with redirect (non tty)
From:
"mtasaka (Mamoru Tasaka) via ruby-core" <ruby-core@...>
Date:
2023-12-08 23:28:20 UTC
List:
ruby-core #115667
Issue #20052 has been reported by mtasaka (Mamoru Tasaka).
----------------------------------------
Bug #20052: reline behaves oddly with redirect (non tty)
https://bugs.ruby-lang.org/issues/20052
* Author: mtasaka (Mamoru Tasaka)
* Status: Open
* Priority: Normal
* ruby -v: ruby 3.3.0dev (2023-12-09 master 1cbe114d1c) [x86_64-linux]
* Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN
----------------------------------------
Forwarded from cucumber/aruba testsute issue https://github.com/cucumber/aruba/issues/910
Looks line reline behaves oddly with redirect (non tty)
With `ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux]` and `Readline`:
```
$ echo 'foo' | ruby -e 'require "readline"; puts Readline.readline(">")' > bar.log ; cat bar.log
>foo
foo
```
With `ruby 3.3.0dev (2023-12-09 master 1cbe114d1c) [x86_64-linux]` and `Reline`:
```
$ echo 'foo' | ruby -e 'require "reline"; puts Reline.readline(">")' > bar.log ; cat bar.log
>>>f>f>fo>fo>foo>foofoo
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/