Re: A list of all the awesome people who made D possible

2017-12-19 Thread Andrea Fontana via Digitalmars-d-announce

On Tuesday, 19 December 2017 at 06:01:59 UTC, Seb wrote:

On Monday, 18 December 2017 at 21:34:25 UTC, Basile B. wrote:

On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote:

[...]


There are a few dups:

- "Adam D. Ruppe" and "adamdruppe"
- "UplinkCoder" and "Stefan Koch"
- "Hackerpilot" and "Brian Schott"
- "Iain Buclaw" and "ibuclaw"
- "Timothee Cour" and "timotheecour"
- "Abscissa" and "Nick Sabalausky"

Probably a few others that are less obvious, but that's only 
1.05% anyway.


Thanks -> added them to the .mailmap:

https://github.com/dlang/tools/pull/279


Reminder: change my nickname to 000 to be listed as 
first one contributor.


Re: A list of all the awesome people who made D possible

2017-12-18 Thread Seb via Digitalmars-d-announce

On Monday, 18 December 2017 at 21:34:25 UTC, Basile B. wrote:

On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote:

[...]


There are a few dups:

- "Adam D. Ruppe" and "adamdruppe"
- "UplinkCoder" and "Stefan Koch"
- "Hackerpilot" and "Brian Schott"
- "Iain Buclaw" and "ibuclaw"
- "Timothee Cour" and "timotheecour"
- "Abscissa" and "Nick Sabalausky"

Probably a few others that are less obvious, but that's only 
1.05% anyway.


Thanks -> added them to the .mailmap:

https://github.com/dlang/tools/pull/279


Re: A list of all the awesome people who made D possible

2017-12-18 Thread Iain Buclaw via Digitalmars-d-announce
On 18 December 2017 at 22:34, Basile B. via Digitalmars-d-announce
 wrote:
> On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote:
>>
>> D wouldn't be this powerful, rocking language as it is today without all
>> its contributors who worked very hard on improving.
>> To start showing our gratitude and as a token of appreciation, we have
>> started listing all the awesome people who made D possible on dlang.org:
>>
>> https://dlang.org/contributors.html
>>
>> The upcoming 2.078.0 release notes will also contain a listing of all the
>> amazing people who made 2.078 a reality:
>>
>> https://dlang.org/changelog/pending.html
>>
>> This information is aggregated over all core D repositories (dmd,
>> druntime, phobos, tools, dlang.org, installer).
>> For the nerds, as of now the information is extracted from 45389 commits.
>> For more details, see:
>>
>> https://github.com/dlang/tools/blob/master/contributors.d
>>
>> (it runs on the CLI too)
>>
>> if (!contributorList.canFind(yourName)) {
>>"Find a bug or improvement idea today and make a PR ;-)".writeln;
>> }
>>
>> Cheers,
>>
>> Seb
>
>
> There are a few dups:
>
> - "Iain Buclaw" and "ibuclaw"

That isn't a dupe (*whistles*).


Re: A list of all the awesome people who made D possible

2017-12-18 Thread Basile B. via Digitalmars-d-announce

On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote:
D wouldn't be this powerful, rocking language as it is today 
without all its contributors who worked very hard on improving.
To start showing our gratitude and as a token of appreciation, 
we have started listing all the awesome people who made D 
possible on dlang.org:


https://dlang.org/contributors.html

The upcoming 2.078.0 release notes will also contain a listing 
of all the amazing people who made 2.078 a reality:


https://dlang.org/changelog/pending.html

This information is aggregated over all core D repositories 
(dmd, druntime, phobos, tools, dlang.org, installer).
For the nerds, as of now the information is extracted from 
45389 commits.

For more details, see:

https://github.com/dlang/tools/blob/master/contributors.d

(it runs on the CLI too)

if (!contributorList.canFind(yourName)) {
   "Find a bug or improvement idea today and make a PR 
;-)".writeln;

}

Cheers,

Seb


There are a few dups:

- "Adam D. Ruppe" and "adamdruppe"
- "UplinkCoder" and "Stefan Koch"
- "Hackerpilot" and "Brian Schott"
- "Iain Buclaw" and "ibuclaw"
- "Timothee Cour" and "timotheecour"
- "Abscissa" and "Nick Sabalausky"

Probably a few others that are less obvious, but that's only 
1.05% anyway.


Re: A list of all the awesome people who made D possible

2017-12-18 Thread Seb via Digitalmars-d-announce

On Monday, 18 December 2017 at 19:32:16 UTC, Mengu wrote:

On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote:
D wouldn't be this powerful, rocking language as it is today 
without all its contributors who worked very hard on improving.
To start showing our gratitude and as a token of appreciation, 
we have started listing all the awesome people who made D 
possible on dlang.org:


[...]


does writing a book count? if so, the list is missing ali :-)


We could include dlang/dconf.org into the list of repositories 
parsed (Ali has made a couple of PRs there). At the moment the 
script only looks at dlang/dmd, dlang/druntime, dlang/phobos, 
dlang/dlang.org, dlang/tools and dlang/installer.

However, the `dconf.org` repository is rather big:

https://github.com/dlang/dlang.org/pull/2014


Re: A list of all the awesome people who made D possible

2017-12-18 Thread Seb via Digitalmars-d-announce

On Monday, 18 December 2017 at 19:48:30 UTC, H. S. Teoh wrote:
On Mon, Dec 18, 2017 at 03:58:59PM +, Seb via 
Digitalmars-d-announce wrote:
D wouldn't be this powerful, rocking language as it is today 
without all its contributors who worked very hard on 
improving.  To start showing our gratitude and as a token of 
appreciation, we have started listing all the awesome people 
who made D possible on dlang.org:


https://dlang.org/contributors.html


Cool stuff!

Would it be possible to apply a better style to that page, 
e.g., to wrap the list into multiple columns?  A long page with 
a single column of names is hard to read.



T


Great idea -> https://github.com/dlang/dlang.org/pull/2013


Re: A list of all the awesome people who made D possible

2017-12-18 Thread Basile B. via Digitalmars-d-announce

On Monday, 18 December 2017 at 19:32:16 UTC, Mengu wrote:

On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote:
D wouldn't be this powerful, rocking language as it is today 
without all its contributors who worked very hard on improving.
To start showing our gratitude and as a token of appreciation, 
we have started listing all the awesome people who made D 
possible on dlang.org:


[...]


does writing a book count? if so, the list is missing ali :-)


He'll appear the next time the list will be refreshed, assuming 
https://github.com/dlang/druntime/pull/1989 get merged.


Re: A list of all the awesome people who made D possible

2017-12-18 Thread ketmar via Digitalmars-d-announce
great. yet i think that the page should note that people are listed in 
alphabetical order, not in any "importance" order.


Re: A list of all the awesome people who made D possible

2017-12-18 Thread H. S. Teoh via Digitalmars-d-announce
On Mon, Dec 18, 2017 at 03:58:59PM +, Seb via Digitalmars-d-announce wrote:
> D wouldn't be this powerful, rocking language as it is today without
> all its contributors who worked very hard on improving.  To start
> showing our gratitude and as a token of appreciation, we have started
> listing all the awesome people who made D possible on dlang.org:
> 
> https://dlang.org/contributors.html

Cool stuff!

Would it be possible to apply a better style to that page, e.g., to wrap
the list into multiple columns?  A long page with a single column of
names is hard to read.


T

-- 
Curiosity kills the cat. Moral: don't be the cat.


Re: A list of all the awesome people who made D possible

2017-12-18 Thread Mengu via Digitalmars-d-announce

On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote:
D wouldn't be this powerful, rocking language as it is today 
without all its contributors who worked very hard on improving.
To start showing our gratitude and as a token of appreciation, 
we have started listing all the awesome people who made D 
possible on dlang.org:


[...]


does writing a book count? if so, the list is missing ali :-)


A list of all the awesome people who made D possible

2017-12-18 Thread Seb via Digitalmars-d-announce
D wouldn't be this powerful, rocking language as it is today 
without all its contributors who worked very hard on improving.
To start showing our gratitude and as a token of appreciation, we 
have started listing all the awesome people who made D possible 
on dlang.org:


https://dlang.org/contributors.html

The upcoming 2.078.0 release notes will also contain a listing of 
all the amazing people who made 2.078 a reality:


https://dlang.org/changelog/pending.html

This information is aggregated over all core D repositories (dmd, 
druntime, phobos, tools, dlang.org, installer).
For the nerds, as of now the information is extracted from 45389 
commits.

For more details, see:

https://github.com/dlang/tools/blob/master/contributors.d

(it runs on the CLI too)

if (!contributorList.canFind(yourName)) {
   "Find a bug or improvement idea today and make a PR 
;-)".writeln;

}

Cheers,

Seb