Descent 0.5.4 released

Jason House jason.james.house at gmail.com
Wed Jan 28 20:37:27 PST 2009


Ary Borenszweig wrote:

> New features:
>   - Compile-time view

This is a great feature that I've been looking forward to.
When playing around with this, I noticed a few things that seemed odd to me.  They may be normal/expected if I understood the better how the front end/descent works.
1. derr.writefln("foo") is translated as 1("foo")
2. Actual template instances are not shown.
3. I have a template (called factory) that takes a string argument.  The compile time view translates
   alias factory!("libego") gameDef;
into
   alias void gameDef;


More information about the Digitalmars-d-announce mailing list