October 19, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3836



--- Comment #10 from yebblies <yebblies@gmail.com> 2011-10-19 22:06:55 EST ---
Patch to make it deprecated:

https://github.com/D-Programming-Language/dmd/pull/462

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 29, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3836


Stewart Gordon <smjg@iname.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smjg@iname.com


--- Comment #11 from Stewart Gordon <smjg@iname.com> 2012-02-28 17:36:32 PST ---
http://dlang.org/hijack.html
"The D solution is straightforward. If a function in a derived class overrides
a function in a base class, it must use the storage class override. If it
overrides without using the override storage class it's an error. If it uses
the override storage class without overriding anything, it's an error."

Though I'm not sure the term "storage class" is correct here.  And there's no mention of obligatory override on attribute.html.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 25, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3836



--- Comment #12 from github-bugzilla@puremagic.com 2012-09-25 06:12:56 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/d6d3ed2527981df536e2e6b3f7d313bbf2f52cd1 Fix Issue 3836 - [TDPL] obligatory override attribute

Move requiring the override attribute to the next stage, from warning to deprecated.

https://github.com/D-Programming-Language/dmd/commit/262583955e55f03f970af130590225b898164ae0 Merge pull request #462 from yebblies/issue3836

Issue 3836 - [TDPL] obligatory override attribute

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 25, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3836


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
1 2
Next ›   Last »