Alexey Kopytko

Results 59 issues of Alexey Kopytko

It makes the tests fail if run with a relatively small recursion limit and no JIT: ``` php -dpcre.jit=0 -dpcre.recursion_limit=200 vendor/bin/phpunit ``` See #333

Looks like PHPStan is kinda lost here.

Please add support for error reporting in GitHub Actions. For example, like [PHPStan](https://github.com/shivammathur/setup-php#phpstan) or [Psalm](https://github.com/shivammathur/setup-php#psalm), or [Infection](https://github.com/infection/infection/pull/1368) do.

enhancement
help wanted

Use more appropriate `composer require`

## Bug report | Question | Answer | ------------| --------------- | Box version | 3.8.0@e7d8df3 | PHP version | 7.3.8-1 | Platform with version | Linux | Github Repo |...

enhancement
good first issue

> Not having this defined lead to Notices not being converted into errors on my CI which lead to escaping mutants. When I tried running Infection by setting `error_reporting` to...

Feature Request

## Implementation status - [x] `@infection-ignore-all` on statement level, ignores all and every mutation in a node and below (#1468) - [ ] `@infection-ignore-next-line` on line level, same as above...

Feature Request

Speaking of performance, `git bisect` points out that #1165 introduced [a surprising 60% regression](https://blackfire.io/profiles/compare/29d0e76a-f67e-4ad9-b21c-a8b7bef2f0db/graph). Overall since #1106 we lost [over 75%](https://blackfire.io/profiles/compare/e291c9f4-b440-4cc0-85de-dd10b94a3795/graph). I'd say it's a joke, if not profile diffs....

Bug