Re: Beta D 2.068.2-b2

2015-09-21 Thread Rory McGuire via Digitalmars-d-announce
On Tue, Sep 15, 2015 at 7:37 PM, Meta via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Monday, 14 September 2015 at 21:05:42 UTC, Martin Nowak wrote: > >> The second beta for the 2.068.2 point release fixes an regression with >> destroy that could result in a memory

Re: Beta D 2.068.2-b2

2015-09-21 Thread Meta via Digitalmars-d-announce
On Monday, 21 September 2015 at 13:23:21 UTC, Rory McGuire wrote: That takes forever on 2.068.0 as well. Even as: import std.range; uint[ushort.max] inst; alias InstElem = ElementType!(typeof(inst)); even weirder (to me at least) its related to the number of items in "inst". uint[1] is quick.

Re: Beta D 2.068.2-b2

2015-09-15 Thread Meta via Digitalmars-d-announce
On Monday, 14 September 2015 at 21:05:42 UTC, Martin Nowak wrote: The second beta for the 2.068.2 point release fixes an regression with destroy that could result in a memory leak [¹]. http://downloads.dlang.org/pre-releases/2.x/2.068.2/ -Martin [¹]:

Beta D 2.068.2-b2

2015-09-14 Thread Martin Nowak via Digitalmars-d-announce
The second beta for the 2.068.2 point release fixes an regression with destroy that could result in a memory leak [¹]. http://downloads.dlang.org/pre-releases/2.x/2.068.2/ -Martin [¹]: https://issues.dlang.org/show_bug.cgi?id=15044