[Issue 9289] [Regression 2.061] Had been deprecated language features are enabled again in default

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 10 02:38:13 PST 2013


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


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #3 from Jonathan M Davis <jmdavisProg at 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: -------


More information about the Digitalmars-d-bugs mailing list