Laurent Laville
Laurent Laville
> I am also curious why you went with `installed.php` content rather than the `composer.lock` ? Because : 1. `composer.lock` is not mandatory and could be ignored (see documentation https://getcomposer.org/doc/06-config.md#lock,...
> But something to fix in symbol-parser most probably. 👍 My explain and how to fix was already replyed at https://github.com/composer-unused/symbol-parser/issues/122#issuecomment-1963358245
@TomasVotruba Did you read my RFC at https://github.com/composer-unused/composer-unused/discussions/630 ?
@TomasVotruba Could you share your project (where you used `composer-unused`), if public, to see what's happens
@TomasVotruba Thanks for share This is what I've tried to explain by my comment (https://github.com/composer-unused/symbol-parser/issues/122#issuecomment-1963358245) `DefinedSymbolCollector` need a fix on version `0.2.2` We should check that `$node->expr->name instanceof Node\Name` is...
If you remove the https://github.com/rectorphp/swiss-knife/blob/main/composer.json#L20 constraint to use the latest version 0.2.2, you 'll get of course error (as previously explained) ```shell /shared/backups/github/swiss-knife $ vendor/bin/composer-unused ``` ```text 3/8 [==========>-----------------] 37%...
@icanhazstring `composer-unused/symbol-parser` need a hotfix and a new release 0.2.3
@icanhazstring Thanks for new version https://github.com/composer-unused/symbol-parser/releases/tag/0.2.3, but the most important is missing to solve this issue. See my patch suggest https://github.com/composer-unused/composer-unused/issues/610#issuecomment-1982988450 PS: this is the same issue as https://github.com/composer-unused/symbol-parser/issues/122
With this adventure, I've noticed that is was a bit difficult to know where the issue come from. I propose to add the package name processing on right side of...
@TomasVotruba You can removed `symbol-parser` constraint into https://github.com/rectorphp/swiss-knife/blob/main/composer.json#L20 to have benefits of new bugfixes version 0.2.5