Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

review-catalog-converterでDateシンボルエラー #1753

Closed
kmuto opened this issue Oct 12, 2021 · 6 comments
Closed

review-catalog-converterでDateシンボルエラー #1753

kmuto opened this issue Oct 12, 2021 · 6 comments
Assignees

Comments

@kmuto
Copy link
Owner

kmuto commented Oct 12, 2021

@takahashim
a25ecc4 で入っていた lib/review/catalog.rbの

       @yaml = YAML.safe_load(file.read, [Date])

なんですが、require 'date' をしていないのでエラーになりました。
意図的には単純にrequireすればいいんでしょうか。

@takahashim
Copy link
Collaborator

require 'date'、今は必要となったところで適宜読んでる感じでしたね…(pdfmaker.rbとepubcommon.rb)。
とりあえずlib/review/catalog.rbにも追加しておきます。

@takahashim
Copy link
Collaborator

やっぱりグローバルに読み込んでもいいかも?と思いつつ、とりあえず #1757 を取り込みます

kmuto added a commit that referenced this issue Oct 19, 2021
@kmuto
Copy link
Owner Author

kmuto commented Feb 5, 2022

@takahashim これcloseします? グローバルにします?

@takahashim
Copy link
Collaborator

最近のRubyではDateよりもTimeの方がおすすめという話もあるので、グローバルにはしなくても良いんではないかと思いました!

@takahashim
Copy link
Collaborator

というわけでこのissueは閉じてしまっても問題ないです

@kmuto
Copy link
Owner Author

kmuto commented Feb 5, 2022

ありがとうございます!
では閉じますね。

@kmuto kmuto closed this as completed Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants