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

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)
02:09 PM Ruby master Feature #19191: Implicit console input transcoding is more desirable
I agree that the IRB issue should be corrected on the part of the IRB.
My point was that for certain devices, exte...
YO4 (Yoshinao Muramatsu)

12/09/2022

04:38 PM Ruby master Feature #19193 (Assigned): drop DOS TEXT mode support
On Windows platform, ```File.open(path, "r")``` returns an object different from "rt" and "rb". I call that DOS TEXT ... YO4 (Yoshinao Muramatsu)
04:02 PM Ruby master Bug #19192 (Open): IO has third data mode, document is incomplete.
The documentation on the mode parameter of File.open is incomplete, I would like to clarify IO's data mode actual beh... YO4 (Yoshinao Muramatsu)

Also available in: Atom