https://issues.dlang.org/show_bug.cgi?id=21892
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from RazvanN <[email protected]> --- This seems like a narrow use case. Why not just live with the deprecation? The symbol is going to get removed anyway at some point. I am saying this because there is no mechanism inside the compiler to skip deprecations depending on context. Also, the behavior would most likely have to be hidden behind a switch since other people might want to issue deprecations when reflecting on deprecated methods. And we all know that Walter is against adding more compiler switches. This seems like a fairly complicated thing to implement for questionable benefits. --
