General

Profile

niku (niku _)

  • Login: niku
  • Email: d5ek6a@gmail.com
  • Registered on: 04/05/2012
  • Last sign in: 12/29/2025

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

10/23/2025

12:16 AM Ruby Revision 36e7db00 (git): [DOC] Tweaks for TCPSocket.new
niku (niku _)

08/31/2025

06:55 AM Ruby Bug #21558: Regexp.union with multiple regexps returns a non-shareable object (should be shareable if possible)
I've found an issue that already talked about it https://bugs.ruby-lang.org/issues/17256. niku (niku _)
06:42 AM Ruby Bug #21558: Regexp.union with multiple regexps returns a non-shareable object (should be shareable if possible)
> Regexp.union creates a new instance, except for a single Regexp argument case.
Ah, that makes perfect sense now. Thank you for the detailed explanation.
```irb
irb(main):001> a = /a/
=> /a/
irb(main):002> a.__id__
=> 7232
ir...
niku (niku _)
02:54 AM Ruby Bug #21558 (Feedback): Regexp.union with multiple regexps returns a non-shareable object (should be shareable if possible)
Regexp.union returns a non-shareable object when given multiple Regex arguments. Is this expected behavior?
It would be preferable if the resulting Regexp were shareable, since single-argument `Regexp.union` does produce a shareable obj...
niku (niku _)

12/27/2022

12:15 PM Ruby Bug #18024: Ractor crashes when connections are closed in multiple Ractors
I also couldn't reproduce it on m2 mac with both ruby versions 3.0.0 which is reported and 3.2.0 the latest.
I hope it helps.
```
~/src/confirm_bugs.ruby-lang.org/18024 ()
asdf local ruby 3.0.0
~/src/confirm_bugs.ruby-lang.org/180...
niku (niku _)

09/26/2012

05:51 PM Ruby Feature #6528: Add Pathname#write and Pathname#binwrite
> IO.read と対応する Pathname#read があるので
> ...
のところ、
> IO.read と対応する Pathname#read があるので
> ...
の誤りでしたので訂正します。
niku (niku _)

08/09/2012

07:56 PM Ruby Feature #6528: Add Pathname#write and Pathname#binwrite
どうでしょうか?
何か引っかかっている所があれば指摘してもらえると嬉しいです.
niku (niku _)

06/02/2012

02:37 PM Ruby Feature #6528 (Closed): Add Pathname#write and Pathname#binwrite
IO.read と対応する Pathname#read があるので
IO.write と対応する Pathname#write が欲しいです.
IO.write がない現在は pathname.open('w') { |f| f << str } などと書かなくてはならず,冗長ですが
IO.write があれば pathname.write(str) と書けて,簡潔です.
Pathname#write と Pathname#binwrite を実装したパ...
niku (niku _)

Also available in: Atom