General

Profile

YO4 (Yoshinao Muramatsu)

  • Login: YO4
  • Registered on: 02/17/2021
  • Last sign in: 11/21/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 5 4 9

Activity

Today

03:39 PM Ruby master Feature #19191: Implicit console input transcoding is more desirable
POC code here
https://github.com/ruby/ruby/pull/12055
However for actual implementation for Unicode input I recom...
YO4 (Yoshinao Muramatsu)
02:47 PM Ruby master Feature #19191: Implicit console input transcoding is more desirable
irb changes $stdin.{external,internal}_encoding.
This causes gets() to no longer return the correct content in irb.
...
YO4 (Yoshinao Muramatsu)
02:15 PM Ruby master Feature #11177: DATAでEOF文字以降が読めない
rubyの-xオプション付与でソースファイルをバイナリオープンさせることでも```\x1A```以降の読み込みが可能でした。
こちらは ruby 3.3またはそれ以前でも可能のようです。
```
>less -F data.rb...
YO4 (Yoshinao Muramatsu)

11/21/2024

03:02 PM Ruby master Feature #11177: DATAでEOF文字以降が読めない
本件についてDATA.pos が__END__直後を示さないこと、Cのfseek(0, SEEK_CUR)っぽく DATA.seek(0, IO:SEEK_CUR)を行っても改善しないことから
単純なワークアラウンドは存在しないと思...
YO4 (Yoshinao Muramatsu)

11/08/2024

03:28 AM Ruby master Revision b99c17a9 (git): [ruby/reline] Windows fix (https://github.com/ruby/reline/pull/775)
* test_yamatanooroti: close tempfile before unlink
* test_yamatanooroti: omit because of windows does not support jo...
YO4 (Yoshinao Muramatsu)

11/05/2024

01:53 PM Ruby master Revision ed06f018 (git): [ruby/irb] windows does not support Process.kill("TERM", pid)
(https://github.com/ruby/irb/pull/1026)
https://github.com/ruby/irb/commit/7bbb885163
YO4 (Yoshinao Muramatsu)

10/20/2024

03:19 PM Ruby master Bug #19383: Time.now.zone encoding for German display language in Windows is incorrect
There is another remaining locale related issue.
ref: https://bugs.ruby-lang.org/issues/20774
As an alternative s...
YO4 (Yoshinao Muramatsu)

05/31/2023

02:34 PM Ruby master Bug #19703 (Open): text/binary mode of parent process fd is not properly inherited on windows
Windows OS can't inherit parent process fds greater than 2, but C runtime library support this.
https://learn.micros...
YO4 (Yoshinao Muramatsu)

12/20/2022

04:53 PM Ruby master Feature #19193: drop DOS TEXT mode support
> The most important reason we are keeping "text mode" at reading is backward interoperability for old files.
agre...
YO4 (Yoshinao Muramatsu)
02:23 PM Ruby master Feature #19191: Implicit console input transcoding is more desirable
Not sure if this is appropriate for this topic,
Consider the case where UTF-16 reading from the console will be supp...
YO4 (Yoshinao Muramatsu)

Also available in: Atom