Maks Rafalko

Results 253 comments of Maks Rafalko

Analyzed `DecrementInteger` on the whole Infection run, found many other possible improvements. Extracted to https://github.com/infection/infection/issues/2183

> Do we actually think it a great idea? I would prefer Infection to mutate `sleep()` and `usleep()` (with increment) for me because if I'm using them directly, I need...

Or we can block this PR for some time and really create "levels" & "profiles" - seems like it sounds in every ticket we are discussing last weeks :) I...

copy @theofidry's comment here to not have an offtopic in #2126 > I wish it would be a lot more straightforward: > > > ``` > infection path/to/my/file > ```...

Not sure I get your points @theofidry First of all, I think it's confusing to treat `path/to/my/file` differently (as a source file and as a test file). But probably that's...

Sorry for the long post, I want to explain all the cases we currently have to have more structured discussion. From what I've tested, `phpunit --covers` works **only** if you...

> DebugLog might be a good name, to not mix up the term "mutation" and "mutator" too much Unfortunately we already have Debug log and it doesn't mean what you...

@aurum86 could you please provide details about your case? What is the `infection.json5`, how do you run infection (command line)? I can't reproduce it. Mention [`escapeshellarg`](https://github.com/infection/infection/pull/1697/files#diff-25966259ad4029aa5beb4c5ec111caf2fb364d6027782cb90552e252cc7d4391R70) has been removed a...