[svn:parrot] r47169 - trunk

plobsing at svn.parrot.org plobsing at svn.parrot.org
Sun May 30 21:06:39 UTC 2010


Author: plobsing
Date: Sun May 30 21:06:38 2010
New Revision: 47169
URL: https://trac.parrot.org/parrot/changeset/47169

Log:
deprecate logical vtables TT #1655

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Sun May 30 19:48:41 2010	(r47168)
+++ trunk/DEPRECATED.pod	Sun May 30 21:06:38 2010	(r47169)
@@ -134,6 +134,13 @@
 
 L<https://trac.parrot.org/parrot/ticket/1628>
 
+=item logical_* vtables [eligiblie in 2.7]
+
+These can be replaced by C<get_bool> and intval ops unless you're using them for
+things that aren't really logical ops (don't do that!).
+
+L<https://trac.parrot.org/parrot/ticket/1655>
+
 =back
 
 =head1 Opcodes
@@ -239,6 +246,12 @@
 
 L<https://trac.parrot.org/parrot/ticket/1635>
 
+=item logical PMC ops [eligible in 2.7]
+
+These fall out from the logical vtables deprecation.
+
+L<https://trac.parrot.org/parrot/ticket/1655>
+
 =back
 
 =head1 Bytecode


More information about the parrot-commits mailing list