SiegeLord / Tango-D2

A port of the Tango library to D2
http://siegelord.github.com/Tango-D2/
Other
90 stars 38 forks source link

Use proper deprecations #101

Closed jacob-carlborg closed 5 years ago

jacob-carlborg commented 5 years ago

Instead of using pragma(msg) for printing deprecation messages use deprecated("message"). This allows to control if the deprecated messages should be shown or not. AppVeyor will consider any build that outputs to stderr as failed.

SiegeLord commented 5 years ago

Thanks!