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;

Reply via email to