On 2017/12/27 22:04, Sebastian Benoit wrote: > Klemens Nanni([email protected]) on 2017.12.25 16:41:42 +0100: > > On Thu, Nov 09, 2017 at 12:11:05AM +0100, Klemens Nanni wrote: > > > Hey ports@, > > > > > > here's https://gitlab.com/esr/loccount/, from DESCR: > > > > > > loccount is a re-implementation of David A. Wheeler's sloccount tool in > > > Go. It is faster and handles more different languages. Because it's one > > > source file in Go, it is easier to maintain and extend than the > > > multi-file, multi-language implementation of the original. > > > > > > The algorithms are largely unchanged and can be expected to produce > > > identical numbers for languages supported by both tools. Python is an > > > exception; loccount corrects buggy counting of single-quote multiline > > > literals in sloccount 2.26. > > 1.2 from 05.12.2017 fixes a bug in the parallelized treewalker so here's > > an updated tarball including all of the previous feedback of course. > > > > Anyone willing to commit this? > > yeah, i can do this. > any oks? sthen?
OK to import. (I'd rather re-wrap DESCR, wrapping hard on 80 columns is a bit awkward to read, and it doesn't take any more lines wrapping with fmt(1) or par(1) default settings, but that doesn't block import).
