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
0.8.0
Windows 10 64bit
0.8.0 always follows symlinks, also without --follow:
--follow
cwd
linktarget
cwd\\one.txt
linktarget\\two.txt
mklink /d link ..\\linktarget
rg --files
Also reproduces without --files.
--files
DEBUG/grep::search/grep\src\search.rs:195: regex ast: Repeat { e: Literal { chars: [ 'z' ], casei: false }, r: Range { min: 0, max: Some( 0 ) }, greedy: true } one.txt link\two.txt
one.txt
/cc @roblourens
The text was updated successfully, but these errors were encountered:
18f549d
@chrmarti Thanks for the great bug report! This was fallout as a result of fixing #705. This should be fixed on master.
Sorry, something went wrong.
@chrmarti @roblourens ripgrep 0.8.1 is out with this and #820 fixed.
Great, thanks @BurntSushi!
No branches or pull requests
What version of ripgrep are you using?
0.8.0
What operating system are you using ripgrep on?
Windows 10 64bit
If this is a bug, what are the steps to reproduce the behavior?
0.8.0 always follows symlinks, also without
--follow
:cwd
andlinktarget
cwd\\one.txt
andlinktarget\\two.txt
cwd
folder targeting thelinktarget
folder:mklink /d link ..\\linktarget
cwd
:rg --files
Also reproduces without
--files
.If this is a bug, what is the actual behavior?
If this is a bug, what is the expected behavior?
/cc @roblourens
The text was updated successfully, but these errors were encountered: