bwhmather / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 1 forks source link

libixp is now over 2k LOC. #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $ hg clone http://code.suckless.org/hg/libixp
2. $ sloccount .

What is the expected output? What do you see instead?
Total SLOC is less than 2000 as http://www.suckless.org/libs/libixp.html said.
But sloccount says ansic 4857 and sh 96.

What version of the product are you using (wmii -v)? On what operating system?
In cloned libixp directory,
 $ hg tip
shows me
 changeset:   109:0311806ee3f0
 tag:         tip
 user:        sqweek <sqweek@gmail.com>
 date:        Sun Sep 21 11:39:51 2008 +0800
 summary:     Added tag 0.5 for changeset fa4f101de44a

Please provide any additional information below.
 Remove historical(?) SLOC policy from that page?

Original issue reported on code.google.com by hiyuh.r...@gmail.com on 30 Sep 2008 at 3:26

GoogleCodeExporter commented 9 years ago
This is not a libixp bug, it's a wiki bug. All things considered, libixp is 
still a
very dense and small library, but it's gotten significant new functionality 
since
that was written (namely, significant parts of wmii's server implementation were
moved to libixp to make writing servers simpler). So, feel free to fix the 
wiki. You
have commit access. Regardless of what sloccount may say, the total line count 
is
under 3000. Headers don't count toward code size, and the thread stubs are not 
part
of the library (one even includes a significant amount of code in ruby!)

Original comment by maglion...@gmail.com on 12 Oct 2008 at 12:41