Boost logo

Boost-Build :

Subject: [Boost-build] PING: Sources order changed in actions because of recent change to generators.jam
From: Nogradi, Chris (Chris.Nogradi_at_[hidden])
Date: 2013-09-27 11:02:17


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 ] ;

Thanks,

Chris

________________________________

CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended recipient(s) and contain information that may be confidential and/or legally privileged. If you have received this email in error, please notify the sender by reply email and delete the message. Any disclosure, copying, distribution or use of this communication (including attachments) by someone other than the intended recipient is prohibited. Thank you.



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