Thread overview
New GDMD Project.
Mar 23, 2013
Iain Buclaw
Mar 28, 2013
Iain Buclaw
Apr 05, 2013
Iain Buclaw
March 23, 2013
I'm going to let this one go in gdc.  The gdmd perl script that provides as a front-end / conversion between dmd-style options and gdc-style options is being moved into a separate repository.

https://github.com/D-Programming-GDC/GDMD

This is to allow anyone who wants to, to improve upon it, or re-write it in D.

If anyone wants to take over the job, please give me an email or bell.


Thanks
Iain.

March 28, 2013
On 03/23/2013 02:05 PM, Iain Buclaw wrote:
> I'm going to let this one go in gdc.  The gdmd perl script that provides as a front-end / conversion between dmd-style options and gdc-style options is being moved into a separate repository.

Just for clarification, how's this going to integrate with GDC for build purposes?  Will it be excised from GDC completely and have to be installed separately?  Included via a submodule?  Or ... ?
March 28, 2013
On 28 March 2013 12:26, Joseph Rushton Wakeling < joseph.wakeling@webdrake.net> wrote:

> On 03/23/2013 02:05 PM, Iain Buclaw wrote:
> > I'm going to let this one go in gdc.  The gdmd perl script that provides
> as a
> > front-end / conversion between dmd-style options and gdc-style options
> is being
> > moved into a separate repository.
>
> Just for clarification, how's this going to integrate with GDC for build purposes?  Will it be excised from GDC completely and have to be installed separately?  Included via a submodule?  Or ... ?
>

Installed separately.

-- 
Iain Buclaw

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


April 04, 2013
On 03/28/2013 01:38 PM, Iain Buclaw wrote:
> Installed separately.

Sorry for late response, but -- what's the long-term goal?  Is it intended to be a short-term separation for hack/rewrite purposes with the new version being reintegrated with the rest of the GDC codebase, or a permanent division?

My impression from your earlier emails is that you're doing this because keeping this script in the main codebase causes an extra maintenance burden that is problematic.
April 05, 2013
On 4 April 2013 17:59, Joseph Rushton Wakeling <joseph.wakeling@webdrake.net
> wrote:

> On 03/28/2013 01:38 PM, Iain Buclaw wrote:
> > Installed separately.
>
> Sorry for late response, but -- what's the long-term goal?  Is it intended
> to be
> a short-term separation for hack/rewrite purposes with the new version
> being
> reintegrated with the rest of the GDC codebase, or a permanent division?
>
> My impression from your earlier emails is that you're doing this because
> keeping
> this script in the main codebase causes an extra maintenance burden that is
> problematic.
>

Re-integration could be possible.  For now it will be kept separate for people who want some dmd imitation to interact with gdc.

-- 
Iain Buclaw

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