Andrei Alexandrescu wrote:
Walter Bright wrote:I think the right fix for that is for the compiler to not complain about deprecated symbol usage if the usage is in the same module the deprecated symbol is defined in.Reading this, I thought "No chance Walter will ever do this" until I saw the poster's name :o).
It is consistent with the ideas behind private access. Presumably the person working on the module knows what they're doing, no need to hide it from himself.