[m-rev.] for review: fix lambda expansion misordered arguments

Julien Fischer juliensf at csse.unimelb.edu.au
Fri Sep 30 16:20:02 AEST 2011


On Fri, 30 Sep 2011, Peter Wang wrote:

> On 2011-09-28, Julien Fischer <juliensf at csse.unimelb.edu.au> wrote:

>> More generally, I think rhs_nonlocals field shouldn't be a list in the
>> first place - it's originally constructed from a set_of_var so perhaps
>> it should simply be left as such?
>
> I didn't look too hard but it seems like we would be converting back to
> list more often than not, where the field is actually used.

True, but I would hope that the having to convert the set back to a list
at each spot where the field is used would force programmers to deal
with the ordering (or lack thereof) issue.

Julien.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list