Skip to content

remove_file should unlink broken symlinks#720

Merged
rafaelfranca merged 1 commit into
rails:masterfrom
2called-chaos:fix-remove-file-unlinks-symlinks
Jun 2, 2021
Merged

remove_file should unlink broken symlinks#720
rafaelfranca merged 1 commit into
rails:masterfrom
2called-chaos:fix-remove-file-unlinks-symlinks

Conversation

@2called-chaos

Copy link
Copy Markdown
Contributor

The problem is that remove_file only checks if File.exist? which is false if the symlink target does not exist (anymore). In create_link this was already considered.

@dorner dorner left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@rafaelfranca rafaelfranca merged commit 2c1d3c0 into rails:master Jun 2, 2021
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.

3 participants