Boost logo

Boost-Build :

Subject: Re: [Boost-build] PING: Sources order changed in actions because of recent change to generators.jam
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-09-29 19:49:39


AMDG

On 09/27/2013 08:02 AM, Nogradi, Chris wrote:
> Can someone comment on this: http://article.gmane.org/gmane.comp.lib.boost.build/25948 ?
>
> The re-ordering of sources is happening because of this line (629) in convert-to-consumable-types in generators.jam:
>
> return [ sequence.unique $(result) ] ;
>
> which reorders the list. Would it be more appropriate to do this instead?
>
> return [ sequence.unique $(result) : stable ] ;
>

Yes. That's probably right. Can you file a
ticket at http://svn.boost.org/? If you
have a small self-contained test case, that
would also help.

In Christ,
Steven Watanabe


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