ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:117674] [Ruby master Bug#20450] Ruby 3.1.1 broken with bootsnap
@ 2024-04-24  9:25 philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
  2024-04-24  9:34 ` [ruby-core:117675] " hsbt (Hiroshi SHIBATA) via ruby-core
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core @ 2024-04-24  9:25 UTC (permalink / raw)
  To: ruby-core; +Cc: philippe.bs.noel@tutanota.com (Philippe Noel)

Issue #20450 has been reported by philippe.bs.noel@tutanota.com (Philippe Noel).

----------------------------------------
Bug #20450: Ruby 3.1.1 broken with bootsnap
https://bugs.ruby-lang.org/issues/20450

* Author: philippe.bs.noel@tutanota.com (Philippe Noel)
* Status: Open
* ruby -v: ruby 3.3.1 (2024-04-23 revision c56cd86388) [x86_64-linux]
* Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
The issue looks like https://bugs.ruby-lang.org/issues/20060

With the new release of ruby 3.1.1, bootsnap does not work anymore.

```
bin/rails aborted!
ArgumentError: comparison of String with nil failed (ArgumentError)

    msg = " #{RUBY_VERSION < SINCE[gem] ? "will no longer be" : "is not"} part of the default gems since Ruby #{SINCE[gem]}."
                             ^^^^^^^^^^
/usr/local/bundle/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
```

It's working with DISABLE_BOOTSNAP=1 with the following message : `warning: parser/current is loading parser/ruby33, which recognizes 3.3.0-compliant syntax, but you are running 3.3.1.`



-- 
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/postorius/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:117675] [Ruby master Bug#20450] Ruby 3.1.1 broken with bootsnap
  2024-04-24  9:25 [ruby-core:117674] [Ruby master Bug#20450] Ruby 3.1.1 broken with bootsnap philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
@ 2024-04-24  9:34 ` hsbt (Hiroshi SHIBATA) via ruby-core
  2024-04-24 10:36 ` [ruby-core:117677] " philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-04-24  9:34 UTC (permalink / raw)
  To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)

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

Status changed from Open to Assigned
Assignee set to hsbt (Hiroshi SHIBATA)

Can you provide your `Gemfile`? I did confirm to work that with bootsnap and zeitwerk at https://github.com/ruby/ruby/pull/10347#issuecomment-2017204802



----------------------------------------
Bug #20450: Ruby 3.1.1 broken with bootsnap
https://bugs.ruby-lang.org/issues/20450#change-108085

* Author: philippe.bs.noel@tutanota.com (Philippe Noel)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
* ruby -v: ruby 3.3.1 (2024-04-23 revision c56cd86388) [x86_64-linux]
* Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
The issue looks like https://bugs.ruby-lang.org/issues/20060

With the new release of ruby 3.1.1, bootsnap does not work anymore.

```
bin/rails aborted!
ArgumentError: comparison of String with nil failed (ArgumentError)

    msg = " #{RUBY_VERSION < SINCE[gem] ? "will no longer be" : "is not"} part of the default gems since Ruby #{SINCE[gem]}."
                             ^^^^^^^^^^
/usr/local/bundle/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
```

It's working with DISABLE_BOOTSNAP=1 with the following message : `warning: parser/current is loading parser/ruby33, which recognizes 3.3.0-compliant syntax, but you are running 3.3.1.`



-- 
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/postorius/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:117677] [Ruby master Bug#20450] Ruby 3.1.1 broken with bootsnap
  2024-04-24  9:25 [ruby-core:117674] [Ruby master Bug#20450] Ruby 3.1.1 broken with bootsnap philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
  2024-04-24  9:34 ` [ruby-core:117675] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-04-24 10:36 ` philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
  2024-04-24 11:14 ` [ruby-core:117681] " eugeneius (Eugene Kenny) via ruby-core
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core @ 2024-04-24 10:36 UTC (permalink / raw)
  To: ruby-core; +Cc: philippe.bs.noel@tutanota.com (Philippe Noel)

Issue #20450 has been updated by philippe.bs.noel@tutanota.com (Philippe Noel).


hsbt (Hiroshi SHIBATA) wrote in #note-1:
> Can you provide your `Gemfile`? I did confirm to work that with bootsnap and zeitwerk at https://github.com/ruby/ruby/pull/10347#issuecomment-2017204802

```
$ cat Gemfile
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1.0'
gem 'bootsnap', require: false

gem 'winrm'
```

----------------------------------------
Bug #20450: Ruby 3.1.1 broken with bootsnap
https://bugs.ruby-lang.org/issues/20450#change-108087

* Author: philippe.bs.noel@tutanota.com (Philippe Noel)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
* ruby -v: ruby 3.3.1 (2024-04-23 revision c56cd86388) [x86_64-linux]
* Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
The issue looks like https://bugs.ruby-lang.org/issues/20060

With the new release of ruby 3.1.1, bootsnap does not work anymore.

```
bin/rails aborted!
ArgumentError: comparison of String with nil failed (ArgumentError)

    msg = " #{RUBY_VERSION < SINCE[gem] ? "will no longer be" : "is not"} part of the default gems since Ruby #{SINCE[gem]}."
                             ^^^^^^^^^^
/usr/local/bundle/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
```

It's working with DISABLE_BOOTSNAP=1 with the following message : `warning: parser/current is loading parser/ruby33, which recognizes 3.3.0-compliant syntax, but you are running 3.3.1.`



-- 
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/postorius/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:117681] [Ruby master Bug#20450] Ruby 3.1.1 broken with bootsnap
  2024-04-24  9:25 [ruby-core:117674] [Ruby master Bug#20450] Ruby 3.1.1 broken with bootsnap philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
  2024-04-24  9:34 ` [ruby-core:117675] " hsbt (Hiroshi SHIBATA) via ruby-core
  2024-04-24 10:36 ` [ruby-core:117677] " philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
@ 2024-04-24 11:14 ` eugeneius (Eugene Kenny) via ruby-core
  2024-04-24 19:20 ` [ruby-core:117691] [Ruby master Bug#20450] Ruby 3.3.1 " professor (Todd Sedano) via ruby-core
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: eugeneius (Eugene Kenny) via ruby-core @ 2024-04-24 11:14 UTC (permalink / raw)
  To: ruby-core; +Cc: eugeneius (Eugene Kenny)

Issue #20450 has been updated by eugeneius (Eugene Kenny).


I submitted a fix for this issue at https://github.com/ruby/ruby/pull/10619.

----------------------------------------
Bug #20450: Ruby 3.1.1 broken with bootsnap
https://bugs.ruby-lang.org/issues/20450#change-108090

* Author: philippe.bs.noel@tutanota.com (Philippe Noel)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
* ruby -v: ruby 3.3.1 (2024-04-23 revision c56cd86388) [x86_64-linux]
* Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
The issue looks like https://bugs.ruby-lang.org/issues/20060

With the new release of ruby 3.1.1, bootsnap does not work anymore.

```
bin/rails aborted!
ArgumentError: comparison of String with nil failed (ArgumentError)

    msg = " #{RUBY_VERSION < SINCE[gem] ? "will no longer be" : "is not"} part of the default gems since Ruby #{SINCE[gem]}."
                             ^^^^^^^^^^
/usr/local/bundle/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
```

It's working with DISABLE_BOOTSNAP=1 with the following message : `warning: parser/current is loading parser/ruby33, which recognizes 3.3.0-compliant syntax, but you are running 3.3.1.`



-- 
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/postorius/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:117691] [Ruby master Bug#20450] Ruby 3.3.1 broken with bootsnap
  2024-04-24  9:25 [ruby-core:117674] [Ruby master Bug#20450] Ruby 3.1.1 broken with bootsnap philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
                   ` (2 preceding siblings ...)
  2024-04-24 11:14 ` [ruby-core:117681] " eugeneius (Eugene Kenny) via ruby-core
@ 2024-04-24 19:20 ` professor (Todd Sedano) via ruby-core
  2024-04-24 22:40 ` [ruby-core:117694] " shan (Shannon Skipper) via ruby-core
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: professor (Todd Sedano) via ruby-core @ 2024-04-24 19:20 UTC (permalink / raw)
  To: ruby-core; +Cc: professor (Todd Sedano)

Issue #20450 has been updated by professor (Todd Sedano).


Thank you for fixing this. I confirmed that making this change fixed Ruby 3.3.1 for gusto

----------------------------------------
Bug #20450: Ruby 3.3.1 broken with bootsnap
https://bugs.ruby-lang.org/issues/20450#change-108100

* Author: philippe.bs.noel@tutanota.com (Philippe Noel)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
* ruby -v: ruby 3.3.1 (2024-04-23 revision c56cd86388) [x86_64-linux]
* Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
The issue looks like https://bugs.ruby-lang.org/issues/20060

With the new release of ruby 3.1.1, bootsnap does not work anymore.

```
bin/rails aborted!
ArgumentError: comparison of String with nil failed (ArgumentError)

    msg = " #{RUBY_VERSION < SINCE[gem] ? "will no longer be" : "is not"} part of the default gems since Ruby #{SINCE[gem]}."
                             ^^^^^^^^^^
/usr/local/bundle/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
```

It's working with DISABLE_BOOTSNAP=1 with the following message : `warning: parser/current is loading parser/ruby33, which recognizes 3.3.0-compliant syntax, but you are running 3.3.1.`



-- 
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/postorius/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:117694] [Ruby master Bug#20450] Ruby 3.3.1 broken with bootsnap
  2024-04-24  9:25 [ruby-core:117674] [Ruby master Bug#20450] Ruby 3.1.1 broken with bootsnap philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
                   ` (3 preceding siblings ...)
  2024-04-24 19:20 ` [ruby-core:117691] [Ruby master Bug#20450] Ruby 3.3.1 " professor (Todd Sedano) via ruby-core
@ 2024-04-24 22:40 ` shan (Shannon Skipper) via ruby-core
  2024-04-25  8:53 ` [ruby-core:117701] " hsbt (Hiroshi SHIBATA) via ruby-core
  2024-04-27  1:47 ` [ruby-core:117731] " shan (Shannon Skipper) via ruby-core
  6 siblings, 0 replies; 8+ messages in thread
From: shan (Shannon Skipper) via ruby-core @ 2024-04-24 22:40 UTC (permalink / raw)
  To: ruby-core; +Cc: shan (Shannon Skipper)

Issue #20450 has been updated by shan (Shannon Skipper).


For what it's worth, here are some (untested) install scripts using a minimalist version of @eugeneius's patch for ruby-install, rbenv, RVM and asdf.

```sh
ruby-install --patch https://gist.githubusercontent.com/havenwood/57ef01e562bc5ac2939477cc842cc9ad/raw/6680a70b409c/delete_archdir_prefix.patch ruby-3.3.1
```

```sh
rvm install 3.3.1 --patch https://gist.githubusercontent.com/havenwood/57ef01e562bc5ac2939477cc842cc9ad/raw/6680a70b409c/delete_archdir_prefix.patch
```

```ruby
rbenv install --patch 3.3.1 < <(curl -s https://gist.githubusercontent.com/havenwood/57ef01e562bc5ac2939477cc842cc9ad/raw/0509f4df6d7e8e5e4a16eae2ef43f903b2b265d6/delete_archdir_prefix.patch)
```

```sh
RUBY_APPLY_PATCHES=$(curl -s https://gist.githubusercontent.com/havenwood/57ef01e562bc5ac2939477cc842cc9ad/raw/0509f4df6d7e8e5e4a16eae2ef43f903b2b265d6/delete_archdir_prefix.patch) asdf install ruby 3.3.1
```

----------------------------------------
Bug #20450: Ruby 3.3.1 broken with bootsnap
https://bugs.ruby-lang.org/issues/20450#change-108103

* Author: philippe.bs.noel@tutanota.com (Philippe Noel)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
* ruby -v: ruby 3.3.1 (2024-04-23 revision c56cd86388) [x86_64-linux]
* Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
The issue looks like https://bugs.ruby-lang.org/issues/20060

With the new release of ruby 3.1.1, bootsnap does not work anymore.

```
bin/rails aborted!
ArgumentError: comparison of String with nil failed (ArgumentError)

    msg = " #{RUBY_VERSION < SINCE[gem] ? "will no longer be" : "is not"} part of the default gems since Ruby #{SINCE[gem]}."
                             ^^^^^^^^^^
/usr/local/bundle/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
```

It's working with DISABLE_BOOTSNAP=1 with the following message : `warning: parser/current is loading parser/ruby33, which recognizes 3.3.0-compliant syntax, but you are running 3.3.1.`



-- 
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/postorius/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:117701] [Ruby master Bug#20450] Ruby 3.3.1 broken with bootsnap
  2024-04-24  9:25 [ruby-core:117674] [Ruby master Bug#20450] Ruby 3.1.1 broken with bootsnap philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
                   ` (4 preceding siblings ...)
  2024-04-24 22:40 ` [ruby-core:117694] " shan (Shannon Skipper) via ruby-core
@ 2024-04-25  8:53 ` hsbt (Hiroshi SHIBATA) via ruby-core
  2024-04-27  1:47 ` [ruby-core:117731] " shan (Shannon Skipper) via ruby-core
  6 siblings, 0 replies; 8+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-04-25  8:53 UTC (permalink / raw)
  To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)

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


Thanks all. I added https://github.com/ruby/ruby/pull/10619 to [backport PR](https://github.com/ruby/ruby/pull/10354).

Sorry to your inconvenient experience for new stable version. https://bugs.ruby-lang.org/issues/20450#note-6 or https://github.com/ruby/ruby/pull/10619#issuecomment-2075896240 are good to temporary workaround for this issue until 3.3.2 release.





----------------------------------------
Bug #20450: Ruby 3.3.1 broken with bootsnap
https://bugs.ruby-lang.org/issues/20450#change-108111

* Author: philippe.bs.noel@tutanota.com (Philippe Noel)
* Status: Closed
* Assignee: hsbt (Hiroshi SHIBATA)
* ruby -v: ruby 3.3.1 (2024-04-23 revision c56cd86388) [x86_64-linux]
* Backport: 3.1: DONTNEED, 3.2: DONTNEED, 3.3: REQUIRED
----------------------------------------
The issue looks like https://bugs.ruby-lang.org/issues/20060

With the new release of ruby 3.1.1, bootsnap does not work anymore.

```
bin/rails aborted!
ArgumentError: comparison of String with nil failed (ArgumentError)

    msg = " #{RUBY_VERSION < SINCE[gem] ? "will no longer be" : "is not"} part of the default gems since Ruby #{SINCE[gem]}."
                             ^^^^^^^^^^
/usr/local/bundle/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
```

It's working with DISABLE_BOOTSNAP=1 with the following message : `warning: parser/current is loading parser/ruby33, which recognizes 3.3.0-compliant syntax, but you are running 3.3.1.`



-- 
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/postorius/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:117731] [Ruby master Bug#20450] Ruby 3.3.1 broken with bootsnap
  2024-04-24  9:25 [ruby-core:117674] [Ruby master Bug#20450] Ruby 3.1.1 broken with bootsnap philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
                   ` (5 preceding siblings ...)
  2024-04-25  8:53 ` [ruby-core:117701] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-04-27  1:47 ` shan (Shannon Skipper) via ruby-core
  6 siblings, 0 replies; 8+ messages in thread
From: shan (Shannon Skipper) via ruby-core @ 2024-04-27  1:47 UTC (permalink / raw)
  To: ruby-core; +Cc: shan (Shannon Skipper)

Issue #20450 has been updated by shan (Shannon Skipper).


RVM is now patching this by default for 3.3.1 installs. https://github.com/rvm/rvm/pull/5457

----------------------------------------
Bug #20450: Ruby 3.3.1 broken with bootsnap
https://bugs.ruby-lang.org/issues/20450#change-108138

* Author: philippe.bs.noel@tutanota.com (Philippe Noel)
* Status: Closed
* Assignee: hsbt (Hiroshi SHIBATA)
* ruby -v: ruby 3.3.1 (2024-04-23 revision c56cd86388) [x86_64-linux]
* Backport: 3.1: DONTNEED, 3.2: DONTNEED, 3.3: REQUIRED
----------------------------------------
The issue looks like https://bugs.ruby-lang.org/issues/20060

With the new release of ruby 3.1.1, bootsnap does not work anymore.

```
bin/rails aborted!
ArgumentError: comparison of String with nil failed (ArgumentError)

    msg = " #{RUBY_VERSION < SINCE[gem] ? "will no longer be" : "is not"} part of the default gems since Ruby #{SINCE[gem]}."
                             ^^^^^^^^^^
/usr/local/bundle/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
```

It's working with DISABLE_BOOTSNAP=1 with the following message : `warning: parser/current is loading parser/ruby33, which recognizes 3.3.0-compliant syntax, but you are running 3.3.1.`



-- 
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/postorius/lists/ruby-core.ml.ruby-lang.org/

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

end of thread, other threads:[~2024-04-27  1:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-24  9:25 [ruby-core:117674] [Ruby master Bug#20450] Ruby 3.1.1 broken with bootsnap philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
2024-04-24  9:34 ` [ruby-core:117675] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-04-24 10:36 ` [ruby-core:117677] " philippe.bs.noel@tutanota.com (Philippe Noel) via ruby-core
2024-04-24 11:14 ` [ruby-core:117681] " eugeneius (Eugene Kenny) via ruby-core
2024-04-24 19:20 ` [ruby-core:117691] [Ruby master Bug#20450] Ruby 3.3.1 " professor (Todd Sedano) via ruby-core
2024-04-24 22:40 ` [ruby-core:117694] " shan (Shannon Skipper) via ruby-core
2024-04-25  8:53 ` [ruby-core:117701] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-04-27  1:47 ` [ruby-core:117731] " shan (Shannon Skipper) 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 read-only IMAP folder(s) and NNTP newsgroup(s).