Author: wyoung
Date: Tue Oct 28 00:09:15 2008
New Revision: 2385

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2385&view=rev
Log:
Noted in HACKERS.txt that changes to examples that change their nature
also need a corresponding change to the userman DBX files.

Modified:
    trunk/HACKERS.txt

Modified: trunk/HACKERS.txt
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/HACKERS.txt?rev=2385&r1=2384&r2=2385&view=diff
==============================================================================
--- trunk/HACKERS.txt (original)
+++ trunk/HACKERS.txt Tue Oct 28 00:09:15 2008
@@ -205,6 +205,14 @@
     program.  Add a new one only if you're introducing brand new
     functionality or when a given feature currently has no test at all.
 
+    Beware that the primary role the examples is to illustrate points
+    in the user manual.  If an existing example does something similar
+    to what a proper test would need to do and the test doesn't change
+    the nature of the example, don't worry about changing the example
+    code.  If your test would change the nature of the example, you
+    either need to do the test another way, or also submit a change
+    to doc/userman/*.dbx that incorporates the difference.
+
 
 Adding Support for a Different Compiler
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to