Patrick Kusebauch

Results 127 comments of Patrick Kusebauch

I think it is somewhat better as an extension. That's why https://github.com/Dance-Engineer/deptrac-awesome/blob/main/src/OutputFormatters/MermaidJsFormatter.php exists

Don't quote me on this, but I think I remember that we do not have support default PHP functions yet.

Looked into it and we don't even support internal PHP classes either based on the code. The only thing we do is ignore them when they are the target of...

I think a reasonable solution would be something like a `PHPInternalCollector`. WDYT?

I have read through the box and scoper documentation and from what I understood it is actually much simpler. The reason for scoping is to not clash **at runtime** with...

With a custom compiler and configs like these: https://github.com/phpstan/phpstan-src/blob/1.9.x/compiler/build/scoper.inc.php. I don't think we have the manpower to replicate and maintain this effort. There are paid developers working on PhpStan, it...

@stolentine could you please provide your config file? And also possibly the diverging outputs?

I guess it is possible that you have 1185 uncovered dependencies on those 4 files and 4 classes in them. That would make sense but it is a lot of...

You could try to create a `dummy` layer with just those 4 classes and see if those uncovered dependencies turn into vialiations. If they do, it would be this case....

In that case, the last idea I have is that you are referencing uncovered dependencies to files not in `paths`. Do you have some examples of the uncovered dependencies?