﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
232	Sources order changed in actions because of recent change to generators.jam	Md Abdur Rahim	somebody	"The source order of actions changed as a results svn83930:

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"	defect	new	major		component1				
