September 10, 2012
On Sun, 09 Sep 2012 11:32:10 -0400, kenji hara <k.hara.pg@gmail.com> wrote:

> I've posted two pull requests for the purpose.
>
> https://github.com/D-Programming-Language/dmd/pull/1110
> https://github.com/D-Programming-Language/druntime/pull/298
>
> inout parameter and strongly purity function can realize this.
>

Excellent!  I have been waiting for this for a long time.

-Steve
September 10, 2012
"kenji hara" <k.hara.pg@gmail.com> wrote in message news:mailman.1679.1347204757.31962.digitalmars-d@puremagic.com...
> I've posted two pull requests for the purpose.
>
> https://github.com/D-Programming-Language/dmd/pull/1110 https://github.com/D-Programming-Language/druntime/pull/298
>
> inout parameter and strongly purity function can realize this.
>

This is great.  Is there any chance a similar method could be applied to give '~' and 'new' the same strong-purity benefits?  This is much cleaner than introducing expression-level purity.


1 2 3
Next ›   Last »