[svn:parrot] r37932 - trunk/tools/dev

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Mon Apr 6 22:50:33 UTC 2009


Author: jkeenan
Date: Mon Apr  6 22:50:32 2009
New Revision: 37932
URL: https://trac.parrot.org/parrot/changeset/37932

Log:
Update documentation to reflect fact that program no longer behaves differently post-1.0 from pre-1.0.

Modified:
   trunk/tools/dev/opsrenumber.pl

Modified: trunk/tools/dev/opsrenumber.pl
==============================================================================
--- trunk/tools/dev/opsrenumber.pl	Mon Apr  6 22:49:17 2009	(r37931)
+++ trunk/tools/dev/opsrenumber.pl	Mon Apr  6 22:50:32 2009	(r37932)
@@ -39,12 +39,10 @@
 
 This program should be used when adding or removing opcodes.
 
-This program will behave differently depending on whether Parrot has reached
-major version 1 or not.  In the current period (major version 0), all the
-opcodes except the first seven are potentially deletable and the opcodes'
-order may be rearranged.  Once a production version of Parrot has been
-released, all then existing opcodes and their numbers will be deemed
-immutable, though new opcodes may be added at the end of the list.
+All opcodes except the first seven are potentially deletable and the opcodes'
+order may be rearranged.  However, in and after Parrot 1.0.0, deletion of
+opcodes should be a rare event.  New opcodes should be added at the end of the
+list.
 
 =head1 SEE ALSO
 


More information about the parrot-commits mailing list