[svn:parrot] r42566 - trunk

cotto at svn.parrot.org cotto at svn.parrot.org
Wed Nov 18 08:53:50 UTC 2009


Author: cotto
Date: Wed Nov 18 08:53:49 2009
New Revision: 42566
URL: https://trac.parrot.org/parrot/changeset/42566

Log:
[DEPRECATED] Array PMC is on its way out

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Wed Nov 18 08:49:41 2009	(r42565)
+++ trunk/DEPRECATED.pod	Wed Nov 18 08:53:49 2009	(r42566)
@@ -100,6 +100,13 @@
 
 L<https://trac.parrot.org/parrot/ticket/1260>
 
+=item Array PMC [eligible in 2.1]
+
+This PMC is old, ill-used and is superceded by other array-like PMCs.  Any code
+using this PMC should migrate to ResizablePMCArray or something more suitable.
+
+L<https://trac.parrot.org/parrot/ticket/1303>
+
 =back
 
 =head1 Opcodes


More information about the parrot-commits mailing list