Re: Counting D contributors

2014-08-19 Thread Jacob Carlborg via Digitalmars-d
On 2014-08-19 18:07, Dicebot wrote: This matches my knowledge and observations. It only counts actual commits authors which have GitHub accounts with same e-mails as defined in commit metadata. It's easy to register an additional email address and suddenly "k-hara" will be recognized as the s

Re: Counting D contributors

2014-08-19 Thread Dicebot via Digitalmars-d
On Tuesday, 19 August 2014 at 16:01:10 UTC, Jacob Carlborg wrote: On 2014-08-19 16:11, Andrei Alexandrescu wrote: Neither is listed at https://github.com/D-Programming-Language/phobos/graphs/contributors. -- Andrei "9rnsr" is listed for DMD [1], with very few commits. A wild guess: that pa

Re: Counting D contributors

2014-08-19 Thread Jacob Carlborg via Digitalmars-d
On 2014-08-19 16:11, Andrei Alexandrescu wrote: Neither is listed at https://github.com/D-Programming-Language/phobos/graphs/contributors. -- Andrei "9rnsr" is listed for DMD [1], with very few commits. A wild guess: that page only tracks Github accounts. Hara Kenji is doing all his work with

Re: Counting D contributors

2014-08-19 Thread Andrei Alexandrescu via Digitalmars-d
On 8/19/14, 12:25 AM, Jacob Carlborg wrote: On 18/08/14 20:48, Andrei Alexandrescu wrote: I get 117 with that. What gives? Do we have people with multiple emails, or identical names? Hara Kenji seems to be using two usernames/email address "k-hara" and "9rnsr". Neither is listed at https:/

Re: Counting D contributors

2014-08-19 Thread Jacob Carlborg via Digitalmars-d
On 18/08/14 20:48, Andrei Alexandrescu wrote: I get 117 with that. What gives? Do we have people with multiple emails, or identical names? Hara Kenji seems to be using two usernames/email address "k-hara" and "9rnsr". -- /Jacob Carlborg

Re: Counting D contributors

2014-08-18 Thread simendsjo via Digitalmars-d
On 08/18/2014 11:58 PM, Ali Çehreli wrote: > On 08/18/2014 01:16 PM, Jonathan M Davis wrote: > >> for whatever reason, Kenji isn't listed, and he's obviously a >> big contributor. > > Kenji cannot be captured by tools written by mortals. :p > > Ali > LOL! We need a Kenji Hara facts page like t

Re: Counting D contributors

2014-08-18 Thread Ali Çehreli via Digitalmars-d
On 08/18/2014 01:16 PM, Jonathan M Davis wrote: > for whatever reason, Kenji isn't listed, and he's obviously a > big contributor. Kenji cannot be captured by tools written by mortals. :p Ali

Re: Counting D contributors

2014-08-18 Thread Vladimir Panteleev via Digitalmars-d
On Monday, 18 August 2014 at 20:21:05 UTC, Andrei Alexandrescu wrote: That's odd. Although Kenji works mainly on dmd, I'm positive he has at least a few commits in Phobos. What's going on? -- Andrei I believe that's because Kenji's git email is not associated with his GitHub profile.

Re: Counting D contributors

2014-08-18 Thread Andrei Alexandrescu via Digitalmars-d
On 8/18/14, 1:16 PM, Jonathan M Davis wrote: On Monday, 18 August 2014 at 18:48:36 UTC, Andrei Alexandrescu wrote: On 8/18/14, 11:09 AM, H. S. Teoh via Digitalmars-d wrote: On Mon, Aug 18, 2014 at 10:40:50AM -0700, Andrei Alexandrescu via Digitalmars-d wrote: Please check my code. It prints 12

Re: Counting D contributors

2014-08-18 Thread Jonathan M Davis via Digitalmars-d
On Monday, 18 August 2014 at 18:48:36 UTC, Andrei Alexandrescu wrote: On 8/18/14, 11:09 AM, H. S. Teoh via Digitalmars-d wrote: On Mon, Aug 18, 2014 at 10:40:50AM -0700, Andrei Alexandrescu via Digitalmars-d wrote: Please check my code. It prints 126 - congratulations everyone! https://github

Re: Counting D contributors

2014-08-18 Thread Andrei Alexandrescu via Digitalmars-d
On 8/18/14, 12:54 PM, Jesse Phillips wrote: On Monday, 18 August 2014 at 18:48:36 UTC, Andrei Alexandrescu wrote: On 8/18/14, 11:09 AM, H. S. Teoh via Digitalmars-d wrote: On Mon, Aug 18, 2014 at 10:40:50AM -0700, Andrei Alexandrescu via Digitalmars-d wrote: Please check my code. It prints 126

Re: Counting D contributors

2014-08-18 Thread Jesse Phillips via Digitalmars-d
On Monday, 18 August 2014 at 18:48:36 UTC, Andrei Alexandrescu wrote: On 8/18/14, 11:09 AM, H. S. Teoh via Digitalmars-d wrote: On Mon, Aug 18, 2014 at 10:40:50AM -0700, Andrei Alexandrescu via Digitalmars-d wrote: Please check my code. It prints 126 - congratulations everyone! https://github

Re: Counting D contributors

2014-08-18 Thread Andrei Alexandrescu via Digitalmars-d
On 8/18/14, 11:48 AM, Andrei Alexandrescu wrote: On 8/18/14, 10:48 AM, Vladimir Panteleev wrote: On Monday, 18 August 2014 at 17:40:45 UTC, Andrei Alexandrescu wrote: git log $TAG_FROM..$TAG_TO|grep '^Author:' I would suggest replacing this with "git log --pretty=format:%an". This should be a

Re: Counting D contributors

2014-08-18 Thread Andrei Alexandrescu via Digitalmars-d
On 8/18/14, 11:09 AM, H. S. Teoh via Digitalmars-d wrote: On Mon, Aug 18, 2014 at 10:40:50AM -0700, Andrei Alexandrescu via Digitalmars-d wrote: Please check my code. It prints 126 - congratulations everyone! https://github.com/D-Programming-Language/phobos/graphs/contributors That's only p

Re: Counting D contributors

2014-08-18 Thread Andrei Alexandrescu via Digitalmars-d
On 8/18/14, 10:48 AM, Vladimir Panteleev wrote: On Monday, 18 August 2014 at 17:40:45 UTC, Andrei Alexandrescu wrote: git log $TAG_FROM..$TAG_TO|grep '^Author:' I would suggest replacing this with "git log --pretty=format:%an". This should be a bit more efficient, and avoid counting multiple e

Re: Counting D contributors

2014-08-18 Thread H. S. Teoh via Digitalmars-d
On Mon, Aug 18, 2014 at 10:40:50AM -0700, Andrei Alexandrescu via Digitalmars-d wrote: > Please check my code. It prints 126 - congratulations everyone! https://github.com/D-Programming-Language/phobos/graphs/contributors :-) --T

Re: Counting D contributors

2014-08-18 Thread Vladimir Panteleev via Digitalmars-d
On Monday, 18 August 2014 at 17:40:45 UTC, Andrei Alexandrescu wrote: git log $TAG_FROM..$TAG_TO|grep '^Author:' I would suggest replacing this with "git log --pretty=format:%an". This should be a bit more efficient, and avoid counting multiple email addresses belonging to the same author as