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

2019-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3771 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

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

2012-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3771 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #3

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

2012-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3771 --- Comment #2 from Witold Baryluk 2012-02-03 01:31:54 PST --- I belive this bug is almost fixed in compiler in repository. Is Phobos updated accordingly to use @property property in array / string functions? -- Configure issuemail: http://d

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

2010-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3771 --- Comment #1 from Witold Baryluk 2010-02-05 06:23:04 PST --- Similary with array methods without brackets: a.find = b; auto c = a.toUpper; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are recei