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

a broken symlink results in ripgrep emitting an error even if the symlink is ignored #2552

Open
BurntSushi opened this issue Jul 7, 2023 · 0 comments
Labels
bug A bug.

Comments

@BurntSushi
Copy link
Owner

Copied from #2431:

Steps to reproduce:

  • Create parallel walker with "follow links" option enabled.
  • Create broken symlink with the name broken_symlink, for example.
  • Add "broken_symlink" to ignored files.
  • Get walker dir entry results.

Expected: walker doesn't return dir entry result for the link.
Actual: walker returns error result for the link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug.
Projects
None yet
Development

No branches or pull requests

1 participant