[svn:parrot] r42665 - trunk/lib/Parrot

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 03:41:38 UTC 2009


Author: jkeenan
Date: Sat Nov 21 03:41:34 2009
New Revision: 42665
URL: https://trac.parrot.org/parrot/changeset/42665

Log:
Delete reference to resolved RT #43721.

Modified:
   trunk/lib/Parrot/OpsFile.pm

Modified: trunk/lib/Parrot/OpsFile.pm
==============================================================================
--- trunk/lib/Parrot/OpsFile.pm	Sat Nov 21 03:38:37 2009	(r42664)
+++ trunk/lib/Parrot/OpsFile.pm	Sat Nov 21 03:41:34 2009	(r42665)
@@ -665,9 +665,6 @@
         s/goto\s+ADDRESS\((.*)\)/{{=$1}}/mg;
         s/HALT\(\)/{{=0}}/mg;
 
-        # RT #43721: This ought to throw errors when attempting to rewrite $n
-        # argument accesses and other things that make no sense in the
-        # preamble.
         $_ = Parrot::Op->rewrite_body( $_, $trans, 'preamble' );
     }
 


More information about the parrot-commits mailing list