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


Jonathan M Davis <jmdavisp...@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisp...@gmx.com


--- Comment #3 from Jonathan M Davis <jmdavisp...@gmx.com> 2013-01-10 02:37:57 
PST ---
> I brushed up my idea: The -dw/-de switches affect to the use of deprecated
> "symbols", but doesn't to the use of deprecated language features.

That's probably the right way to handle it. Deprecated language features
already effectively have the separation between soft and hard deprecation,
because they generally get normal warnings before being deprecated, whereas
deprecated symbols aren't part of that, since they aren't hard-coded into the
compiler.

We can just go back to treating deprecated language features the way that we
have and take advantage of the recent changes to deprecated for deprecated
symbols.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to