Thread overview
[phobos] Bug 4834
Sep 07, 2010
David Simcha
Sep 07, 2010
David Simcha
September 06, 2010
  http://d.puremagic.com/issues/show_bug.cgi?id=4834

I guess the solution to this is that hasLocalAliasing needs to return true in the case of delegates?
September 07, 2010
On 09/06/2010 09:28 PM, David Simcha wrote:
> http://d.puremagic.com/issues/show_bug.cgi?id=4834
>
> I guess the solution to this is that hasLocalAliasing needs to return true in the case of delegates?

Yah. I should have said when hasLocalAliasing was first checked in - it's a poor choice of name that has me running to the docs whenever I see it. hasUnsharedAliasing is more descriptive.

Andrei
September 07, 2010
  You're right about the names.  I've changed them to hasUnsharedXXX to
prevent this from being a permanent wart, but included aliases to
prevent breaking existing code.

On 9/7/2010 10:41 AM, Andrei Alexandrescu wrote:
> On 09/06/2010 09:28 PM, David Simcha wrote:
>> http://d.puremagic.com/issues/show_bug.cgi?id=4834
>>
>> I guess the solution to this is that hasLocalAliasing needs to return true in the case of delegates?
>
> Yah. I should have said when hasLocalAliasing was first checked in - it's a poor choice of name that has me running to the docs whenever I see it. hasUnsharedAliasing is more descriptive.
>
> Andrei
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>