Thread overview
Re: [wiki] Contributing to D
Dec 11, 2012
H. S. Teoh
Dec 11, 2012
H. S. Teoh
Dec 11, 2012
monarch_dodra
Dec 11, 2012
Andrej Mitrovic
Dec 23, 2012
Jonathan M Davis
December 11, 2012
On Mon, Dec 10, 2012 at 04:29:14PM -0800, H. S. Teoh wrote:
> I fleshed out the wiki page on contributing to D, based on what I know:
> 
> 	http://wiki.dlang.org/Get_involved
> 
> But I think it needs at least another pair of eyes from other D contributors to add missing details or fix blatant errors on my part. It would be nice especially if Phobos_coding_conventions can be expanded on with the "official" conventions by, say, Jonathan or one of the core devs.
[...]

P.S. And also, http://wiki.dlang.org/Pull_Requests and http://wiki.dlang.org/Building_DMD, which needs some Windows-specific instructions.


T

-- 
Computers are like a jungle: they have monitor lizards, rams, mice, c-moss, binary trees... and bugs.
December 11, 2012
On 11-12-2012 01:30, H. S. Teoh wrote:
> On Mon, Dec 10, 2012 at 04:29:14PM -0800, H. S. Teoh wrote:
>> I fleshed out the wiki page on contributing to D, based on what I know:
>>
>> 	http://wiki.dlang.org/Get_involved
>>
>> But I think it needs at least another pair of eyes from other D
>> contributors to add missing details or fix blatant errors on my part.
>> It would be nice especially if Phobos_coding_conventions can be expanded
>> on with the "official" conventions by, say, Jonathan or one of the core
>> devs.
> [...]
>
> P.S. And also, http://wiki.dlang.org/Pull_Requests and
> http://wiki.dlang.org/Building_DMD, which needs some Windows-specific
> instructions.
>
>
> T
>

Pedantic question: Title casing for page titles or regular casing?

-- 
Alex Rønne Petersen
alex@lycus.org
http://lycus.org
December 11, 2012
On Tue, Dec 11, 2012 at 01:35:12AM +0100, Alex Rønne Petersen wrote:
> On 11-12-2012 01:30, H. S. Teoh wrote:
> >On Mon, Dec 10, 2012 at 04:29:14PM -0800, H. S. Teoh wrote:
> >>I fleshed out the wiki page on contributing to D, based on what I know:
> >>
> >>	http://wiki.dlang.org/Get_involved
> >>
> >>But I think it needs at least another pair of eyes from other D contributors to add missing details or fix blatant errors on my part. It would be nice especially if Phobos_coding_conventions can be expanded on with the "official" conventions by, say, Jonathan or one of the core devs.
> >[...]
> >
> >P.S. And also, http://wiki.dlang.org/Pull_Requests and http://wiki.dlang.org/Building_DMD, which needs some Windows-specific instructions.
[...]
> Pedantic question: Title casing for page titles or regular casing?
[...]

Personally, I prefer regular casing so that you can just write [[wiki links]] without needing [[Vertical Bar|vertical bar]]s. But some of the existing redlinks are title-cased, so I just followed the convention.

But, if we can agree on one convention, then we should all adopt that. Perhaps we should create a page in the meta section so that everyone will know what the "official" wiki conventions are.


T

-- 
Computerese Irregular Verb Conjugation: I have preferences.  You have biases.  He/She has prejudices. -- Gene Wirchenko
December 11, 2012
On 12/11/12, H. S. Teoh <hsteoh@quickfur.ath.cx> wrote:
> P.S. And also, http://wiki.dlang.org/Pull_Requests

I never needed to use "pull --ff-only", all I do to rebase is "git pull --rebase upstream master", it never messed with my history as far as I'm aware.
December 11, 2012
On Tuesday, 11 December 2012 at 00:32:23 UTC, H. S. Teoh wrote:
> P.S. And also, http://wiki.dlang.org/Pull_Requests and
> http://wiki.dlang.org/Building_DMD, which needs some Windows-specific
> instructions.
>
>
> T

I got some windows instructions done quick and dirty. The page still needs some work, but at least that's done.

Looks like Quickfur got Pull Requests done.
December 23, 2012
On Monday, December 10, 2012 16:29:14 H. S. Teoh wrote:
> I fleshed out the wiki page on contributing to D, based on what I know:
> 
> 	http://wiki.dlang.org/Get_involved
> 
> But I think it needs at least another pair of eyes from other D contributors to add missing details or fix blatant errors on my part. It would be nice especially if Phobos_coding_conventions can be expanded on with the "official" conventions by, say, Jonathan or one of the core devs.

Why does the Phobos_coding_conventions page even exist? Just link to http://dlang.org/dstyle.html

That page still needs a few tweaks, but it's much more up-to-date than it used to be, and it's the official style guide. I see no reason to duplicate that information on the wiki.

- Jonathan M Davis