Opened 10 years ago

#232 new defect

Sources order changed in actions because of recent change to generators.jam

Reported by: Md Abdur Rahim Owned by: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:

Description

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

Attachments (1)

test.zip (404 bytes) - added by Md Abdur Rahim 10 years ago.

Download all attachments as: .zip

Change History (1)

Changed 10 years ago by Md Abdur Rahim

Attachment: test.zip added
Note: See TracTickets for help on using tickets.