unit testing

Bill Baxter wbaxter at gmail.com
Wed Jul 23 18:34:14 PDT 2008


On Thu, Jul 24, 2008 at 10:25 AM, sleek <cslush at gmail.com> wrote:

> Awesome! Nice dsss tip.
>
> Thanks Jared! :-P
>
> "Jarrett Billingsley" <kb3ctd2 at yahoo.com> wrote in message
> news:g5ufre$264o$1 at digitalmars.com...
> > "sleek" <cslush at gmail.com> wrote in message
> > news:g5u57t$1i6n$1 at digitalmars.com...
> >>I discovered this to be user error. I didn't realize that dsss was
> >>creating a "dsss_objs" folder. For whatever reason, I couldn't simply do
> a
> >>"dsss build mymodule.d" and have it cleanly create a new instance. I
> guess
> >>I need to do a "dsss clean" before rebuilding. Thanks for the help Jarret
> >
> > Alternatively, you can do "dsss build -full mymodule.d".  That forces a
> > full rebuild.
> >
> > And it's Jarrett with two Ts.
> >
>

If you change the dsss.conf file, DSSS will detect that and do a full
rebuild.
But if other things change out from under it (like library versions or
sometimes code) then you will need a -full / or clean.
It isn't like SCONS, which keeps an md5 hash of dependencies to detect any
changes that might affect a build.

--bb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20080724/a5c30f01/attachment.htm>


More information about the Digitalmars-d-learn mailing list