stolentine

Results 11 issues of stolentine

How can i get the list of "uncovered" items? '''debug:unassigned''' debug displays 8 items and analysis displays uncovered 1000+ items

With structures like this: ``` Module1 > - Anticorruption - ModuleInterface - AnotherLayer1 - AnotherLayer2 - ... Module2 > - Anticorruption - ModuleInterface - AnotherLayer1 - AnotherLayer2 - ... ```...

enhancement
help wanted

# Bug report ``` php ./vendor/bin/phpmetrics --config=.phpmetrics.json Executing system analyzes... Executing composer analyzes, requesting https://packagist.org... Fatal error: Uncaught UnexpectedValueException: RecursiveDirectoryIterator::__construct(./docker/volumes/data-test): Failed to open directory: Permission denied in /var/www/vendor/phpmetrics/phpmetrics/src/Hal/Component/File/Finder.php:88 Stack trace:...

bug

### Bug description phpstorm recently added support for generics in the dock. If you enable the plugin and paste this code into one file, then ide normally determines and highlights...

``` make ``` /bin/bash /tmp/ext-postgresql/libtool --mode=compile g++ -I. -I/tmp/ext-postgresql -I/tmp/ext-postgresql/include -I/tmp/ext-postgresql/main -I/tmp/ext-postgresql -I/usr/include/php/20210902 -I/usr/include/php/20210902/main -I/usr/include/php/20210902/TSRM -I/usr/include/php/20210902/Zend -I/usr/include/php/20210902/ext -I/usr/include/php/20210902/ext/date/lib -I/tmp/ext-postgresql -I/tmp/ext-postgresql/include -I/usr/include/php/20210902/ext/swoole -I/usr/include/php/20210902/ext/swoole/include -DHAVE_CONFIG_H -g -O2 -Wall -Wno-unused-function -Wno-deprecated -Wno-deprecated-declarations -std=c++11...

Now, if there are many classes in a folder, in order to export them, you need to open each class and click the export button. It would be faster to...

При написании модульного приложения, важно не допускать цикличных зависимостей между модулями. Это когда A зависит от B, B от С, C от А. Цепочка может быть длиннее. Было бы круто,...

если в запрос добавить флаг "restrict_value": true, адреса не будут содержать часть адреса родителя, если он задан как фильтр. Библиотека это не поддерживает пример из конфлюенса https://confluence.hflabs.ru/pages/viewpage.action?pageId=1023737934

При установке пакета composer не будет скачивать перечисленные файлы для разработки.

Сам архив уже занимает 35ГБ+ а в разархивированном виде еще больше. Предлагаю для экономии памяти разархивировать не весь архив целиком а по регионам: 1) скачивается архив 2) разархивируется мета инфа...

enhancement