On 2012-09-21 10:56, Chris wrote:

Thanks, that's cool. I really need something like that, because I still
use a lot of features that are deprecated by now and are all over the
place. The reason for this is that my project developed so fast and grew
so big in a short period of time (D speeds up development) that it is
hard to trace down all deprecated methods and replace them. Also, the
library seems to be changing all the time anyway, so who knows whether
or not the new methods will be deprecated again in a few months' time.
But as the days are getting shorter I might find the time to skim
through the code and finally do the dirty work I keep putting off.

That's been a quite annoying problem of D. But things have settle down quite a lot in recent times. Hopefully there shouldn't be that much breaking code these days. But if you're relaying on a bug that was fixed it will still break your code.

--
/Jacob Carlborg

Reply via email to