cgrep icon indicating copy to clipboard operation
cgrep copied to clipboard

Cgrep: a context-aware grep for source codes

Results 7 cgrep issues
Sort by recently updated
recently updated
newest added

I was trying to build `cgrep-clang` on Arch `env:{llvm:12.0.0,clang:12.0.0}` but it fails with: ```cpp clang++ -MM -fpic -I/usr/include -std=c++14 -fno-exceptions -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm/src/llvm-12.0.0.src/tools/clang/include -I/usr/tools/clang/include -std=c++17 -fexceptions cgrep.cpp >...

Hi, I was trying to move from Ack to Cgrep, but I find a couple of feature of the former missing in the latter. The most critical, would be the...

``` [19 of 29] Compiling CGrep.Output ( src/CGrep/Output.hs, dist/build/cgrep/cgrep-tmp/CGrep/Output.dyn_o ) src/CGrep/Output.hs:173:12: error: • Illegal equational constraint GHC.Exts.Item a ~ B.Builder (Use GADTs or TypeFamilies to permit this) • When checking...

Hackage only has 8.1.0 [here](https://hackage.haskell.org/packages/browse?terms=cgrep).

Related to https://github.com/Homebrew/homebrew-core/pull/253706

result column numbers should be 40, but cgrep always output column for end of line. --- $ cgrep --version cgrep 9.0.0 $ cabal --version cabal-install version 3.16.0.0 compiled using version...

$ cabal install cgrep-9.0.0 Resolving dependencies... Error: [Cabal-7107] Could not resolve dependencies: [__0] trying: cgrep-9.0.0 (user goal) [__1] next goal: base (dependency of cgrep) [__1] rejecting: base-4.21.0.0/installed-8bb5 (conflict: cgrep =>...