Project

General

Profile

Misc #18975

Updated by k0kubun (Takashi Kokubun) over 1 year ago

## Background 
 Looking at @aycabta 's GitHub activity, he's been inactive on the Internet for 6~7 months, which means that IRB hasn't had the maintainer during that period of time. While I managed to sneak in some IRB changes when while he was active, I personally have some more IRB changes that I want to make, but I'm not sure if we're gonna make it to Ruby 3.2 since we can't predict when he'll be back and there's nobody taking the ownership of the IRB design now. 

 However, I don't think the 2nd most active contributor (@nobu) is particularly interested in IRB, and the 3rd most active contributor (myself) currently doesn't have capacity to maintain anything new. So having a temporary maintainer from existing committers could also be hard. 

 ## Proposal 
 I propose to make Stan Lo (@st0012) a new committer and a co-maintainer of IRB. 

 He's best known for being almost as active as @ko1 in [recent debug.gem development](https://github.com/ruby/debug/commits?author=st0012) and I think he deserves maintainership in the Ruby's debug tooling area in general. While he has fewer contributions to IRB, some modules of IRB (which I authored, so I should have a say) are used by debug.gem, so I believe IRB being maintained by him will be useful for the success of debug.gem and Ruby 3 tooling. 

 Note: I confirmed his interest in this in person, and I'll ask him to leave a comment confirming it here.

Back