Thread overview | |||||
---|---|---|---|---|---|
|
September 06, 2010 [phobos] Bug 4834 | ||||
---|---|---|---|---|
| ||||
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 [phobos] Bug 4834 | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Simcha | 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 [phobos] Bug 4834 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | 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
>
|
Copyright © 1999-2021 by the D Language Foundation