Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / quasilyte/phpgrep issues and pull requests
#83 - add --php-ext argument
Pull Request -
State: closed - Opened by quasilyte 9 months ago
#82 - Search in files with ctp extension
Issue -
State: closed - Opened by garfildalex6 9 months ago
- 4 comments
#81 - Finding the last line of the class implementation.
Issue -
State: open - Opened by kwjurkiewicz almost 2 years ago
#80 - Finding class names from a given file.
Issue -
State: open - Opened by kwjurkiewicz almost 2 years ago
#79 - add `--exclude-results` option
Pull Request -
State: closed - Opened by quasilyte over 2 years ago
#78 - use vkcom php parser version
Pull Request -
State: closed - Opened by quasilyte over 2 years ago
#77 - Update worker.go fix build
Pull Request -
State: closed - Opened by pavelthq over 3 years ago
#76 - fix errors printing in "update" progress mode
Pull Request -
State: closed - Opened by quasilyte over 3 years ago
#75 - implement fuzzy matching (can be disabled with `--strict-syntax`)
Pull Request -
State: closed - Opened by quasilyte over 3 years ago
#74 - internal/phpgrep: add "update" and "none" progress printing modes
Pull Request -
State: closed - Opened by quasilyte over 3 years ago
#73 - internal/phpgrep: add more colors and support env vars
Pull Request -
State: closed - Opened by quasilyte over 3 years ago
#72 - add the MatchLine support
Pull Request -
State: closed - Opened by quasilyte over 3 years ago
#71 - internal/phpgrep: make the output colored by default
Pull Request -
State: closed - Opened by quasilyte over 3 years ago
#70 - unable to use phpgrep as library
Issue -
State: open - Opened by ervishal almost 4 years ago
- 5 comments
#69 - Prestashop sql statements / verify escaping or type cast
Issue -
State: open - Opened by ghost about 4 years ago
#68 - readme: update examples
Pull Request -
State: closed - Opened by quasilyte about 4 years ago
#67 - add multi-target support (comma-separated)
Pull Request -
State: closed - Opened by quasilyte about 4 years ago
#66 - Question: Possible to get whole body of function not one line?
Issue -
State: open - Opened by klebann about 4 years ago
- 4 comments
#65 - Add "list" subcommand with "--format xml" option
Issue -
State: open - Opened by quasilyte about 4 years ago
#64 - update noverify: backtracking is now a thing
Pull Request -
State: closed - Opened by quasilyte about 4 years ago
#63 - [${"*"}, $_] doesn't match [1, 2]
Issue -
State: closed - Opened by quasilyte about 4 years ago
- 1 comment
#62 - internal/phpgrep: print num of matches
Pull Request -
State: closed - Opened by quasilyte over 4 years ago
#61 - Print the number of successful matches
Issue -
State: closed - Opened by quasilyte over 4 years ago
#60 - cmd/phpgrep: add ${"const"} tests
Pull Request -
State: closed - Opened by quasilyte over 4 years ago
#59 - cmd/phpgrep: add more filter tests
Pull Request -
State: closed - Opened by quasilyte over 4 years ago
#58 - do case-insensitive search by default
Pull Request -
State: closed - Opened by quasilyte over 4 years ago
#57 - Can we support case-insensitive?
Issue -
State: closed - Opened by sohaha over 4 years ago
- 5 comments
#56 - cmd/phpgrep: fix filters
Pull Request -
State: closed - Opened by quasilyte over 4 years ago
#55 - migrate to GitHub actions
Pull Request -
State: closed - Opened by quasilyte over 4 years ago
#54 - all: update noverify
Pull Request -
State: closed - Opened by quasilyte over 4 years ago
#53 - Switch to GitHub actions
Issue -
State: closed - Opened by quasilyte over 4 years ago
#52 - .travis.yml: re-write in YAML5 style
Pull Request -
State: closed - Opened by quasilyte over 4 years ago
#51 - Add golangci-lint to the CI pipeline
Issue -
State: closed - Opened by quasilyte over 4 years ago
- 1 comment
#50 - do an actual pattern analysis to infer its deps
Pull Request -
State: closed - Opened by quasilyte over 4 years ago
#49 - all: re-write using the NoVerify version of phpgrep
Pull Request -
State: closed - Opened by quasilyte over 4 years ago
#48 - Make it possible to use named matches inside -format templates
Issue -
State: closed - Opened by quasilyte over 4 years ago
#47 - Support patterns like `public $typ $field = 0`
Issue -
State: open - Opened by quasilyte over 4 years ago
#46 - cmd/phpgrep: add -format flag to control the output format
Pull Request -
State: closed - Opened by quasilyte over 4 years ago
#45 - Implement named *-class (e.g. 'var:*')
Issue -
State: open - Opened by quasilyte over 4 years ago
#44 - Add a -limit option
Issue -
State: closed - Opened by quasilyte over 4 years ago
#43 - Add a mode that prints the entire matched line (and maybe context lines?)
Issue -
State: closed - Opened by quasilyte over 4 years ago
- 1 comment
#42 - Patterns that don't always work without a proper backtracking support in matcher
Issue -
State: closed - Opened by quasilyte over 4 years ago
- 1 comment
#41 - After go get
Issue -
State: closed - Opened by brother0k over 4 years ago
- 8 comments
#40 - Add `lhs` matcher class
Issue -
State: open - Opened by quasilyte almost 5 years ago
#39 - Can I find a function have arguments, which assigning from any user-supply
Issue -
State: open - Opened by lowk3v almost 5 years ago
- 2 comments
#38 - Borrow ideas from the ruleguard
Issue -
State: open - Opened by quasilyte about 5 years ago
#37 - add -exclude option
Pull Request -
State: closed - Opened by olshevskiy87 about 5 years ago
#36 - ${"*"} does not work inside function-like language constructons
Issue -
State: open - Opened by quasilyte about 5 years ago
Labels: bug
#35 - Optimize ${"*"} pattern matching
Issue -
State: closed - Opened by quasilyte over 5 years ago
#34 - matcher.go:432:8: undefined: expr.ParenExpr
Issue -
State: closed - Opened by ostrolucky over 5 years ago
- 2 comments
#33 - Recursive block search
Issue -
State: open - Opened by quasilyte over 5 years ago
#32 - Now it's possible to match paren exprs
Pull Request -
State: closed - Opened by quasilyte over 5 years ago
#31 - How to match backticks `...` or eval()
Issue -
State: open - Opened by tmuras over 5 years ago
- 5 comments
#30 - Typo - extra ` character
Pull Request -
State: closed - Opened by tmuras over 5 years ago
#29 - fix typo
Pull Request -
State: closed - Opened by chapeupreto over 5 years ago
#28 - Don't match aliased builtins
Issue -
State: open - Opened by quasilyte over 5 years ago
#27 - Add custom printing formatting
Issue -
State: closed - Opened by quasilyte over 5 years ago
- 5 comments
#26 - Improve docs
Issue -
State: open - Opened by quasilyte over 5 years ago
#25 - Add replace function support
Issue -
State: open - Opened by quasilyte over 5 years ago
#24 - Handle nil/negative pos for invalid nodes
Issue -
State: open - Opened by quasilyte over 5 years ago
#23 - Match class/function/trait/interface
Issue -
State: open - Opened by quasilyte over 5 years ago
#22 - Ignore output `\bom in the middle of file`
Issue -
State: open - Opened by Azeirah over 5 years ago
- 1 comment
Labels: enhancement
#21 - Do grepping concurrently
Issue -
State: closed - Opened by quasilyte over 5 years ago
#20 - Print matches as processing goes
Issue -
State: closed - Opened by quasilyte over 5 years ago
#19 - Add binary releases for x86 Linux and Windows
Issue -
State: closed - Opened by quasilyte over 5 years ago
- 1 comment
#18 - Wrong results for inputs that are not utf8-encoded
Issue -
State: open - Opened by quasilyte over 5 years ago
#17 - Add a flag to exclude dirs during recursive walking
Issue -
State: open - Opened by quasilyte over 5 years ago
#16 - PHP syntax restrictions affect the range of patterns we can express
Issue -
State: open - Opened by quasilyte over 5 years ago
#15 - Add profiling support
Issue -
State: closed - Opened by quasilyte over 5 years ago
#14 - Incorrect matching of expressions with variables inside them
Issue -
State: closed - Opened by quasilyte over 5 years ago
Labels: bug
#13 - NoVerify integration issues
Issue -
State: closed - Opened by quasilyte over 5 years ago
#12 - Exit with appropriate exit code
Issue -
State: closed - Opened by quasilyte over 5 years ago
#11 - Target syntax errors are silently ignored
Issue -
State: open - Opened by quasilyte over 5 years ago
#10 - Implement directory targets (with recursive search)
Issue -
State: closed - Opened by quasilyte over 5 years ago
#9 - Add linters to CI
Issue -
State: open - Opened by quasilyte over 5 years ago
#8 - readme: add note for users
Pull Request -
State: closed - Opened by quasilyte over 5 years ago
#7 - Add travis CI
Issue -
State: closed - Opened by quasilyte over 5 years ago
- 1 comment
#6 - Use "," instead "|" for value list separator
Issue -
State: closed - Opened by quasilyte over 5 years ago
#5 - Implement Filters for string values (quoted values)
Issue -
State: open - Opened by quasilyte over 5 years ago
- 4 comments
#4 - Implement filters
Issue -
State: closed - Opened by quasilyte over 5 years ago
#3 - Implement all matcher classes
Issue -
State: closed - Opened by quasilyte over 5 years ago
- 1 comment
#2 - re-ogranize tests
Issue -
State: open - Opened by quasilyte over 5 years ago
#1 - PHP-compatible syntax for matching 0-N (*) statements
Issue -
State: open - Opened by quasilyte over 5 years ago
- 1 comment