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

image_finder.rb: support symlinked directory #743

Merged
merged 1 commit into from
Feb 11, 2017
Merged

image_finder.rb: support symlinked directory #743

merged 1 commit into from
Feb 11, 2017

Conversation

m-shibata
Copy link
Contributor

imagesディレクトリの下のディレクトリとしてシンボリックリンクを使えるようにするためのパッチです。

image_finder.rbのDir.glob(File.join(@basedir, "**/*.*"))は、ファイルのシンボリックリンクは辿ってくれるようですが、ディレクトリについては辿ってくれないようです。

以下のURLによると、Dir.glob("**{,/*/**}/*.*")で解決しそうだったので、コードを変更しテストを追加しました。
http://stackoverflow.com/questions/357754/can-i-traverse-symlinked-directories-in-ruby-with-a-glob

@takahashim
Copy link
Collaborator

ありがとうございます。シンボリックリンクを辿れるようにするのがこれで良いのかちょっと自信がないのですが、とりあえず取り込んでみますね。

@takahashim takahashim merged commit 19e17a3 into kmuto:master Feb 11, 2017
@m-shibata m-shibata deleted the symlinked-dirs branch June 26, 2018 14:57
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

Successfully merging this pull request may close these issues.

2 participants