[#115884] Windows Ruby 3.2.2: Non-English character added to Windows Registry String Value — Jay Mav via ruby-core <ruby-core@...>
Hello,
3 messages
2023/12/24
[ruby-core:115737] [Ruby master Bug#20060] bundled_gems.rb is not working with Bootsnap
From:
"hsbt (Hiroshi SHIBATA) via ruby-core" <ruby-core@...>
Date:
2023-12-13 22:52:27 UTC
List:
ruby-core #115737
Issue #20060 has been updated by hsbt (Hiroshi SHIBATA).
I merged https://github.com/ruby/ruby/pull/9226 and https://github.com/ruby/ruby/pull/9198 for this issue.
----------------------------------------
Bug #20060: bundled_gems.rb is not working with Bootsnap
https://bugs.ruby-lang.org/issues/20060#change-105670
* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Assignee: hsbt (Hiroshi SHIBATA)
* Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN
----------------------------------------
Addressed from https://github.com/ruby/ruby/pull/9163#issuecomment-1850924893
`bundled_gems.rb` of 3.3.0-rc1 couldn't handle full paths by Bootsnap.
```
$ rails new example
(snip)
rails importmap:install
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]}."
(snip)
```
It's working with DISABLE_BOOTSNAP=1. But we should resolve it with under the bootsnap.
--
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/