[Issue 10143] New: Make -property do nothing in preparation for removal
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu May 23 03:00:17 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10143
Summary: Make -property do nothing in preparation for removal
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: jmdavisProg at gmx.com
--- Comment #0 from Jonathan M Davis <jmdavisProg at gmx.com> 2013-05-23 03:00:15 PDT ---
It's pretty clear at this point that we are _not_ going to have strict property
enforcement and that we are _not_ going to require that non-property functions
be called with parens (which is what -property currently tries to enforce). So,
there is no point in keeping -property around. It's trying to enforce something
that we're definitely not going to do.
So, I propose that as the first stage toward getting rid of it, we make it a
no-op. That way, we can remove -property from Phobos and druntime and move
towards getting rid of it entirely.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list