Deprecations: Any reason left for warning stage?
Daniel Murphy via Digitalmars-d
digitalmars-d at puremagic.com
Sun Oct 5 00:09:59 PDT 2014
"David Nadlinger" wrote in message
news:tsxbhkdfwilqjpqekogq at forum.dlang.org...
> Second, if I'm using "-w", I'm typically interested in errors if I write
> fishy code, not because some third-party library I just updated made a
> small change to its API. I don't see where the advantage would be in
> conflating the two things.
You don't get 'warning' deprecations from third-party code, you get them
from the compiler when you use a feature that is on its way to being
deprecated. Usually because it's fishy.
More information about the Digitalmars-d
mailing list