YAML::Store dependency for pstore is required and fails on Ruby 4.0
还没有人认领这个 Issue。
评估
调研方向
从 lib/yaml/store.rb 开始,重点查看第 7-10 行附近的 require 语句以及第 43 行附近的 PStore 继承。检查 gemspec 如何处理依赖项,以及 Ruby 4.0 中 bundled gem 的变更如何影响加载。依赖项得到显式处理,并且不再静默抑制 LoadError,即表示完成。
由索引模型根据 Issue 内容生成。
描述
YAML::Store has this require statement:
https://github.com/ruby/yaml/blob/79b6b15f4ac762464d5ccb9d743fa0451ced70a5/lib/yaml/store.rb#L7-L10
But really it directly inherits from PStore:
https://github.com/ruby/yaml/blob/79b6b15f4ac762464d5ccb9d743fa0451ced70a5/lib/yaml/store.rb#L43
Since Ruby 4.0 pstore is a bundled gem instead of a default gem: https://www.ruby-lang.org/en/news/2025/12/25/ruby-4-0-0-released/#stdlib-updates
The following bundled gems are promoted from default gems.
pstore 0.2.0
0.1.4 to v0.2.0
Though I think https://stdgems.org/pstore/ provides a clearer overview.
I'm not sure what is best: make yaml depend on pstore in the gemspec or simply make it a soft dependency. In either case, the LoadError shouldn't be silently supressed.
- 主要语言
- Ruby
- 星标
- 37
- 派生
- 13
- 平均合并
- 9 小时 47 分钟
- 30 天内合并 PR
- 2
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
ruby/yaml 的其他 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 70/100
-
bug
难度 1/5 1 小时以内 新手友好度 90/100
riscv/riscv-unified-db#2626 ·
-
Component: GLib
难度 2/5 1-3 小时 新手友好度 70/100
-
ds-drift
难度 2/5 1-3 小时 新手友好度 70/100
we-promise/sure#3693 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
simp/pupmod-simp-simp#395 ·