[Issue 3771] warn or disallow method as property usage without @property attribute

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 3 10:27:02 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=3771


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #3 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-02-03 10:26:59 PST ---
What updating would there need to be? If it has @property, you use it as a
property. If it doesn't you don't. Some of the functions are @property, some
aren't. You can still use the member function call syntax for arrays
regardless.

If you want @property enforcement to be enabled, then compile with -property.
It'll be phased into the normal behavior later.

-- 
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