[dmd-internals] Deprecation warnings and a trivial man page patch

Michel Fortin michel.fortin at michelf.com
Wed Jul 13 20:08:45 PDT 2011


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
michel.fortin at michelf.com
http://michelf.com/





More information about the dmd-internals mailing list