Author: miguel
Date: 2006-09-14 11:44:26 -0400 (Thu, 14 Sep 2006)
New Revision: 65408
Modified:
trunk/mcs/CodingStyle
Log:
more updates
Modified: trunk/mcs/CodingStyle
trunk/mcs/CodingStyle2006-09-14 15:44:09 UTC (rev 65407)
trunk/mcs/CodingStyle2006-09-14 15:44:26 UTC (rev 65408)
@@ -25,12 +25,16 @@
please use the attribute [MonoTD]. This attribute can be used
to programatically generate our status web pages:
-[MonoTD]
+[MonoTD("My Function is not available on Mono")]
int MyFunction ()
{
throw new NotImplementedException ();
}
+Ideally, write a human description of the reason why there is
+a MonoTD, this will be useful in the future for our
+automated tools that can assist in developers porting their code.
+
* Supporting .NET 1.2, .NET 1.1 and .NET 1.0 builds
The defines NET_1_1 and NET_2_0 are used to include
@@ -404,6 +408,11 @@
From that point on a list of changes in a file-by-file basis,
describing what changes were done.
+
+This information must be cut and pasted into your commit
+message, so the information ends up in two places: in the
+subversion repository metadata and also on the source code
+distirbution (which does not have the Subversion metadata).
* Warnings
Mono-patches maillist - Mono-patches (AT) lists (DOT) ximian.com