Boost logo

Boost-Build :

Subject: Re: [Boost-build] Another funny Boost Build behaviour. [PATCH]
From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2008-09-04 22:01:10


   Hi.

> After looking at the sources I have a hunch there still exists a
> similar bug with defining a new derived target type, but I'll get back
> to you on that when I get a change to test it out.

   Yup, this was a bug as well. I've added a separate test for this and
commited a patch fixing the problem. The patch clears the same cached
values as the previous one whenever a new derived type is registered.

   Changeset link: http://svn.boost.org/trac/boost/changeset/48596

   I believe the same bug can be fixed more efficiently by not clearing
all the cached values but by simply adding the newly registered derived
target type to whichever source target type cache already contains its
base target type.

   Hope this helps.

   Best regards,
     Jurko Gospodnetić


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk