Milestone - DMD front end is now 100% D!

Iain Buclaw via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Dec 15 12:29:34 PST 2016


On 15 December 2016 at 21:03, John Colvin via Digitalmars-d-announce
<digitalmars-d-announce at puremagic.com> wrote:
> On Thursday, 15 December 2016 at 19:58:50 UTC, Iain Buclaw wrote:
>>
>> This will be the direction that I anticipate to head in until a time comes
>> where the frontend exposes everything GDC depends upon in order to bootstrap
>> to the latest stable branch.
>
>
> Is there a good list of what is necessary somewhere publicly visible?

Not really, as I will only know the full extent when either I or
someone else sits down and tries it out.

I can of course update the GDC on-going projects page that someone
reminds me to do on a yearly basis before GSOC comes round the corner,
but that quickly goes out of date within a month or two.

I can say that I anticipate the following will need fixing though:

- Backport CTFloat from upstream.
- Remove 'import ddmd.mars' from all frontend modules.
- Add many more static create functions - TypeStruct::create,
StructDeclaration::create, there are probably a dozen or so more.

Here's the wiki that needs TLC. http://wiki.dlang.org/GDC/ProjectIdeas

Regards.


More information about the Digitalmars-d-announce mailing list