Start of dmd 2.064 beta program

Iain Buclaw ibuclaw at ubuntu.com
Tue Oct 22 02:19:06 PDT 2013


On 22 October 2013 08:35, Rory McGuire <rjmcguire at gmail.com> wrote:
> Why not just copy what Linus does with the Linux kernel. Different people in
> charge of different parts of the compiler. Pull requests should go to the
> correct person, who then makes a pull request that goes to the main line.
>
>


The thing is, there are too few components of D that make it work.

Take DMD for example, you've got: backend, glue, front-end, ctfe.  You
could probably stretch it out further into port, target, lexer/parse,
template, speller, cppmangle/mangle, hdrgen.   But these are small and
on their own don't get many changes to.


Regards
-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';


More information about the Digitalmars-d-announce mailing list