Re: base LoC & committers

2020-12-08 Thread Bodie
On 8.12.2020 19:43, Salvatore Cuzzilla wrote: do you know if it's possible to see some statistics about the committers? like for example number of commits per committer. The best statistic I know of is general feeling of quality out of the software, it's stability and simplicity. That tells

Re: base LoC & committers

2020-12-08 Thread Benjamin Baier
On Tue, 08 Dec 2020 19:43:30 +0100 Salvatore Cuzzilla wrote: > do you know if it's possible to see some statistics about the > committers? like for example number of commits per committer. Sounds like an Advent of Code puzzle, for grepping through /cvs/CVSROOT/ChangeLog* The answer for Part 1:

Re: base LoC & committers

2020-12-08 Thread Pierre Emeriaud
Le mar. 8 déc. 2020 à 19:46, Salvatore Cuzzilla a écrit : > > do you know if it's possible to see some statistics about the > committers? like for example number of commits per committer. There's at least http://www.oxide.org/cvs/index.html

Re: base LoC & committers

2020-12-08 Thread Salvatore Cuzzilla
do you know if it's possible to see some statistics about the committers? like for example number of commits per committer. On Tue, 2020-12-08 at 15:53 +0100, Benjamin Baier wrote: > On Tue, 08 Dec 2020 13:49:13 +0100 > Salvatore Cuzzilla wrote: > > > Hi Everyone, > > > > just out of curiosity

Re: base LoC & committers

2020-12-08 Thread Benjamin Baier
On Tue, 08 Dec 2020 13:49:13 +0100 Salvatore Cuzzilla wrote: > Hi Everyone, > > just out of curiosity, I was asking myself: > > - approx how many LoC do we have in *base*? > - & how many committers are actually contributing to it? > > when I think about some other OS with a kernel of almost 30

Re: base LoC & committers

2020-12-08 Thread Antal Ispanovity
2020-12-08 13:49 GMT+01:00, Salvatore Cuzzilla : > Hi Everyone, > > just out of curiosity, I was asking myself: > > - approx how many LoC do we have in *base*? You have access to the sources. > - & how many committers are actually contributing to it? https://www.openbsd.org/donations.html > > when

base LoC & committers

2020-12-08 Thread Salvatore Cuzzilla
Hi Everyone, just out of curiosity, I was asking myself: - approx how many LoC do we have in *base*? - & how many committers are actually contributing to it? when I think about some other OS with a kernel of almost 30M LoC & over 5k committers I go insane :) Regards, Salvatore.