AlDanial
AlDanial
An oversight! Yes, the fix was made more than a year ago. Always happy to close an issue.
The ``# unique`` output is misleading since that count also excludes other things--I should get rid of it to avoid confusion. If you run with ``--ignored files.txt`` you'll find repeated...
It is my goal to implement this. I cannot estimate when it will be done though; many competing obligations on my time.
I agree this needs work (both the code and the documentation). Basing `--fullpath` off the directory from which cloc was invoked sounds reasonable. Many switches will be affected so a...
@PMExtra The intent of `--fullpath` was always meant to be relative to the directory from which cloc was run. In that sense it is poorly named; `--filepath` would have been...
@PMExtra try 39f3b9e. With that fix `--match-d="^\./foo/src/"` should give you the behavior you want (without `--fullpath`).
Thanks for the test repo. I confirmed the inconsistent behavior. The 16 case happens rarely, < 5%, so this will be a challenge to debug.
This bug many, many hours to resolve! Thanks for submitting this issue and especially for the repo to reproduce it. The root cause was related to stripping temporary directory names...
That's an interesting edge case. At first I thought changing directories as you mentioned would be a simple fix but that introduces the new complications of identifying the top of...
cloc would have to clone the repo (or download the project's .zip file) to count it. What would you want cloc to do with the download afterwards? Leave it be...