RefCounted / DMD bug

2016-04-15 Thread Erik Smith via Digitalmars-d
I'm getting a strange assertion/crash involving RefCounted and I've reduced it down to the isolated case (see below). This is with D 2.071 and requires this version to compile. I'm wondering if there is something I wrong in the way I'm using RefCounted. I'm using using it to pass RC value t

Re: RefCounted / DMD bug

2016-04-16 Thread ag0aep6g via Digitalmars-d
On 16.04.2016 02:56, Erik Smith wrote: I'm getting a strange assertion/crash involving RefCounted and I've reduced it down to the isolated case (see below). This is with D 2.071 and requires this version to compile. Seems to work with git master (8da509d). Digger [1] says it's been fixed in d

Re: RefCounted / DMD bug

2016-04-16 Thread Erik Smith via Digitalmars-d
On Saturday, 16 April 2016 at 14:50:07 UTC, ag0aep6g wrote: On 16.04.2016 02:56, Erik Smith wrote: I'm getting a strange assertion/crash involving RefCounted and I've reduced it down to the isolated case (see below). This is with D 2.071 and requires this version to compile. Seems to work w