Maks Rafalko

Results 212 comments of Maks Rafalko
trafficstars

> I think the least we can do is error out if the streamwrapper is never used during the process Unfortunately, I can't find a way on how to do...

Made a draft PR with `register_shutdown_function`: https://github.com/infection/include-interceptor/pull/13 Before: ``` .: killed, M: escaped, U: uncovered, E: fatal error, T: timed out ..... (5 / 5) ``` After: ``` Processing source...

Almost fixed*, but we are close. see my comment https://github.com/dg/bypass-finals/issues/9#issuecomment-1236094916

Additional ideas how to improve this: from sanmai: > * We can have several optimization strategies for `--filter`. For example, we can go the way you propose here, or we...

Several ideas for the inspiration from @hcoles https://github.com/infection/infection/pull/1549#issuecomment-895481916 > You might be interesting in pitest's incremental analysis feature. This PR looks to implement one of the strategies it employs to...

Hi, and what is happening later? is it the last line of Infection output? `PHPUnit version: 5.7.27` no exceptions?

We can implement something similar to https://github.com/infection/infection/pull/1227 where we throw an exception if the test framework version is not supported.

> IIRC we said to not though for better flexibility not sure I understand what you mean :) could you please remind?

> Currently some options are only available through command line configuration. Is it still relevant @BackEndTea ? If so, what concrete options you want to see in the config file?...

Thanks for posting this issue, I finally managed to find the reason. Here I pushed an e2e test that reproduces the issue: https://github.com/infection/infection/commit/873935444b98149a1dc6182fc446e7d3aa3f0b31 the reason of why Infection doesn't kill...