March 26, 2014
On 3/26/14, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
> Please file this as an enhancement request to bugzilla[1]. Thanks!
>
> [1] : https://d.puremagic.com/issues/enter_bug.cgi?product=D

Ok filed as: https://d.puremagic.com/issues/show_bug.cgi?id=12474
March 26, 2014
> Please file this as an enhancement request to bugzilla[1]. Thanks!
just did it: https://d.puremagic.com/issues/show_bug.cgi?id=12475
please check if i did it right and feel free to correct anything. i'm not english-speaking creature and i have no big expirience in doing public requests to big project.

tnx.
March 26, 2014
> Ok filed
argh. should i (or moderators) close my report as duplicate then?
March 26, 2014
On 03/26/2014 10:44 AM, ketmar wrote:
>> Ok filed
> argh. should i (or moderators) close my report as duplicate then?

Yes, please resolve it as a duplicate of the other bug (bug 12474).

Ali

March 26, 2014
> Yes, please resolve it as a duplicate of the other bug (bug 12474).
done.
March 27, 2014
On Wed, 26 Mar 2014 11:52:29 -0400, ketmar <nobodyherethismailsucks@gmail.com> wrote:

> i think that '__gshared' should be part of type info, just like 'shared' is. variable can't be both 'shared' and '__gshared' anyway.

The point of __gshared is it's an override of the type info. There are some cases where you need shared data, but you don't want the type system to know that. Usually it's for "safety checks off" code.

-Steve
1 2
Next ›   Last »