Pinned issues
Issues
- 5
Freezing and deprecating this project
#64 opened by mvdan - 1
internal error: go list gives conflicting information for package internal/bytealg
#62 opened by icholy - 4
Add a gogrep talk link into a readme?
#44 opened by quasilyte - 0
- 2
no Go files in ...
#58 opened by kandeshvari - 4
API for gogrep matching engine
#55 opened by benjaminjkraft - 2
more examples
#57 opened by exitstop - 0
feature request: -single-file param
#56 opened by quasilyte - 0
option to skip type checks
#54 opened by andybalholm - 8
Advanced queries via Go code
#32 opened by mvdan - 2
$*_ for import specs
#50 opened by quasilyte - 1
$?<name> to match a single optional node
#52 opened by quasilyte - 4
a variant of $*_ that discards the nodes
#22 opened by mvdan - 1
Matching of the empty block
#49 opened by quasilyte - 1
Support for $*_ inside function params
#48 opened by quasilyte - 1
$*_ for function return values
#47 opened by quasilyte - 1
$(_ /regexp/) syntax doesn't seem to be working
#45 opened by quasilyte - 2
- 3
Panic when gogrep is used with "-a 'package/lib/type'" and "-x '$x, _ := $a.Method()'"
#40 opened by DmitriyMV - 2
Support for searching struct types
#38 opened by myitcv - 3
- 4
gogrep panics with "func $x()" pattern
#36 opened by quasilyte - 1
Provide a way to skip test files
#29 opened by mvdan - 0
Switch to go/packages for module support
#39 opened by mvdan - 11
make matcher optionally more agressive
#4 opened by mvdan - 0
Still fails at substituting empty lists at times
#34 opened by mvdan - 1
Using types not in the standard library
#30 opened by mvdan - 5
Add type predicates support
#31 opened by quasilyte - 1
rethink commands to allow any number of args
#26 opened by mvdan - 0
- 4
think whether B.C should match A.B.C
#12 opened by mvdan - 3
REPL mode to avoid re-loading from source
#27 opened by mvdan - 1
more variations of type restrictions
#25 opened by mvdan - 10
Add type constraints
#3 opened by mvdan - 2
- 3
add composability of commands
#23 opened by mvdan - 3
- 5
add regex matching (limited to idents)
#21 opened by mvdan - 4
decide whether "b; c" should match "{ a; b; c; d }"
#20 opened by mvdan - 3
support package-recursive search
#11 opened by rogpeppe - 3
syntax errors report wrong position information
#17 opened by rogpeppe - 1
add full filesystem tests
#19 opened by mvdan - 3
- 16
- 1
- 4
Allow standard input too
#5 opened by rogpeppe - 0
Don't always depend on type information
#8 opened by mvdan - 1
- 3
Add an "any number of" wildcard
#2 opened by mvdan - 3
match multiple arguments
#7 opened by rogpeppe