ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:122265] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer
@ 2025-05-23 23:42 k0kubun (Takashi Kokubun) via ruby-core
  2025-05-28 19:23 ` [ruby-core:122331] " tenderlovemaking (Aaron Patterson) via ruby-core
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: k0kubun (Takashi Kokubun) via ruby-core @ 2025-05-23 23:42 UTC (permalink / raw)
  To: ruby-core; +Cc: k0kubun (Takashi Kokubun)

Issue #21369 has been reported by k0kubun (Takashi Kokubun).

----------------------------------------
Misc #21369: Propose Max Bernstein (@tekknolagi) as a core committer
https://bugs.ruby-lang.org/issues/21369

* Author: k0kubun (Takashi Kokubun)
* Status: Open
----------------------------------------
## Proposal
I'd like to propose Max Bernstein (@tekknolagi) as a committer. He has a strong background in compilers, having previously worked on CPython/Cinder at Meta, and has demonstrated leadership in designing and optimizing ZJIT.

Given that he is leading the development of the ZJIT IR and has been making a lot of contributions, I believe he should be empowered to merge such changes himself.

I'll include his message below for reference:

## Max Bernstein's Message

I have been working on Ruby since December 2024. My main contributions so far have been to ZJIT:

* The high-level IR (HIR) data structures
  * The IR
  * The type lattice https://github.com/Shopify/zjit/pull/19
* Transforming YARV bytecode into HIR
* Optimization on HIR, such as
  * Type inference https://github.com/Shopify/zjit/pull/23
  * Constant folding https://github.com/Shopify/zjit/pull/74
  * Direct calls https://github.com/Shopify/zjit/pull/84
  * Strength reduction
  * Dead code elimination (DCE) https://github.com/Shopify/zjit/pull/89

After we moved the ZJIT repo into ruby/ruby, I have continued contributing (see [all PRs](https://github.com/ruby/ruby/pulls?q=author%3Atekknolagi)). I would like to continue contributing to ZJIT and eventually to other parts of Ruby too. Being a maintainer would make it easier to work on ZJIT, especially as we continue the project bringup phase.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:122331] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer
  2025-05-23 23:42 [ruby-core:122265] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer k0kubun (Takashi Kokubun) via ruby-core
@ 2025-05-28 19:23 ` tenderlovemaking (Aaron Patterson) via ruby-core
  2025-05-30  0:02 ` [ruby-core:122339] " eileencodes (Eileen Uchitelle) via ruby-core
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tenderlovemaking (Aaron Patterson) via ruby-core @ 2025-05-28 19:23 UTC (permalink / raw)
  To: ruby-core; +Cc: tenderlovemaking (Aaron Patterson)

Issue #21369 has been updated by tenderlovemaking (Aaron Patterson).


+1

I'm working closely with Max and I can recommend him to join the team.

----------------------------------------
Misc #21369: Propose Max Bernstein (@tekknolagi) as a core committer
https://bugs.ruby-lang.org/issues/21369#change-113478

* Author: k0kubun (Takashi Kokubun)
* Status: Open
----------------------------------------
## Proposal
I'd like to propose Max Bernstein (@tekknolagi) as a committer. He has a strong background in compilers, having previously worked on CPython/Cinder at Meta, and has demonstrated leadership in designing and optimizing ZJIT.

Given that he is leading the development of the ZJIT IR and has been making a lot of contributions, I believe he should be empowered to merge such changes himself.

I'll include his message below for reference:

## Max Bernstein's Message

I have been working on Ruby since December 2024. My main contributions so far have been to ZJIT:

* The high-level IR (HIR) data structures
  * The IR
  * The type lattice https://github.com/Shopify/zjit/pull/19
* Transforming YARV bytecode into HIR
* Optimization on HIR, such as
  * Type inference https://github.com/Shopify/zjit/pull/23
  * Constant folding https://github.com/Shopify/zjit/pull/74
  * Direct calls https://github.com/Shopify/zjit/pull/84
  * Strength reduction
  * Dead code elimination (DCE) https://github.com/Shopify/zjit/pull/89

After we moved the ZJIT repo into ruby/ruby, I have continued contributing (see [all PRs](https://github.com/ruby/ruby/pulls?q=author%3Atekknolagi)). I would like to continue contributing to ZJIT and eventually to other parts of Ruby too. Being a maintainer would make it easier to work on ZJIT, especially as we continue the project bringup phase.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:122339] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer
  2025-05-23 23:42 [ruby-core:122265] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer k0kubun (Takashi Kokubun) via ruby-core
  2025-05-28 19:23 ` [ruby-core:122331] " tenderlovemaking (Aaron Patterson) via ruby-core
@ 2025-05-30  0:02 ` eileencodes (Eileen Uchitelle) via ruby-core
  2025-05-30  4:11 ` [ruby-core:122340] " duerst via ruby-core
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: eileencodes (Eileen Uchitelle) via ruby-core @ 2025-05-30  0:02 UTC (permalink / raw)
  To: ruby-core; +Cc: eileencodes (Eileen Uchitelle)

Issue #21369 has been updated by eileencodes (Eileen Uchitelle).


+1 Max is doing great work on ZJIT

----------------------------------------
Misc #21369: Propose Max Bernstein (@tekknolagi) as a core committer
https://bugs.ruby-lang.org/issues/21369#change-113485

* Author: k0kubun (Takashi Kokubun)
* Status: Open
----------------------------------------
## Proposal
I'd like to propose Max Bernstein (@tekknolagi) as a committer. He has a strong background in compilers, having previously worked on CPython/Cinder at Meta, and has demonstrated leadership in designing and optimizing ZJIT.

Given that he is leading the development of the ZJIT IR and has been making a lot of contributions, I believe he should be empowered to merge such changes himself.

I'll include his message below for reference:

## Max Bernstein's Message

I have been working on Ruby since December 2024. My main contributions so far have been to ZJIT:

* The high-level IR (HIR) data structures
  * The IR
  * The type lattice https://github.com/Shopify/zjit/pull/19
* Transforming YARV bytecode into HIR
* Optimization on HIR, such as
  * Type inference https://github.com/Shopify/zjit/pull/23
  * Constant folding https://github.com/Shopify/zjit/pull/74
  * Direct calls https://github.com/Shopify/zjit/pull/84
  * Strength reduction
  * Dead code elimination (DCE) https://github.com/Shopify/zjit/pull/89

After we moved the ZJIT repo into ruby/ruby, I have continued contributing (see [all PRs](https://github.com/ruby/ruby/pulls?q=author%3Atekknolagi)). I would like to continue contributing to ZJIT and eventually to other parts of Ruby too. Being a maintainer would make it easier to work on ZJIT, especially as we continue the project bringup phase.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:122340] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer
  2025-05-23 23:42 [ruby-core:122265] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer k0kubun (Takashi Kokubun) via ruby-core
  2025-05-28 19:23 ` [ruby-core:122331] " tenderlovemaking (Aaron Patterson) via ruby-core
  2025-05-30  0:02 ` [ruby-core:122339] " eileencodes (Eileen Uchitelle) via ruby-core
@ 2025-05-30  4:11 ` duerst via ruby-core
  2025-06-03 23:00 ` [ruby-core:122402] " tekknolagi (Maxwell Bernstein) via ruby-core
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: duerst via ruby-core @ 2025-05-30  4:11 UTC (permalink / raw)
  To: ruby-core; +Cc: duerst

Issue #21369 has been updated by duerst (Martin Dürst).


+1. I'm quite surprised Max isn't already a committer, given his almost daily contributions.

----------------------------------------
Misc #21369: Propose Max Bernstein (@tekknolagi) as a core committer
https://bugs.ruby-lang.org/issues/21369#change-113486

* Author: k0kubun (Takashi Kokubun)
* Status: Open
----------------------------------------
## Proposal
I'd like to propose Max Bernstein (@tekknolagi) as a committer. He has a strong background in compilers, having previously worked on CPython/Cinder at Meta, and has demonstrated leadership in designing and optimizing ZJIT.

Given that he is leading the development of the ZJIT IR and has been making a lot of contributions, I believe he should be empowered to merge such changes himself.

I'll include his message below for reference:

## Max Bernstein's Message

I have been working on Ruby since December 2024. My main contributions so far have been to ZJIT:

* The high-level IR (HIR) data structures
  * The IR
  * The type lattice https://github.com/Shopify/zjit/pull/19
* Transforming YARV bytecode into HIR
* Optimization on HIR, such as
  * Type inference https://github.com/Shopify/zjit/pull/23
  * Constant folding https://github.com/Shopify/zjit/pull/74
  * Direct calls https://github.com/Shopify/zjit/pull/84
  * Strength reduction
  * Dead code elimination (DCE) https://github.com/Shopify/zjit/pull/89

After we moved the ZJIT repo into ruby/ruby, I have continued contributing (see [all PRs](https://github.com/ruby/ruby/pulls?q=author%3Atekknolagi)). I would like to continue contributing to ZJIT and eventually to other parts of Ruby too. Being a maintainer would make it easier to work on ZJIT, especially as we continue the project bringup phase.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:122402] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer
  2025-05-23 23:42 [ruby-core:122265] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer k0kubun (Takashi Kokubun) via ruby-core
                   ` (2 preceding siblings ...)
  2025-05-30  4:11 ` [ruby-core:122340] " duerst via ruby-core
@ 2025-06-03 23:00 ` tekknolagi (Maxwell Bernstein) via ruby-core
  2025-06-05  4:05 ` [ruby-core:122416] " matz (Yukihiro Matsumoto) via ruby-core
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tekknolagi (Maxwell Bernstein) via ruby-core @ 2025-06-03 23:00 UTC (permalink / raw)
  To: ruby-core; +Cc: tekknolagi (Maxwell Bernstein)

Issue #21369 has been updated by tekknolagi (Maxwell Bernstein).


Thank you @k0kubun for nominating me to be a committer and for @tenderlovemaking, @eileencodes, and @duerst for their votes of confidence. It would be an honor to join and continue to work on Ruby with you all.

----------------------------------------
Misc #21369: Propose Max Bernstein (@tekknolagi) as a core committer
https://bugs.ruby-lang.org/issues/21369#change-113575

* Author: k0kubun (Takashi Kokubun)
* Status: Open
----------------------------------------
## Proposal
I'd like to propose Max Bernstein (@tekknolagi) as a committer. He has a strong background in compilers, having previously worked on CPython/Cinder at Meta, and has demonstrated leadership in designing and optimizing ZJIT.

Given that he is leading the development of the ZJIT IR and has been making a lot of contributions, I believe he should be empowered to merge such changes himself.

I'll include his message below for reference:

## Max Bernstein's Message

I have been working on Ruby since December 2024. My main contributions so far have been to ZJIT:

* The high-level IR (HIR) data structures
  * The IR
  * The type lattice https://github.com/Shopify/zjit/pull/19
* Transforming YARV bytecode into HIR
* Optimization on HIR, such as
  * Type inference https://github.com/Shopify/zjit/pull/23
  * Constant folding https://github.com/Shopify/zjit/pull/74
  * Direct calls https://github.com/Shopify/zjit/pull/84
  * Strength reduction
  * Dead code elimination (DCE) https://github.com/Shopify/zjit/pull/89

After we moved the ZJIT repo into ruby/ruby, I have continued contributing (see [all PRs](https://github.com/ruby/ruby/pulls?q=author%3Atekknolagi)). I would like to continue contributing to ZJIT and eventually to other parts of Ruby too. Being a maintainer would make it easier to work on ZJIT, especially as we continue the project bringup phase.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:122416] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer
  2025-05-23 23:42 [ruby-core:122265] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer k0kubun (Takashi Kokubun) via ruby-core
                   ` (3 preceding siblings ...)
  2025-06-03 23:00 ` [ruby-core:122402] " tekknolagi (Maxwell Bernstein) via ruby-core
@ 2025-06-05  4:05 ` matz (Yukihiro Matsumoto) via ruby-core
  2025-06-06  4:53 ` [ruby-core:122477] " hsbt (Hiroshi SHIBATA) via ruby-core
  2025-06-06 15:56 ` [ruby-core:122487] " tekknolagi (Maxwell Bernstein) via ruby-core
  6 siblings, 0 replies; 8+ messages in thread
From: matz (Yukihiro Matsumoto) via ruby-core @ 2025-06-05  4:05 UTC (permalink / raw)
  To: ruby-core; +Cc: matz (Yukihiro Matsumoto)

Issue #21369 has been updated by matz (Yukihiro Matsumoto).


Accepted. Follow the guideline.

Matz.


----------------------------------------
Misc #21369: Propose Max Bernstein (@tekknolagi) as a core committer
https://bugs.ruby-lang.org/issues/21369#change-113597

* Author: k0kubun (Takashi Kokubun)
* Status: Open
----------------------------------------
## Proposal
I'd like to propose Max Bernstein (@tekknolagi) as a committer. He has a strong background in compilers, having previously worked on CPython/Cinder at Meta, and has demonstrated leadership in designing and optimizing ZJIT.

Given that he is leading the development of the ZJIT IR and has been making a lot of contributions, I believe he should be empowered to merge such changes himself.

I'll include his message below for reference:

## Max Bernstein's Message

I have been working on Ruby since December 2024. My main contributions so far have been to ZJIT:

* The high-level IR (HIR) data structures
  * The IR
  * The type lattice https://github.com/Shopify/zjit/pull/19
* Transforming YARV bytecode into HIR
* Optimization on HIR, such as
  * Type inference https://github.com/Shopify/zjit/pull/23
  * Constant folding https://github.com/Shopify/zjit/pull/74
  * Direct calls https://github.com/Shopify/zjit/pull/84
  * Strength reduction
  * Dead code elimination (DCE) https://github.com/Shopify/zjit/pull/89

After we moved the ZJIT repo into ruby/ruby, I have continued contributing (see [all PRs](https://github.com/ruby/ruby/pulls?q=author%3Atekknolagi)). I would like to continue contributing to ZJIT and eventually to other parts of Ruby too. Being a maintainer would make it easier to work on ZJIT, especially as we continue the project bringup phase.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:122477] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer
  2025-05-23 23:42 [ruby-core:122265] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer k0kubun (Takashi Kokubun) via ruby-core
                   ` (4 preceding siblings ...)
  2025-06-05  4:05 ` [ruby-core:122416] " matz (Yukihiro Matsumoto) via ruby-core
@ 2025-06-06  4:53 ` hsbt (Hiroshi SHIBATA) via ruby-core
  2025-06-06 15:56 ` [ruby-core:122487] " tekknolagi (Maxwell Bernstein) via ruby-core
  6 siblings, 0 replies; 8+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2025-06-06  4:53 UTC (permalink / raw)
  To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)

Issue #21369 has been updated by hsbt (Hiroshi SHIBATA).

Status changed from Open to Closed

I've finished to prepare Max's account at our systems.

----------------------------------------
Misc #21369: Propose Max Bernstein (@tekknolagi) as a core committer
https://bugs.ruby-lang.org/issues/21369#change-113666

* Author: k0kubun (Takashi Kokubun)
* Status: Closed
----------------------------------------
## Proposal
I'd like to propose Max Bernstein (@tekknolagi) as a committer. He has a strong background in compilers, having previously worked on CPython/Cinder at Meta, and has demonstrated leadership in designing and optimizing ZJIT.

Given that he is leading the development of the ZJIT IR and has been making a lot of contributions, I believe he should be empowered to merge such changes himself.

I'll include his message below for reference:

## Max Bernstein's Message

I have been working on Ruby since December 2024. My main contributions so far have been to ZJIT:

* The high-level IR (HIR) data structures
  * The IR
  * The type lattice https://github.com/Shopify/zjit/pull/19
* Transforming YARV bytecode into HIR
* Optimization on HIR, such as
  * Type inference https://github.com/Shopify/zjit/pull/23
  * Constant folding https://github.com/Shopify/zjit/pull/74
  * Direct calls https://github.com/Shopify/zjit/pull/84
  * Strength reduction
  * Dead code elimination (DCE) https://github.com/Shopify/zjit/pull/89

After we moved the ZJIT repo into ruby/ruby, I have continued contributing (see [all PRs](https://github.com/ruby/ruby/pulls?q=author%3Atekknolagi)). I would like to continue contributing to ZJIT and eventually to other parts of Ruby too. Being a maintainer would make it easier to work on ZJIT, especially as we continue the project bringup phase.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:122487] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer
  2025-05-23 23:42 [ruby-core:122265] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer k0kubun (Takashi Kokubun) via ruby-core
                   ` (5 preceding siblings ...)
  2025-06-06  4:53 ` [ruby-core:122477] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2025-06-06 15:56 ` tekknolagi (Maxwell Bernstein) via ruby-core
  6 siblings, 0 replies; 8+ messages in thread
From: tekknolagi (Maxwell Bernstein) via ruby-core @ 2025-06-06 15:56 UTC (permalink / raw)
  To: ruby-core; +Cc: tekknolagi (Maxwell Bernstein)

Issue #21369 has been updated by tekknolagi (Maxwell Bernstein).


Thanks, all :)

----------------------------------------
Misc #21369: Propose Max Bernstein (@tekknolagi) as a core committer
https://bugs.ruby-lang.org/issues/21369#change-113676

* Author: k0kubun (Takashi Kokubun)
* Status: Closed
----------------------------------------
## Proposal
I'd like to propose Max Bernstein (@tekknolagi) as a committer. He has a strong background in compilers, having previously worked on CPython/Cinder at Meta, and has demonstrated leadership in designing and optimizing ZJIT.

Given that he is leading the development of the ZJIT IR and has been making a lot of contributions, I believe he should be empowered to merge such changes himself.

I'll include his message below for reference:

## Max Bernstein's Message

I have been working on Ruby since December 2024. My main contributions so far have been to ZJIT:

* The high-level IR (HIR) data structures
  * The IR
  * The type lattice https://github.com/Shopify/zjit/pull/19
* Transforming YARV bytecode into HIR
* Optimization on HIR, such as
  * Type inference https://github.com/Shopify/zjit/pull/23
  * Constant folding https://github.com/Shopify/zjit/pull/74
  * Direct calls https://github.com/Shopify/zjit/pull/84
  * Strength reduction
  * Dead code elimination (DCE) https://github.com/Shopify/zjit/pull/89

After we moved the ZJIT repo into ruby/ruby, I have continued contributing (see [all PRs](https://github.com/ruby/ruby/pulls?q=author%3Atekknolagi)). I would like to continue contributing to ZJIT and eventually to other parts of Ruby too. Being a maintainer would make it easier to work on ZJIT, especially as we continue the project bringup phase.



-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-06-06 15:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-23 23:42 [ruby-core:122265] [Ruby Misc#21369] Propose Max Bernstein (@tekknolagi) as a core committer k0kubun (Takashi Kokubun) via ruby-core
2025-05-28 19:23 ` [ruby-core:122331] " tenderlovemaking (Aaron Patterson) via ruby-core
2025-05-30  0:02 ` [ruby-core:122339] " eileencodes (Eileen Uchitelle) via ruby-core
2025-05-30  4:11 ` [ruby-core:122340] " duerst via ruby-core
2025-06-03 23:00 ` [ruby-core:122402] " tekknolagi (Maxwell Bernstein) via ruby-core
2025-06-05  4:05 ` [ruby-core:122416] " matz (Yukihiro Matsumoto) via ruby-core
2025-06-06  4:53 ` [ruby-core:122477] " hsbt (Hiroshi SHIBATA) via ruby-core
2025-06-06 15:56 ` [ruby-core:122487] " tekknolagi (Maxwell Bernstein) via ruby-core

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).