[Issue 2409] property is not called

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Aug 4 09:38:08 PDT 2012


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


Adam D. Ruppe <destructionator at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator at gmail.com


--- Comment #2 from Adam D. Ruppe <destructionator at gmail.com> 2012-08-04 09:38:06 PDT ---
Now that there's the @property decoration, I think it's about time we make this
actually work right. It's been wrong a long time.

I think whenever the compiler sees an expression that is an @property, it
should immediately rewrite it into the function call, so address of, call, etc.
all go on the return value.

Functions without @property can remain the way they are now.

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