General

Profile

yui-knk (Kaneko Yuichiro)

  • Login: yui-knk
  • Registered on: 02/17/2014
  • Last sign in: 02/22/2024

Issues

open closed Total
Assigned issues 1 21 22
Reported issues 2 28 30

Projects

Project Roles Registered on
Ruby Committer 12/07/2015
Backport187 Committer 12/07/2015
Backport191 Committer 12/07/2015
Backport192 Committer 12/07/2015
Backport193 Committer 12/07/2015
Backport200 Committer 12/07/2015
Backport21 Committer 12/07/2015
Backport22 Committer 12/07/2015
Ruby 1.8 Committer 12/07/2015
Ruby master Committer 12/07/2015

Activity

03/12/2024

01:17 PM Ruby master Misc #20281: DevMeeting-2024-03-14
* [Feature #20331] Should parser warn hash duplication and when clause?
* What is the best approach to handle hash...
yui-knk (Kaneko Yuichiro)
01:15 PM Ruby master Feature #20331 (Open): Should parser warn hash duplication and when clause?
# Background
Right now, parser warns duplicated hash keys (#1) and when clause (#2).
For example,
```ruby
{1 ...
yui-knk (Kaneko Yuichiro)

02/23/2024

02:14 AM Ruby master Bug #20295: Segmentation fault when parsing `/invalid_regexp/ =~ s`
This bug was introduced by https://github.com/ruby/ruby/commit/e7ab5d891c3272e72caef6879e90ad8ae4e13dea. Then only ha... yui-knk (Kaneko Yuichiro)
02:12 AM Ruby master Bug #20295 (Closed): Segmentation fault when parsing `/invalid_regexp/ =~ s`
Applied in changeset commit:git|3ca6da24e397e550d589a69791be7697c0cb73c6.
----------
[Bug #20295] Fix SEGV when pars...
yui-knk (Kaneko Yuichiro)
02:12 AM Ruby master Revision 3ca6da24 (git): [Bug #20295] Fix SEGV when parsing invalid regexp
yui-knk (Kaneko Yuichiro)

02/22/2024

10:08 AM Ruby master Revision 7d112b04 (git): Use `rb_encoding *` as literal hash of NODE_ENCODING
This reduces dependency on VALUE. yui-knk (Kaneko Yuichiro)

02/21/2024

04:36 AM Ruby master Revision 91cb3035 (git): Remove not used universal parser macros and functions
yui-knk (Kaneko Yuichiro)
01:57 AM Ruby master Revision 5fb574ae (git): `rb_parser_warn_duplicate_keys` doesn't need to take care of NODE_LIT anymore
NODE_LIT is created only for `shareable_constant_value`.
This means hash key node is never NODE_LIT.
yui-knk (Kaneko Yuichiro)
12:16 AM Ruby master Revision 776dbbba (git): Remove hack for ripper.y generation
Before Rearchitect Ripper (89cfc15), parser and ripper used different
semantic value data type for same symbols.
"ext...
yui-knk (Kaneko Yuichiro)

02/20/2024

11:06 PM Ruby master Revision e7ab5d89 (git): Introduce NODE_REGX to manage regexp literal
yui-knk (Kaneko Yuichiro)

Also available in: Atom