AlDanial
AlDanial
The unfortunate thing is that ``.config`` is so generic and could contain anything and used by many different programs. I wonder why Microsoft couldn't just stick a ``.xml`` extension at...
OK, shame on me for leaving this open nearly a year. The main issue is that I don't have ready access to a Windows machine--these days I resort to using...
There hasn't been progress. However, it is easier for me to get access to Windows now that it was in the past so there's hope. I looked at Win32::LongPath and...
I spent the past two hours researching and trying different techniques to run the ``File::Find`` module's ``find()`` function on Windows in a folder with > 260 characters in the path....
cloc already detects the OS and does different path munging depending on Windows or Unix-like. I'm open to adding the UNC prefix for Windows in if anyone can vouch that...
It's a nice idea, but like #234, it would take a substantial rewrite to implement this request. I just didn't have the foresight years ago to implement cloc's inner workings...
It's a good idea, esp since some C/C++ styles call for a single brace character on a line by itself which becomes an exaggeration to call that a line of...
There isn't an option to print line numbers where diff's occur. Adding such a feature wouldn't be simple because blank lines are removed early in the processing chain; the positions...
The answer is actually both: ``array_diff()`` is called four times for each file pair. The first two times ``lnum`` has absolute line counts (ignoring blanks). The next two times it...
@RyanMcC I welcome the PR you describe!