You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the tool is multi-threaded, I assume that all but one thread completes all the other files in the repository except a single file (within the "application" folder) which a single thread stalls on. From the numbers above it will be extremely time consuming to attempt to isolate a single file amongst 990 files (1169 - 179) within the application folder using multiple --exclude parameters.
By logging progress to a file per file processed, this will help isolate the offending file. Maybe logging when a file as starting processing too?
The text was updated successfully, but these errors were encountered:
Currently, I do not see an option to log progress to a text file e.g. log which files have been processed.
My scenario ...
I am executing via PHAR 1.3.2 on the current folder:
C:/xampp/php/php C:\scms\parallel-lint.phar --exclude .git .
This particular local repository it is hanging for some unknown reason. This is the output ...
The ^C is me hitting the Ctrl+C after I've waited minutes.
When I exclude the "application" folder within the repository, it completes ...
Since the tool is multi-threaded, I assume that all but one thread completes all the other files in the repository except a single file (within the "application" folder) which a single thread stalls on. From the numbers above it will be extremely time consuming to attempt to isolate a single file amongst 990 files (1169 - 179) within the application folder using multiple --exclude parameters.
By logging progress to a file per file processed, this will help isolate the offending file. Maybe logging when a file as starting processing too?
The text was updated successfully, but these errors were encountered: