Brad Roberts さんは書きました:
On 5/22/2010 7:07 PM, dsource.org wrote:
phobos commit, revision 1542


user: SHOO

msg:
Mark deprecated to unittest

http://www.dsource.org/projects/phobos/changeset/1542


General comment.. commit messages should explain 'why' not 'what'.  The 'what'
part is obvious from the diff.  Does deprecate even make sense on unit tests?
They don't to me.

Because those unittest tests deprecated functions, I marked them with deprecated.
If it does not do it like that, you could not compile unittest.

For example, It become like this:
$ dmd -I.. -c -o- -unittest -debug string.d
string.d(4058): Error: function std.string.find is deprecated

_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to