Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

YAML::Store dependency for pstore is required and fails on Ruby 4.0

未关闭
#69 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
42/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
停滞
技术栈
ruby, yaml
领域
tooling

调研方向

从 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

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

ruby/yaml 的其他 Issue

查看 ruby/yaml 的全部 Issue

相似的 Issue

更多 Ruby Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。