We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Re:VIEWとepubmakerが相互に参照しているので、すべて lib/review 以下に入れたほうがよさそう?
The text was updated successfully, but these errors were encountered:
手元でepubmaker流用で使ってたのはだいたいreview-epubmakerに移行したから、移動してもいいかなぁ。ただちょっともう時間が足りないのでrelease後ですね(epubmaker.rbあたりが名前衝突して厄介なはず)。
Sorry, something went wrong.
warningは出なくするだけならrequireの向きを直すだけでもいけるかもです
lib/epubmaker/producer.rb で require 'review'してるんですが、それだけでreviewのすべてのファイルを読み込みます。で、その配下にある lib/review/epubmaker.rb で逆方向に require 'epubmaker' してるから循環してるっぽいです。
require 'review'
require 'epubmaker'
epubcommon.rb の require 'epubmaker/producer' も不要そう。
require 'epubmaker/producer'
とりあえず全部とりました。
No branches or pull requests
Re:VIEWとepubmakerが相互に参照しているので、すべて lib/review 以下に入れたほうがよさそう?
The text was updated successfully, but these errors were encountered: