Bart Reunes

Results 49 comments of Bart Reunes

@TomasVotruba but my configuration is telling otherwise, only running it on the paths /src and /tests. Or am I missing something very obvious? This bit: ``` $rectorConfig->paths([ __DIR__ . '/src',...

Happily. But the error seems to hint to `Could not process "/var/vhost/vendor/rector/rector/vendor/symplify/easy-parallel/src/ValueObject/ParallelProcess.php"`, which is a file from Rector itself. Might it be hiding another file, and is that error wrong?

Well, not exactly Rector itself, but a file in the project's vendor that is part of the Rector dependencies. Which should not be processed, as `__DIR__ . '/vendor'` is not...

Still wondering why that Rector file is giving troubles, as it should not be a problem. It should not even be scanned. I was able to split the project up,...

I saw the documentation. Whenever I am encountering this error next time, I'll open a new issue with some more debug information. I have been working on the last project...

Is there a decent workaround that is possible?

But they are indeed available at runtime, to set up your application. So is there maybe a way to tell the bundle to avoid the check on compile time, and...

We probably will have to wait for https://github.com/symfony/symfony/issues/40906? :thinking:

> @natewiebe13 Thanks for that! It works, so we can upgrade and move forward. It would be cool if we could still do it over the CLI (like with `--public`)...

> I agree about having a more "compact" view with the graph and I will probaby add one in the future, but not for the rest of the app (perhaps...