Fun with range deprecations

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 11 17:47:10 PDT 2014


On Tue, 12 Aug 2014 00:18:26 +0000
Meta via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> What about modifying is(typeof(...)) to return false for 
> deprecated symbols?
btw, we can add 'date' arg do deprecated(), so compiler will spit
warnings before that date and rejects deprecated code after this date.

this gives us another fine thing: forgotten deprecations, which was
sheduled but their shedule date missed, will immediately break unfixed
code.

i'm pretty sure that such enhancement was proposed before and rejected
for good reasons, but i cannot into search (as always).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20140812/90dca54f/attachment.sig>


More information about the Digitalmars-d mailing list