[Issue 7970] @property does not properly disambiguate delegate properties

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 5 14:21:04 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=7970

Jonathan M Davis <issues.dlang at jmdavisProg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |---
           Severity|normal                      |enhancement

--- Comment #3 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
(In reply to Adam D. Ruppe from comment #2)
> I actually don't agree this should be wontfix (though that does seem to be
> the status quo). We don't have -property, but we do still have @property and
> this is the one compelling case where I actually want to use it.

Agreed. Regardless of -property, without a fix along these lines, the property
syntax is somewhat crippled. And @property could still be improved to fix this
even if it's unnecessary in most cases that you want to use the property
syntax.

I am changing this to an enhancement request though rather than simply
reopening it.

--


More information about the Digitalmars-d-bugs mailing list