General

Profile

gotoken (Kentaro Goto)

  • Login: gotoken
  • Email: gotoken@gmail.com
  • Registered on: 07/22/2008
  • Last sign in: 04/02/2023

Issues

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

Projects

Project Roles Registered on
Ruby Committer 02/02/2009
Backport191 Committer 05/16/2009
Ruby master Committer 11/05/2008

Like

Activity

12/25/2021

02:22 PM Ruby master Feature #17524: resolv: add some more characters in IPv6 link local zone id
With ruby 3.1.0 on my LXC box, this is the only problem reported as a failure with `make test-all`.
It would be help...
gotoken (Kentaro Goto)

12/13/2021

09:08 AM Ruby master Revision 914563ae (git): NEWS.md: `ruby -run -e httpd` displays URLs to access [Feature #17847]
gotoken (Kentaro Goto)

08/23/2021

01:59 AM Ruby master Feature #17847 (Closed): `ruby -run -e httpd` displays URL
> Alternatively this could be part of the default output when starting WEBrick,
That's a good idea. However, since...
gotoken (Kentaro Goto)

08/18/2021

01:21 PM Ruby master Feature #12075: some container#nonempty?
Boolean `size?` looks good to me. I vote for it.
My first choice was `nonempty?` because this is very common word in...
gotoken (Kentaro Goto)

08/14/2021

06:12 AM Ruby master Feature #16428: Add Array#uniq?, Enumerable#uniq?
Recently I read similar topic again elsewhere. They pointed
* in most cases we have something to do on each duplicat...
gotoken (Kentaro Goto)

05/03/2021

12:56 PM Ruby master Feature #17847 (Closed): `ruby -run -e httpd` displays URL
The current version of un.rb `httpd` shows port number only:
```
$ ruby -run -e httpd
[2021-05-03 21:55:09] INFO...
gotoken (Kentaro Goto)

11/14/2020

01:41 AM Ruby master Bug #17318: Raising float to the power of other issue
That depends on your purpose or background of the problem. In non-math situations, `power(a, b)` should not return an... gotoken (Kentaro Goto)

02/04/2020

06:18 AM Ruby master Bug #16607 (Closed): retried require does not raise Exception even if a library has SyntaxError
From shell:
```
% echo "class C" > c.rb
% ruby -e 'begin p require "./c" ; rescue SyntaxError; end; p require "....
gotoken (Kentaro Goto)

08/27/2018

06:31 AM Ruby master Bug #13671: Regexp with lookbehind and case-insensitivity raises RegexpError only on strings with certain characters
Thanks shyouhei for your pointing out.
I imagine another Rexexp option, say `//I`, which is almost the same as `/...
gotoken (Kentaro Goto)
05:44 AM Ruby master Bug #13671: Regexp with lookbehind and case-insensitivity raises RegexpError only on strings with certain characters
Thanks znz. The workaround is helpful. And I understood what was happened.
https://github.com/k-takata/Onigmo/issues...
gotoken (Kentaro Goto)

Also available in: Atom