Patrick Kusebauch

Results 127 comments of Patrick Kusebauch

Closing as an answer was given and there is no additional traction on the issue.

@brightbyte Oh, they are tracked, you were just looking at the wrong file. :) Think of the purpose of `FileReferenceVisitor` as setting up the context of where the parsing is...

I see. Transitive dependencies are not tracked as per https://github.com/qossmic/deptrac/issues/449. It is a very difficult problem to solve and likely would require plugging into something like PHPStan AST parser to...

Closed by https://github.com/qossmic/deptrac-src/pull/20

Found a blog article from Tomas Votruba that might be useful in tacking this issue: https://tomasvotruba.com/blog/how-to-scope-your-php-tool-in-10-steps

I have to say I do not like altering the AstParsing based on a config variable. It feels like lying to me. And I am not even sure how that...

>That sounds attractive. I'm a bit unsure about how to represent the method, but I'll come up with a proposal. You might want to do something similar to what the...

The should have no reason to, but you are right. Luckily, we are planning a breaking release soon anyway.

I will take a look tomorrow, over the weekend the latest.