Le 2011-07-13 à 16:39, Leandro Lucarella a écrit : > Michel Fortin, el 13 de julio a las 15:54 me escribiste: >> Here is a new pull request: >> <https://github.com/D-Programming-Language/dmd/pull/248> > > Thanks! Here are a couple new patches that tidy up things a little > further. In the way, I noticed there were some features what were > reported as deprecated, but were really plain errors, since they were > issued when this condition is met: 1 || !global.params.useDeprecated, > i.e. always :) > > In this patch I thread that as plain errors (and change "deprecated" > with "no longer legal", as it says with other removed features). If we > really want a deprecation message there, is trivial to do so (change > error() with deprecation()). > > If you can include this one too, it would be awesome! =)
Included. -- Michel Fortin [email protected] http://michelf.com/ _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
