Maks Rafalko

Results 321 comments of Maks Rafalko

I like the idea, however it doesn't work on my machine. How I tested it: * [created a branch with e2e test](https://github.com/infection/infection/compare/bugfix/include-interceptor) on Infection repository * installed https://github.com/dg/bypass-finals/commit/7c08b98712099224a53bdeb36a58f66e5cf73e61 * ran...

@dg this is much better! I tested it for the repository/branch/e2e test [I mentioned above](https://github.com/dg/bypass-finals/issues/9#issuecomment-932987333) and found 1 bug that 1 mutant from 5 still escaped. I was able to...

@dg is there anything I can help with? we are getting complaints from users that do not understand why Infection does not work when it should, and then it boils...

@dkarlovi I still reproduce the issue explained with details in my comment here: https://github.com/dg/bypass-finals/issues/9#issuecomment-939357946 So, - yes, I confirm that most of the needed code is already in `master` branch...

In my test suite, when I pass `''` (blank string), I got the followign 400 validation error: `The data is either an empty string or null, you should pass a...

Apologize, this was a typo, I meant 400 Bad Request. So the response I get is the following: 400 Bad Request (debug mode) ```json { "type": "https://tools.ietf.org/html/rfc2616#section-10", "title": "An error...

@theofidry I still reproduce it in Infection repository with 3.16.0 both with `make compile` (PHP 8.1, Composer 2.2) and with `make compile-docker` (PHP 7.4) ``` In ComposerOrchestrator.php line 175: The...

> would you agree to add this to TestFrameworkAdapter? sure, thanks, proposed versions sounds good to me > codeception 3.0.0 (https://packagist.org/packages/codeception/codeception#3.0.0): same – although is it compatible with it @maks-rafalko?...

@BackEndTea did you have any success on this one? or were you able to understand that this is impossible? trying to understand how to transfer your knowledge and continue working...