General

Profile

kouji (Kouji Takao)

Issues

open closed Total
Assigned issues 0 27 27
Reported issues 0 7 7

Projects

Project Roles Registered on
Ruby Alumni 03/13/2025

Activity

01/29/2022

06:08 AM Ruby Bug #18514: ruby 2.6.9's Date#jisx0301 does not support Reiwa
> Can you confirm with date-2.0.3 ?
Thank you so much.
I tried it, then I get good result!
kouji (Kouji Takao)

01/26/2022

01:45 AM Ruby Bug #18514 (Closed): ruby 2.6.9's Date#jisx0301 does not support Reiwa
In ruby 2.6.9 (ruby 2.6.9p207 (2021-11-24 revision 67954) [x86_64-darwin20]).
$ ruby -rdate -e 'p Date.new(2019, 5, 1).jisx0301'
=> "H31.05.01"
In ruby 2.6.6 and 2.7.5.
=> "R01.05.01"
ruby 2.6.9's Date#jisx0301does not support R...
kouji (Kouji Takao)

08/06/2013

09:52 PM Ruby Feature #8675 (Closed): Add Readline.point=(pos)
This issue was solved with changeset r42405.
Yui, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* ext/readline/readline.c (readline_s_set_point, Init_readline):
...
kouji (Kouji Takao)
09:04 PM Ruby Feature #8675: Add Readline.point=(pos)
遅くなりましたが、関連するコミット 42146 も見ました。
「Readline.delete_text後にGNU Readlineの仕様そのままだとReadline.pointが削除されたテキストを考慮していない。そのため、test_readline.rbでは、Readline.pointがリセットされていないことに起因して、テストが失敗するケースがある。」ということですね。
提案いただいているようにReadline.point=は追加します。
でも、R...
kouji (Kouji Takao)
09:24 PM Ruby Bug #8644 (Closed): valgrind error in a readline test
This issue was solved with changeset r42402.
Akira, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* ext/readline/readline.c (Init_readline, readline_s_set_output)...
kouji (Kouji Takao)
09:11 PM Ruby Bug #8644: valgrind error in a readline test
パッチありがとうございます。取り込みます。
kouji (Kouji Takao)
01:19 PM Ruby Revision ead6b6e7 (git): * ext/readline/readline.c (readline_s_delete_text): remove
checking "$SAFE == 4".
* ext/readline/readline.c: fix rdoc, remove "Raises SecurityError"
and add "Raises NotImplementedError".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kouji (Kouji Takao)
01:07 PM Ruby Revision 19efdcee (git): * ext/readline/readline.c, test/readline/test_readline.rb: fix
indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kouji (Kouji Takao)
12:52 PM Ruby Revision a78713ce (git): * ext/readline/readline.c (readline_s_set_point, Init_readline):
add Readline.point=(pos). Patched by naruse. [ruby-dev:47535]
[Feature #8675]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kouji (Kouji Takao)
12:24 PM Ruby Revision d2fa5dff (git): * ext/readline/readline.c (Init_readline, readline_s_set_output)
(clear_rl_outstream, readline_s_set_input, clear_rl_instream)
(readline_readline): fix causing SEGV if closed IO object that is
set Readline.input or Readline.output. Patched by akr
[ruby-dev:47509] [Bug #8644]
git-svn-id: svn+ssh:/...
kouji (Kouji Takao)

Also available in: Atom