-
I've noticed that `ag` yields a false positive.
## Reproduction Guide
```bash
# Grab yourself a copy of linux (I was working on the given commit)
mkdir linux && cd linux && git init
git remot…
-
The generated Brewfile is saying:
```
install the-silver-searcher
```
Homebrew actually has the program listed as:
```
the_silver_searcher
```
I'm guessing this has to do with how you verify or no…
-
### Actual Behavior
Two separate entries for `ag` are listed:
https://anaconda.org/anaconda/the_silver_searcher
https://anaconda.org/anaconda/the-silver-searcher
### Expected Behavio…
-
https://github.com/ggreer/the_silver_searcher
-
https://github.com/ggreer/the_silver_searcher
-
### Steps to reproduce
```
[kaig1@login5 summit-gpu]$ spack install the-silver-searcher
```
This happens on Summit and on Spock, using gcc/{10.2,10.3}, respectively. Looks like an issue with the…
-
I installed GCC-10 from experimental in Debian sid environment.
In this environment, the build has failed with linker error.
The cause is that the `-fno-common` option is the default in GCC-10.
The…
-
In my search case (many small files), I found the_platinum_searcher is much faster (1s vs 6s) than the_silver_searcher.
After some optimization (switch to mingw64 win32 thread model, use jemalloc), I …
-
I'm using fish shell on the latest OSX on a 2017 macbook pro.
```sh
david@lithium ~>brew install the_silver_searcher
Updating Homebrew...
==> Downloading https://homebrew.bintray…
-
Using grep as the back-end does not have this problem, but I need to use ag for its ability to auto-source .gitignore files.
LMK if you need a zip of the file structure for testing; can't post it h…