Thread overview
[dmd-internals] dmd commit, revision 530
Jun 10, 2010
dsource.org
Jun 10, 2010
Don Clugston
June 09, 2010
dmd commit, revision 530


user: walter

msg:
bugzilla 4231 Solitary opUnary Postincrement and Postdecrement user defined operators are broken.

http://www.dsource.org/projects/dmd/changeset/530

June 09, 2010
Could you please explain how the fix works? Does it get rid of the unused temporary? Thanks!

Andrei

On 06/09/2010 07:07 PM, dsource.org wrote:
> dmd commit, revision 530
>
>
> user: walter
>
> msg:
> bugzilla 4231 Solitary opUnary Postincrement and Postdecrement user defined operators are broken.
>
> http://www.dsource.org/projects/dmd/changeset/530
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
June 10, 2010
On 10 June 2010 02:42, Andrei Alexandrescu <andrei at erdani.com> wrote:
> Could you please explain how the fix works? Does it get rid of the unused temporary? Thanks!

It doesn't get rid of the temporary yet, it just fixes the error message. Need to open a new bug about the temporary, it's more complicated to implement.

>
> Andrei
>
> On 06/09/2010 07:07 PM, dsource.org wrote:
>>
>> dmd commit, revision 530
>>
>>
>> user: walter
>>
>> msg:
>> bugzilla 4231 Solitary opUnary Postincrement and Postdecrement user
>> defined operators are broken.
>>
>> http://www.dsource.org/projects/dmd/changeset/530
>>
>> _______________________________________________
>> dmd-internals mailing list
>> dmd-internals at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>