[ruby-core:112681] [Ruby master Misc#19475] Propose Matthew Valentine-House (@eightbitraptor) as a core committer

Issue #19475 has been reported by k0kubun (Takashi Kokubun). ---------------------------------------- Misc #19475: Propose Matthew Valentine-House (@eightbitraptor) as a core committer https://bugs.ruby-lang.org/issues/19475 * Author: k0kubun (Takashi Kokubun) * Status: Open * Priority: Normal ---------------------------------------- I'd like to propose Matthew Valentine-House (@eightbitraptor) as a committer. He has been [an active contributor to Ruby](https://github.com/ruby/ruby/pulls?q=author%3Aeightbitraptor) in the following areas: * **Variable Width Allocation** - He worked on the VWA (RVARGC) project to increase performance by improving the spatial locality of objects [https://bugs.ruby-lang.org/issues/17816](https://bugs.ruby-lang.org/issues/17816) * **Compaction movement refactor** - He re-worked the GC's compaction algorithm to facilitate object movement between the size pools to ensure VWA uses memory efficiently: [https://bugs.ruby-lang.org/issues/18619](https://bugs.ruby-lang.org/issues/18619) (He spoke about this at [Ruby Kaigi 2022 in 津](https://rubykaigi.org/2022/presentations/eightbitraptor.html#day2)) * **LLDB refactor & Developer experience** - He is also passionate about the developer experience of working on the Ruby codebase. He has been refactoring the LLDB helpers to give them some more structure and make debugging Ruby easier: [https://github.com/ruby/ruby/pull/6129](https://github.com/ruby/ruby/pull/6129) He's really passionate about making Ruby's GC better. He wants to implement novel GC algorithms and techniques in CRuby, and I want to make it easier for him to push changes required for it. This is a proposal from @tenderlovemaking and myself. If approved, we'll help him onboard as a Ruby committer. I already heard that @matz and @mame are in favor of the idea, but let me formally propose this here. -- https://bugs.ruby-lang.org/

Issue #19475 has been updated by eightbitraptor (Matthew Valentine-House). Thank you for nominating me @k0kubun and @tenderlovemaking. It would be a privilege and an honour to be accepted as a committer. 🙇♂️ ---------------------------------------- Misc #19475: Propose Matthew Valentine-House (@eightbitraptor) as a core committer https://bugs.ruby-lang.org/issues/19475#change-102135 * Author: k0kubun (Takashi Kokubun) * Status: Open * Priority: Normal ---------------------------------------- I'd like to propose Matthew Valentine-House (@eightbitraptor) as a committer. He has been [an active contributor to Ruby](https://github.com/ruby/ruby/pulls?q=author%3Aeightbitraptor) in the following areas: * **Variable Width Allocation** - He worked on the VWA (RVARGC) project to increase performance by improving the spatial locality of objects [https://bugs.ruby-lang.org/issues/17816](https://bugs.ruby-lang.org/issues/17816) * **Compaction movement refactor** - He re-worked the GC's compaction algorithm to facilitate object movement between the size pools to ensure VWA uses memory efficiently: [https://bugs.ruby-lang.org/issues/18619](https://bugs.ruby-lang.org/issues/18619) (He spoke about this at [Ruby Kaigi 2022 in 津](https://rubykaigi.org/2022/presentations/eightbitraptor.html#day2)) * **LLDB refactor & Developer experience** - He is also passionate about the developer experience of working on the Ruby codebase. He has been refactoring the LLDB helpers to give them some more structure and make debugging Ruby easier: [https://github.com/ruby/ruby/pull/6129](https://github.com/ruby/ruby/pull/6129) He's really passionate about making Ruby's GC better. He wants to implement novel GC algorithms and techniques in CRuby, and I want to make it easier for him to push changes required for it. In particular, he's been working on integrating the [MMTk project](https://www.mmtk.io/) into Ruby (They're producing nightly builds [here](https://github.com/shopify/ruby-mmtk-builder)). This is a proposal from @tenderlovemaking and myself. If approved, we'll help him onboard as a Ruby committer. I already heard that @matz and @mame are in favor of the idea, but let me formally propose this here. -- https://bugs.ruby-lang.org/

Issue #19475 has been updated by byroot (Jean Boussier). +1 ! ---------------------------------------- Misc #19475: Propose Matthew Valentine-House (@eightbitraptor) as a core committer https://bugs.ruby-lang.org/issues/19475#change-102142 * Author: k0kubun (Takashi Kokubun) * Status: Open * Priority: Normal ---------------------------------------- I'd like to propose Matthew Valentine-House (@eightbitraptor) as a committer. He has been [an active contributor to Ruby](https://github.com/ruby/ruby/pulls?q=author%3Aeightbitraptor) in the following areas: * **Variable Width Allocation** - He worked on the VWA (RVARGC) project to increase performance by improving the spatial locality of objects [https://bugs.ruby-lang.org/issues/17816](https://bugs.ruby-lang.org/issues/17816) * **Compaction movement refactor** - He re-worked the GC's compaction algorithm to facilitate object movement between the size pools to ensure VWA uses memory efficiently: [https://bugs.ruby-lang.org/issues/18619](https://bugs.ruby-lang.org/issues/18619) (He spoke about this at [Ruby Kaigi 2022 in 津](https://rubykaigi.org/2022/presentations/eightbitraptor.html#day2)) * **LLDB refactor & Developer experience** - He is also passionate about the developer experience of working on the Ruby codebase. He has been refactoring the LLDB helpers to give them some more structure and make debugging Ruby easier: [https://github.com/ruby/ruby/pull/6129](https://github.com/ruby/ruby/pull/6129) He's really passionate about making Ruby's GC better. He wants to implement novel GC algorithms and techniques in CRuby, and I want to make it easier for him to push changes required for it. In particular, he's been working on integrating the [MMTk project](https://www.mmtk.io/) into Ruby (They're producing nightly builds [here](https://github.com/shopify/ruby-mmtk-builder)). This is a proposal from @tenderlovemaking and myself. If accepted, we'll help him onboard as a Ruby committer. I already heard that @matz and @mame are in favor of the idea, but let me formally propose this here. -- https://bugs.ruby-lang.org/

Issue #19475 has been updated by ko1 (Koichi Sasada). +1 Some comments: * Please ask us (or Matz) to modify exposing features such as Ruby methods or C-APIs. * Please tell us the change to catch up the GC architecture if you introduces new (big) changes. * Feel free to ask anything on Slack (on github I couldn't read all of notifications). ---------------------------------------- Misc #19475: Propose Matthew Valentine-House (@eightbitraptor) as a core committer https://bugs.ruby-lang.org/issues/19475#change-102170 * Author: k0kubun (Takashi Kokubun) * Status: Open * Priority: Normal ---------------------------------------- I'd like to propose Matthew Valentine-House (@eightbitraptor) as a committer. He has been [an active contributor to Ruby](https://github.com/ruby/ruby/pulls?q=author%3Aeightbitraptor) in the following areas: * **Variable Width Allocation** - He worked on the VWA (RVARGC) project to increase performance by improving the spatial locality of objects [https://bugs.ruby-lang.org/issues/17816](https://bugs.ruby-lang.org/issues/17816) * **Compaction movement refactor** - He re-worked the GC's compaction algorithm to facilitate object movement between the size pools to ensure VWA uses memory efficiently: [https://bugs.ruby-lang.org/issues/18619](https://bugs.ruby-lang.org/issues/18619) (He spoke about this at [Ruby Kaigi 2022 in 津](https://rubykaigi.org/2022/presentations/eightbitraptor.html#day2)) * **LLDB refactor & Developer experience** - He is also passionate about the developer experience of working on the Ruby codebase. He has been refactoring the LLDB helpers to give them some more structure and make debugging Ruby easier: [https://github.com/ruby/ruby/pull/6129](https://github.com/ruby/ruby/pull/6129) He's really passionate about making Ruby's GC better. He wants to implement novel GC algorithms and techniques in CRuby, and I want to make it easier for him to push changes required for it. In particular, he's been working on integrating the [MMTk project](https://www.mmtk.io/) into Ruby (They're producing nightly builds [here](https://github.com/shopify/ruby-mmtk-builder)). This is a proposal from @tenderlovemaking and myself. If accepted, we'll help him onboard as a Ruby committer. I already heard that @matz and @mame are in favor of the idea, but let me formally propose this here. -- https://bugs.ruby-lang.org/

Issue #19475 has been updated by eightbitraptor (Matthew Valentine-House). Thank you @ko1 I will definitely do as you suggest 👍 ---------------------------------------- Misc #19475: Propose Matthew Valentine-House (@eightbitraptor) as a core committer https://bugs.ruby-lang.org/issues/19475#change-102171 * Author: k0kubun (Takashi Kokubun) * Status: Open * Priority: Normal ---------------------------------------- I'd like to propose Matthew Valentine-House (@eightbitraptor) as a committer. He has been [an active contributor to Ruby](https://github.com/ruby/ruby/pulls?q=author%3Aeightbitraptor) in the following areas: * **Variable Width Allocation** - He worked on the VWA (RVARGC) project to increase performance by improving the spatial locality of objects [https://bugs.ruby-lang.org/issues/17816](https://bugs.ruby-lang.org/issues/17816) * **Compaction movement refactor** - He re-worked the GC's compaction algorithm to facilitate object movement between the size pools to ensure VWA uses memory efficiently: [https://bugs.ruby-lang.org/issues/18619](https://bugs.ruby-lang.org/issues/18619) (He spoke about this at [Ruby Kaigi 2022 in 津](https://rubykaigi.org/2022/presentations/eightbitraptor.html#day2)) * **LLDB refactor & Developer experience** - He is also passionate about the developer experience of working on the Ruby codebase. He has been refactoring the LLDB helpers to give them some more structure and make debugging Ruby easier: [https://github.com/ruby/ruby/pull/6129](https://github.com/ruby/ruby/pull/6129) He's really passionate about making Ruby's GC better. He wants to implement novel GC algorithms and techniques in CRuby, and I want to make it easier for him to push changes required for it. In particular, he's been working on integrating the [MMTk project](https://www.mmtk.io/) into Ruby (They're producing nightly builds [here](https://github.com/shopify/ruby-mmtk-builder)). This is a proposal from @tenderlovemaking and myself. If accepted, we'll help him onboard as a Ruby committer. I already heard that @matz and @mame are in favor of the idea, but let me formally propose this here. -- https://bugs.ruby-lang.org/

Issue #19475 has been updated by ioquatix (Samuel Williams). +1 ---------------------------------------- Misc #19475: Propose Matthew Valentine-House (@eightbitraptor) as a core committer https://bugs.ruby-lang.org/issues/19475#change-102249 * Author: k0kubun (Takashi Kokubun) * Status: Open * Priority: Normal ---------------------------------------- I'd like to propose Matthew Valentine-House (@eightbitraptor) as a committer. He has been [an active contributor to Ruby](https://github.com/ruby/ruby/pulls?q=author%3Aeightbitraptor) in the following areas: * **Variable Width Allocation** - He worked on the VWA (RVARGC) project to increase performance by improving the spatial locality of objects [https://bugs.ruby-lang.org/issues/17816](https://bugs.ruby-lang.org/issues/17816) * **Compaction movement refactor** - He re-worked the GC's compaction algorithm to facilitate object movement between the size pools to ensure VWA uses memory efficiently: [https://bugs.ruby-lang.org/issues/18619](https://bugs.ruby-lang.org/issues/18619) (He spoke about this at [Ruby Kaigi 2022 in 津](https://rubykaigi.org/2022/presentations/eightbitraptor.html#day2)) * **LLDB refactor & Developer experience** - He is also passionate about the developer experience of working on the Ruby codebase. He has been refactoring the LLDB helpers to give them some more structure and make debugging Ruby easier: [https://github.com/ruby/ruby/pull/6129](https://github.com/ruby/ruby/pull/6129) He's really passionate about making Ruby's GC better. He wants to implement novel GC algorithms and techniques in CRuby, and I want to make it easier for him to push changes required for it. In particular, he's been working on integrating the [MMTk project](https://www.mmtk.io/) into Ruby (They're producing nightly builds [here](https://github.com/shopify/ruby-mmtk-builder)). This is a proposal from @tenderlovemaking and myself. If accepted, we'll help him onboard as a Ruby committer. I already heard that @matz and @mame are in favor of the idea, but let me formally propose this here. -- https://bugs.ruby-lang.org/

Issue #19475 has been updated by matz (Yukihiro Matsumoto). Accepted. Follow the instructions from @hsbt to be a committer. Welcome! Matz. ---------------------------------------- Misc #19475: Propose Matthew Valentine-House (@eightbitraptor) as a core committer https://bugs.ruby-lang.org/issues/19475#change-102253 * Author: k0kubun (Takashi Kokubun) * Status: Open * Priority: Normal ---------------------------------------- I'd like to propose Matthew Valentine-House (@eightbitraptor) as a committer. He has been [an active contributor to Ruby](https://github.com/ruby/ruby/pulls?q=author%3Aeightbitraptor) in the following areas: * **Variable Width Allocation** - He worked on the VWA (RVARGC) project to increase performance by improving the spatial locality of objects [https://bugs.ruby-lang.org/issues/17816](https://bugs.ruby-lang.org/issues/17816) * **Compaction movement refactor** - He re-worked the GC's compaction algorithm to facilitate object movement between the size pools to ensure VWA uses memory efficiently: [https://bugs.ruby-lang.org/issues/18619](https://bugs.ruby-lang.org/issues/18619) (He spoke about this at [Ruby Kaigi 2022 in 津](https://rubykaigi.org/2022/presentations/eightbitraptor.html#day2)) * **LLDB refactor & Developer experience** - He is also passionate about the developer experience of working on the Ruby codebase. He has been refactoring the LLDB helpers to give them some more structure and make debugging Ruby easier: [https://github.com/ruby/ruby/pull/6129](https://github.com/ruby/ruby/pull/6129) He's really passionate about making Ruby's GC better. He wants to implement novel GC algorithms and techniques in CRuby, and I want to make it easier for him to push changes required for it. In particular, he's been working on integrating the [MMTk project](https://www.mmtk.io/) into Ruby (They're producing nightly builds [here](https://github.com/shopify/ruby-mmtk-builder)). This is a proposal from @tenderlovemaking and myself. If accepted, we'll help him onboard as a Ruby committer. I already heard that @matz and @mame are in favor of the idea, but let me formally propose this here. -- https://bugs.ruby-lang.org/

Issue #19475 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Open to Assigned Assignee set to hsbt (Hiroshi SHIBATA) ---------------------------------------- Misc #19475: Propose Matthew Valentine-House (@eightbitraptor) as a core committer https://bugs.ruby-lang.org/issues/19475#change-102263 * Author: k0kubun (Takashi Kokubun) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) ---------------------------------------- I'd like to propose Matthew Valentine-House (@eightbitraptor) as a committer. He has been [an active contributor to Ruby](https://github.com/ruby/ruby/pulls?q=author%3Aeightbitraptor) in the following areas: * **Variable Width Allocation** - He worked on the VWA (RVARGC) project to increase performance by improving the spatial locality of objects [https://bugs.ruby-lang.org/issues/17816](https://bugs.ruby-lang.org/issues/17816) * **Compaction movement refactor** - He re-worked the GC's compaction algorithm to facilitate object movement between the size pools to ensure VWA uses memory efficiently: [https://bugs.ruby-lang.org/issues/18619](https://bugs.ruby-lang.org/issues/18619) (He spoke about this at [Ruby Kaigi 2022 in 津](https://rubykaigi.org/2022/presentations/eightbitraptor.html#day2)) * **LLDB refactor & Developer experience** - He is also passionate about the developer experience of working on the Ruby codebase. He has been refactoring the LLDB helpers to give them some more structure and make debugging Ruby easier: [https://github.com/ruby/ruby/pull/6129](https://github.com/ruby/ruby/pull/6129) He's really passionate about making Ruby's GC better. He wants to implement novel GC algorithms and techniques in CRuby, and I want to make it easier for him to push changes required for it. In particular, he's been working on integrating the [MMTk project](https://www.mmtk.io/) into Ruby (They're producing nightly builds [here](https://github.com/shopify/ruby-mmtk-builder)). This is a proposal from @tenderlovemaking and myself. If accepted, we'll help him onboard as a Ruby committer. I already heard that @matz and @mame are in favor of the idea, but let me formally propose this here. -- https://bugs.ruby-lang.org/

Issue #19475 has been updated by hsbt (Hiroshi SHIBATA). @eightbitraptor Can you handle [this instructions](https://bugs.ruby-lang.org/projects/ruby/wiki/CommitterHowto#What-to-do-for-... ) after the approval section? ---------------------------------------- Misc #19475: Propose Matthew Valentine-House (@eightbitraptor) as a core committer https://bugs.ruby-lang.org/issues/19475#change-102271 * Author: k0kubun (Takashi Kokubun) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) ---------------------------------------- I'd like to propose Matthew Valentine-House (@eightbitraptor) as a committer. He has been [an active contributor to Ruby](https://github.com/ruby/ruby/pulls?q=author%3Aeightbitraptor) in the following areas: * **Variable Width Allocation** - He worked on the VWA (RVARGC) project to increase performance by improving the spatial locality of objects [https://bugs.ruby-lang.org/issues/17816](https://bugs.ruby-lang.org/issues/17816) * **Compaction movement refactor** - He re-worked the GC's compaction algorithm to facilitate object movement between the size pools to ensure VWA uses memory efficiently: [https://bugs.ruby-lang.org/issues/18619](https://bugs.ruby-lang.org/issues/18619) (He spoke about this at [Ruby Kaigi 2022 in 津](https://rubykaigi.org/2022/presentations/eightbitraptor.html#day2)) * **LLDB refactor & Developer experience** - He is also passionate about the developer experience of working on the Ruby codebase. He has been refactoring the LLDB helpers to give them some more structure and make debugging Ruby easier: [https://github.com/ruby/ruby/pull/6129](https://github.com/ruby/ruby/pull/6129) He's really passionate about making Ruby's GC better. He wants to implement novel GC algorithms and techniques in CRuby, and I want to make it easier for him to push changes required for it. In particular, he's been working on integrating the [MMTk project](https://www.mmtk.io/) into Ruby (They're producing nightly builds [here](https://github.com/shopify/ruby-mmtk-builder)). This is a proposal from @tenderlovemaking and myself. If accepted, we'll help him onboard as a Ruby committer. I already heard that @matz and @mame are in favor of the idea, but let me formally propose this here. -- https://bugs.ruby-lang.org/

Issue #19475 has been updated by eightbitraptor (Matthew Valentine-House). Thank you @matz @hsbt - I've emailed cvs-admin, and submitted the PR as per the instructions. Thank you. ---------------------------------------- Misc #19475: Propose Matthew Valentine-House (@eightbitraptor) as a core committer https://bugs.ruby-lang.org/issues/19475#change-102284 * Author: k0kubun (Takashi Kokubun) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) ---------------------------------------- I'd like to propose Matthew Valentine-House (@eightbitraptor) as a committer. He has been [an active contributor to Ruby](https://github.com/ruby/ruby/pulls?q=author%3Aeightbitraptor) in the following areas: * **Variable Width Allocation** - He worked on the VWA (RVARGC) project to increase performance by improving the spatial locality of objects [https://bugs.ruby-lang.org/issues/17816](https://bugs.ruby-lang.org/issues/17816) * **Compaction movement refactor** - He re-worked the GC's compaction algorithm to facilitate object movement between the size pools to ensure VWA uses memory efficiently: [https://bugs.ruby-lang.org/issues/18619](https://bugs.ruby-lang.org/issues/18619) (He spoke about this at [Ruby Kaigi 2022 in 津](https://rubykaigi.org/2022/presentations/eightbitraptor.html#day2)) * **LLDB refactor & Developer experience** - He is also passionate about the developer experience of working on the Ruby codebase. He has been refactoring the LLDB helpers to give them some more structure and make debugging Ruby easier: [https://github.com/ruby/ruby/pull/6129](https://github.com/ruby/ruby/pull/6129) He's really passionate about making Ruby's GC better. He wants to implement novel GC algorithms and techniques in CRuby, and I want to make it easier for him to push changes required for it. In particular, he's been working on integrating the [MMTk project](https://www.mmtk.io/) into Ruby (They're producing nightly builds [here](https://github.com/shopify/ruby-mmtk-builder)). This is a proposal from @tenderlovemaking and myself. If accepted, we'll help him onboard as a Ruby committer. I already heard that @matz and @mame are in favor of the idea, but let me formally propose this here. -- https://bugs.ruby-lang.org/

Issue #19475 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Assigned to Closed I've finished to prepare Matt's account. Thank you. ---------------------------------------- Misc #19475: Propose Matthew Valentine-House (@eightbitraptor) as a core committer https://bugs.ruby-lang.org/issues/19475#change-102305 * Author: k0kubun (Takashi Kokubun) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) ---------------------------------------- I'd like to propose Matthew Valentine-House (@eightbitraptor) as a committer. He has been [an active contributor to Ruby](https://github.com/ruby/ruby/pulls?q=author%3Aeightbitraptor) in the following areas: * **Variable Width Allocation** - He worked on the VWA (RVARGC) project to increase performance by improving the spatial locality of objects [https://bugs.ruby-lang.org/issues/17816](https://bugs.ruby-lang.org/issues/17816) * **Compaction movement refactor** - He re-worked the GC's compaction algorithm to facilitate object movement between the size pools to ensure VWA uses memory efficiently: [https://bugs.ruby-lang.org/issues/18619](https://bugs.ruby-lang.org/issues/18619) (He spoke about this at [Ruby Kaigi 2022 in 津](https://rubykaigi.org/2022/presentations/eightbitraptor.html#day2)) * **LLDB refactor & Developer experience** - He is also passionate about the developer experience of working on the Ruby codebase. He has been refactoring the LLDB helpers to give them some more structure and make debugging Ruby easier: [https://github.com/ruby/ruby/pull/6129](https://github.com/ruby/ruby/pull/6129) He's really passionate about making Ruby's GC better. He wants to implement novel GC algorithms and techniques in CRuby, and I want to make it easier for him to push changes required for it. In particular, he's been working on integrating the [MMTk project](https://www.mmtk.io/) into Ruby (They're producing nightly builds [here](https://github.com/shopify/ruby-mmtk-builder)). This is a proposal from @tenderlovemaking and myself. If accepted, we'll help him onboard as a Ruby committer. I already heard that @matz and @mame are in favor of the idea, but let me formally propose this here. -- https://bugs.ruby-lang.org/
participants (7)
-
byroot (Jean Boussier)
-
eightbitraptor (Matthew Valentine-House)
-
hsbt (Hiroshi SHIBATA)
-
ioquatix (Samuel Williams)
-
k0kubun (Takashi Kokubun)
-
ko1 (Koichi Sasada)
-
matz (Yukihiro Matsumoto)