[svn:parrot] r47124 - in trunk: src/ops t/dynoplibs

plobsing at svn.parrot.org plobsing at svn.parrot.org
Sun May 30 01:56:17 UTC 2010


Author: plobsing
Date: Sun May 30 01:56:17 2010
New Revision: 47124
URL: https://trac.parrot.org/parrot/changeset/47124

Log:
partial codetest fixes submitted by GeJ++

also, for future reference, to fix t/distro/file_metadata.t, run:
$  prove t/distro/file_metadata.t 2>&1 1>/dev/null | perl -nle '/^#\s*(svn ps.*)$/ and print($1) and system($1)'

Modified:
   trunk/src/ops/core.ops
   trunk/t/dynoplibs/pmc_pow.t   (contents, props changed)
   trunk/t/dynoplibs/string_pmc_bitwise.t   (props changed)
   trunk/t/dynoplibs/time_old.t   (contents, props changed)

Modified: trunk/src/ops/core.ops
==============================================================================
--- trunk/src/ops/core.ops	Sun May 30 01:01:12 2010	(r47123)
+++ trunk/src/ops/core.ops	Sun May 30 01:56:17 2010	(r47124)
@@ -383,7 +383,7 @@
 
     if (!PMC_IS_NULL(signature))
         Parrot_pcc_set_object(interp, signature, NULL);
-    interp->current_cont   = NEED_CONTINUATION;    
+    interp->current_cont   = NEED_CONTINUATION;
     dest                   = VTABLE_invoke(interp, p, dest);
 
     goto ADDRESS(dest);

Modified: trunk/t/dynoplibs/pmc_pow.t
==============================================================================
--- trunk/t/dynoplibs/pmc_pow.t	Sun May 30 01:01:12 2010	(r47123)
+++ trunk/t/dynoplibs/pmc_pow.t	Sun May 30 01:56:17 2010	(r47124)
@@ -76,3 +76,9 @@
   end:
 .end
 
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/dynoplibs/time_old.t
==============================================================================
--- trunk/t/dynoplibs/time_old.t	Sun May 30 01:01:12 2010	(r47123)
+++ trunk/t/dynoplibs/time_old.t	Sun May 30 01:56:17 2010	(r47124)
@@ -1,6 +1,6 @@
 #!perl
 # Copyright (C) 2001-2009, Parrot Foundation.
-# $Id: time_old.t 47051 2010-05-27 08:45:23Z plobsing $
+# $Id$
 
 use strict;
 use warnings;


More information about the parrot-commits mailing list