Add support for Rust
Running make test returns file not found error
Suppress exec warnings when searching for md5 command
MD5 is computed using external program
Released file contains .orig and .rej files
The reason I opened this, is because the website only mentioned GPL, (no version). Once I found that clause in the README, I discovered I couldn't close the ticket myself.
License clarification
Yes, it's GPL-2.0-or-later, per the README.
Per the README, This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Looks like the later.
License clarification
Woops, I ment (m/^\\begin{code}/) needs to be (m/^\\begin\{code\}/)
haskell_count fix
c_count ERROR - terminated in string in <path>
The fix seems to be to replace "{code}" with "\{code\}" throughout. However I'm not using Literate Haskell so I can't say that this works properly. Edit: that is, put a backslash before each open and close curly bracket.
The fix seems to be to replace "{code}" with "\{code\}" throughout. However I'm not using Literate Haskell so I can't say that this works properly. Edit: that is, put a backslash before each open and close curly bracket.
The fix seems to be to replace "{code}" with "{code}" throughout. However I'm not using Literate Haskell so I can't say that this works properly.
haskell_count: Unescaped left brace in regex is illegal here in regex
Great to hear :) In the FlightGear project, XML has evolved to have conditionals and other complex constructs, so it is almost psuedo-code. For example see https://sourceforge.net/p/flightgear/fgaddon/HEAD/tree/trunk/Aircraft/F-15/Systems/f-15-electrics.xml. But that is why I placed it into the %ignore_language_list hash alongside the current HTML, SQL, and Makefile "languages". It is therefore not counted by default, and requires the --addlang or --addlangall options.
Great to hear :) In the FlightGear project, XML has evolved to have conditionals (http://wiki.flightgear.org/Conditions) and other complex constructs (http://wiki.flightgear.org/PropertyList_XML_files), so it is almost psuedo-code. For example see https://sourceforge.net/p/flightgear/fgaddon/HEAD/tree/trunk/Aircraft/F-15/Systems/f-15-electrics.xml. But that is why I placed it into the %ignore_language_list hash alongside the current HTML, SQL, and Makefile "languages". It is therefore not counted...
Hi! Yup, I'm alive. I'm not exactly sure if I should merge this; XML is normally considered data, not code. Is there a decent argument for why it should be considered code?
Ping?
update for jsp_count.l and pascal_count.l lexer files
c_count ERROR - terminated in string in src/main/csharp/Logon.cs
kts extension should be added: "kt" => "kotlin", "kts" => "kotlin"
One refactorisation possible here is that all OpenGL shaders could be merged into a single shader_count script.
sloccount should be able to read compressed archives like cloc does
Add support for the Rust language
While preparing to ship my Go code I discovered a bug in sloccount. Your code should count multiline single-quote literals in Python the same way it treats multiline double-quote literals. It doesn't. This produces some significant miscounting in the NTPsec tree. I have put my loccount code up on GitLab at https://gitlab.com/esr/loccount Say the word and I'll add you as a committer.
That makes sense. ESR wants an --exclude option; we could exclude dotted directories...
Ugh. On second thought, don't just include. The patch adds support for the Go language...
Sigh. This is a little embarrassing, because I've specifically written about how...
Python version of python_count (Perl)
Very fun! I like Python, it's an easy-to-read language. However, it's slow. I've...
Python version of php_count.c
Very fun! I like Python, it's an easy-to-read language. However, it's slow. I've...
Add changes from https://github.com/licquia/sloccount
Add --exclude (directory or file pattern)
Detect Racket and Clojure(Script)
Proposed sloc2html patch
Zero lines counted int Obj c code
Patch so "make clean" removes generated source ...
Put up a merge request for this: https://sourceforge.net/p/sloccount/code/merge-...
Recognize more programming languages and configuration formats
Sorry, my example should have been this: sloccount sntools_votd > unwide.text sloccount...
--wide option doesn't do anything
I like it. I'll have to see if there's some reason not to do that, but it makes ...
Default to cwd when no directory is provided
Ignore //comments in objective-C; proposal per ...