General

Profile

tksotn (TAKASHI OOTANI)

  • Login: tksotn
  • Registered on: 08/06/2018
  • Last sign in: 11/16/2021

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

10/24/2021

02:42 PM Ruby Bug #18263: "make install" crashed when Ruby3.0.2 clean install. (in japanese)
Thank you xtkoba san.
After "dnf install libyaml-devel", "make install" and "make check" now completed without crash.
and "gem list" etc. also completed normally.
"make check" still has some errors,
> Finished tests in 2156.24421...
tksotn (TAKASHI OOTANI)

10/22/2021

12:25 PM Ruby Bug #18263 (Third Party's Issue): "make install" crashed when Ruby3.0.2 clean install. (in japanese)
本日 gem update を行った後、gem コマンドが異常終了するようになってしまいました。
/usr/local/lib/ruby/gems/3.0.0/gems/psych-4.0.2/lib/psych.rb:455: [BUG] Segmentation fault at 0xffffffff9ade4120
ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux]
OSは、C...
tksotn (TAKASHI OOTANI)

07/27/2019

05:26 AM Ruby Bug #16024 (Closed): String#split with block. cannot use Regexp in the block.
```
$ ruby -v
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]
$ cat foo
str = "aaa,bbb;ccc,ddd"
n=0
str.split(/[;,]/) do |word|
n+=1
p [n,word.gsub(/\w/,"A")]
end
$ ruby foo
[1, "AAA"]
[2, "\u0000AAA,AAA;AAA,...
tksotn (TAKASHI OOTANI)

08/06/2018

12:46 PM Ruby Bug #14970 (Closed): -i option doesn't work for multi-byte-char filenames on Windows Ruby2.5.1
Z:\>touch あ
Z:\>ruby -v
ruby 2.5.1p57 (2018-03-29 revision 63029) [i386-mingw32]
Z:\>ruby -i.bak -pe p あ
-e:1: warning: Can't rename あ to あ.bak: No such file or directory, skipping file
Z:\>d:\Ruby24\bin\ruby.exe -v
ruby 2.4.1p111 ...
tksotn (TAKASHI OOTANI)

Also available in: Atom