General

Profile

YO4 (Yoshinao Muramatsu)

  • Login: YO4
  • Registered on: 02/17/2021
  • Last sign in: 12/06/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 7 5 12

Activity

12/20/2024

11:49 AM Ruby master Feature #18439: YJIT: Support Microsoft x86 calling convention
The Windows version of ruby limits Integer to 30 bits even in x64 environments.
I am afraid that to support this in ...
YO4 (Yoshinao Muramatsu)
10:42 AM Ruby master Bug #20929: TestTime have an assertion different from current implementation.
We have changed Time#zone encoding test code to not consider internal_encoding at 78762b5,
but a document of Encodin...
YO4 (Yoshinao Muramatsu)

12/17/2024

03:42 PM Ruby master Feature #20959 (Open): Add a way to get codepage of console.
# Abstract
Add a way to retrieve code pages of console.
On Windows, Encoding.find("locale") returns the console c...
YO4 (Yoshinao Muramatsu)
12:32 PM Ruby master Bug #20958 (Open): fix ENV.keys encoding on windows
[github PR#12368](https://github.com/ruby/ruby/pull/12368)
ENV.keys elements contain UTF-8 byte sequences with local...
YO4 (Yoshinao Muramatsu)
12:19 PM Ruby master Misc #20774: Remove remaining locale dependent code from Windows port
[github PR#11799](https://github.com/ruby/ruby/pull/11799/commits) currently has two patches:
* Windows: Change comm...
YO4 (Yoshinao Muramatsu)

12/06/2024

10:19 AM Ruby master Bug #20929: TestTime have an assertion different from current implementation.
Thank you for your response.
Regarding Time#zone encoding, I am experimenting with it in my branch https://github....
YO4 (Yoshinao Muramatsu)

12/03/2024

03:33 PM Ruby master Bug #20929 (Closed): TestTime have an assertion different from current implementation.
test/ruby/test_time.rb have following assersion function.
```ruby
def assert_zone_encoding(time)
zone = time...
YO4 (Yoshinao Muramatsu)

11/22/2024

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)

Also available in: Atom