On Fri, 12 Mar 2010 11:20:25 -0600, eris <[email protected]> wrote:
Hi all
I'm trying to finish up a 0.9 release of a new open source package that's
taken a fair amount of my spare time lately, but I can't seem to get it
past
the final build stage.
- I'm using linux and recent versions of ldc, tango and Descent. I'm
using D
language 1.x.
- I was using simple build scripts, then simple make files, then DSSS,
but now
I've run into a problem.
- Part of my code creates a fairly flexible class factory that allows
you do
select a component to build at runtime. This is critical for the dynamic
nature of the app. The code uses a mixin to configure the factory at
compile
time, depending on the "blueprints" that I want the factory to use.
- DSSS can't "see through" the mixin to the dependencies it creates at
compile-time.
Nice work! If you think the process of figuring out the mixin can be
automated, you may want to post it as a bug to dmd's bugzilla and I'll try
to have rdmd support it.
Andrei