Thread overview
Contributing to D language
Jun 23, 2014
Mike
Jun 23, 2014
H. S. Teoh
Jun 23, 2014
John Colvin
Jun 23, 2014
Suliman
June 23, 2014
I wish I could help with the development of D (either the compiler or std library).

Is there a TODO list kept somewhere? Neither Phobos nor DMD have an `issues` page on Github..

I found this http://wiki.dlang.org/Review_Queue but it's kind of short.



Best regards,
Mike
June 23, 2014
On Mon, Jun 23, 2014 at 04:43:30PM +0000, Mike via Digitalmars-d-learn wrote:
> I wish I could help with the development of D (either the compiler or
> std library).
> 
> Is there a TODO list kept somewhere? Neither Phobos nor DMD have an `issues` page on Github..
[...]

http://issues.dlang.org/

See also: http://wiki.dlang.org/Get_involved


T

-- 
To provoke is to call someone stupid; to argue is to call each other stupid.
June 23, 2014
On Monday, 23 June 2014 at 16:43:31 UTC, Mike wrote:
> I wish I could help with the development of D (either the compiler or std library).
>
> Is there a TODO list kept somewhere? Neither Phobos nor DMD have an `issues` page on Github..
>
> I found this http://wiki.dlang.org/Review_Queue but it's kind of short.
>
>
>
> Best regards,
> Mike

issues.dlang.org is the official bug tracker and has plenty to work through.
June 23, 2014
A lot of developers will say thanks if you help with developing DGUI https://bitbucket.org/dgui/dgui/
D very need native and easy to use GUI lib...