[Issue 8162] [TDPL] -property fails to give an error when a property function is called with parens

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 29 23:54:41 PDT 2012


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



--- Comment #2 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-05-29 23:56:32 PDT ---
> If strict property enforcement is implemented, S.opDispatch won't work anymore.
> Because @property is not considered by overload resolution.

I believe that opDispatch already has the issue that you can't use property and
non-property functions with it (IIRC someone on D.Learn was discussing that not
too long ago). So, we probably need to do something special with opDispatch
anyway.

As it stands, strict property enforcement (as TDPL describes) doesn't work
properly, and it should.

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