You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a particular LLVM checkout, this search returns some results: rg ApplyCallback a/ b/ benchmarks/ bindings/ c/ cmake/ docs/ examples/ include/ lib/ projects/ resources/
But this search returns no results: rg ApplyCallback a/ b/ benchmarks/ bindings/ c/ cmake/ docs/ examples/ include/ lib/ projects/ resources/ runtimes/
Since I have only specified one extra directory to search, I would not expect fewer results.
What are the steps to reproduce the behavior?
git clone https://github.com/llvm/llvm-project.git
cd llvm-project/llvm
mkdir a b c
rg ApplyCallback */
What is the actual behavior?
The rg command above returns no results.
What is the expected behavior?
The command should return some results, because the search string occurs in e.g. include/llvm/TableGen/TableGenBackend.h.
The text was updated successfully, but these errors were encountered:
Please tick this box to confirm you have reviewed the above.
What version of ripgrep are you using?
ripgrep 14.1.1 (rev 79cbe89)
features:-pcre2
simd(compile):+SSE2,-SSSE3,-AVX2
simd(runtime):+SSE2,+SSSE3,+AVX2
PCRE2 is not available in this build of ripgrep.
How did you install ripgrep?
Built from source with
cargo build --release
What operating system are you using ripgrep on?
Ubuntu 24.04.1 LTS
Describe your bug.
In a particular LLVM checkout, this search returns some results:
rg ApplyCallback a/ b/ benchmarks/ bindings/ c/ cmake/ docs/ examples/ include/ lib/ projects/ resources/
But this search returns no results:
rg ApplyCallback a/ b/ benchmarks/ bindings/ c/ cmake/ docs/ examples/ include/ lib/ projects/ resources/ runtimes/
Since I have only specified one extra directory to search, I would not expect fewer results.
What are the steps to reproduce the behavior?
What is the actual behavior?
The
rg
command above returns no results.What is the expected behavior?
The command should return some results, because the search string occurs in e.g.
include/llvm/TableGen/TableGenBackend.h
.The text was updated successfully, but these errors were encountered: