Contributing to D language

2014-06-23 Thread Mike via Digitalmars-d-learn
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


Re: Contributing to D language

2014-06-23 Thread H. S. Teoh via Digitalmars-d-learn
On Mon, Jun 23, 2014 at 04:43:30PM +, 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.


Re: Contributing to D language

2014-06-23 Thread John Colvin via Digitalmars-d-learn

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.


Re: Contributing to D language

2014-06-23 Thread Suliman via Digitalmars-d-learn
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...