General

Profile

mame (Yusuke Endoh)

  • Login: mame
  • Email: mame@ruby-lang.org
  • Registered on: 05/28/2008
  • Last sign in: 02/26/2024

Issues

open closed Total
Assigned issues 1 149 150
Reported issues 11 316 327

Projects

Project Roles Registered on
Ruby Committer 07/18/2008
Backport187 Committer 06/18/2013
Backport191 Committer 05/16/2009
Backport192 Committer 08/02/2010
Backport193 Committer 08/24/2011
Backport200 Committer 02/17/2013
Backport21 Committer 12/21/2013
Backport22 Committer 12/19/2014
Ruby 1.8 Committer 05/28/2008
Ruby master Committer, Security team, Infrastructure team 05/28/2008

Like

Activity

05/03/2024

03:26 PM Ruby master Bug #20464: Redundant returns are unreachable in coverage
If the parser does not remove the NODE_RETURN, the compiler can detect the line event, so I think it will be automati... mame (Yusuke Endoh)
12:04 AM Ruby master Bug #20464: Redundant returns are unreachable in coverage
Is this the same issue as #20457? mame (Yusuke Endoh)

05/02/2024

11:55 PM Ruby master Bug #20465: parse.y adds an extra empty string to the AST
How would this be a problem?
I think it intentionally creates the structure to ensure that it returns a new String...
mame (Yusuke Endoh)
11:37 PM Ruby master Bug #20467 (Closed): Prism creates a wrong ConstantReadNode for `Bar::Foo = 42`
Currently, Prism creates the following AST for `Bar::Foo = 42`
```
irb(main):001> Prism.parse(%q(Bar::Foo = 42))....
mame (Yusuke Endoh)

04/26/2024

08:19 AM Ruby master Bug #20456: Hash can get stuck marked as iterating through process forking
I think this problem is not limited to Hash's `iter_lev`, but potentially all states, like STR_TMPLOCK. Once you sta... mame (Yusuke Endoh)

04/24/2024

03:57 PM Ruby master Feature #20448: Make coverage event hooking C API public
Oh, this API does not allow to get information of branch_from and branch_to for branches that are never fired. It is ... mame (Yusuke Endoh)
03:48 PM Ruby master Feature #20448: Make coverage event hooking C API public
> I just need a hook for BRANCH events.
It's a hard mode ;-)
> Ruzzy requires two separate scripts
I guess t...
mame (Yusuke Endoh)
08:12 AM Ruby master Bug #20262 (Closed): Regex mismatch between Ruby 3.2.2 and 3.3.0
Maybe the same issue as https://bugs.ruby-lang.org/issues/20083. Fixed at 3.3.1.
```
$ RBENV_VERSION=3.2.2 ruby -...
mame (Yusuke Endoh)
02:24 AM Ruby master Bug #20446: Outdated https://cache.ruby-lang.org/pub/ruby/index.txt
I recommend monitoring https://github.com/ruby/www.ruby-lang.org/blob/master/_data/releases.yml.
However, the rele...
mame (Yusuke Endoh)

04/23/2024

08:02 PM Ruby master Feature #20448: Make coverage event hooking C API public
First of all, it's great that you are creating a fuzzing tool for Ruby. Thank you for your work.
I understand that...
mame (Yusuke Endoh)

Also available in: Atom