General

Profile

naitoh (Jun NAITOH)

  • Login: naitoh
  • Registered on: 05/19/2014
  • Last sign in: 07/27/2024

Issues

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

Projects

Project Roles Registered on
Ruby master Contributor 06/07/2024

Activity

09/17/2024

06:12 AM Ruby master Revision d81b0588 (git): [ruby/strscan] Accept String as a pattern at non head
(https://github.com/ruby/strscan/pull/106)
It supports non-head match cases such as StringScanner#scan_until.
If we...
naitoh (Jun NAITOH)

06/02/2024

12:53 AM Ruby master Bug #20516: The version of rexml in ruby 3.3.2 has not been updated since 3.2.6.
> However the failure in test-bundled-gems persists. I think we should backport additional changesets related to bund... naitoh (Jun NAITOH)

06/01/2024

01:02 AM Ruby master Bug #20516: The version of rexml in ruby 3.3.2 has not been updated since 3.2.6.
Thanks for the merge to Ruby 3.3.
> Backport changed from 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: REQUIRED to 3.1: UNKN...
naitoh (Jun NAITOH)

05/31/2024

10:13 PM Ruby master Bug #20516 (Closed): The version of rexml in ruby 3.3.2 has not been updated since 3.2.6.
The version of rexml in ruby 3.3.2 has not been updated since 3.2.6.
This is still a DoS vulnerable version.
http...
naitoh (Jun NAITOH)

01/19/2024

01:49 AM Ruby master Revision 91f35305 (git): [ruby/strscan] Add test to check encoding for empty string
(https://github.com/ruby/strscan/pull/80)
See: https://github.com/ruby/strscan/issues/78#issuecomment-1890849891
ht...
naitoh (Jun NAITOH)

01/14/2024

01:27 PM Ruby master Revision 338eb006 (git): [ruby/strscan] StringScanner#captures: Return nil not "" for
unmached capture
(https://github.com/ruby/strscan/pull/72)
fix https://github.com/ruby/strscan/issues/70
If there is...
naitoh (Jun NAITOH)

04/28/2018

08:39 AM Ruby master Feature #14701: If the object is not frozen, I want to be able to redefine the compound assignment operator.
nobu (Nobuyoshi Nakada) wrote:
> What about
>
> ```ruby
> na = Numo::Int32[5, 6]
> a = na.inplace
> a += 1
> ...
naitoh (Jun NAITOH)

04/27/2018

11:58 PM Ruby master Feature #14701: If the object is not frozen, I want to be able to redefine the compound assignment operator.
matz (Yukihiro Matsumoto) wrote:
> Use `append` instead of `+=` for arrays. Changing the behavior of `+=` would have...
naitoh (Jun NAITOH)

04/24/2018

11:28 PM Ruby master Feature #14710 (Open): I'd like to know from C API that "It has only one reference to Ruby object" to determine whether it is a temporary object.
I'd like to know from C API that "It has only one reference to Ruby object" to determine whether it is a temporary ob... naitoh (Jun NAITOH)

04/19/2018

11:30 PM Ruby master Feature #14701 (Open): If the object is not frozen, I want to be able to redefine the compound assignment operator.
If the object is not frozen, I want to be able to redefine the compound assignment operator (e.g. +=, -=, *=, /=, ..e... naitoh (Jun NAITOH)

Also available in: Atom