[svn:parrot] r40413 - in branches/auto_attrs: . include/parrot src src/gc src/interp src/runcore t/src t/tools tools/dev

NotFound at svn.parrot.org NotFound at svn.parrot.org
Wed Aug 5 11:20:31 UTC 2009


Author: NotFound
Date: Wed Aug  5 11:20:31 2009
New Revision: 40413
URL: https://trac.parrot.org/parrot/changeset/40413

Log:
merge from trunk r40412

Modified:
   branches/auto_attrs/   (props changed)
   branches/auto_attrs/include/parrot/runcore_trace.h   (props changed)
   branches/auto_attrs/src/debug.c
   branches/auto_attrs/src/gc/generational_ms.c   (props changed)
   branches/auto_attrs/src/gc/incremental_ms.c   (props changed)
   branches/auto_attrs/src/interp/inter_create.c   (props changed)
   branches/auto_attrs/src/runcore/cores.c   (props changed)
   branches/auto_attrs/src/runcore/trace.c   (props changed)
   branches/auto_attrs/t/src/embed.t   (props changed)
   branches/auto_attrs/t/tools/parrot_debugger.t
   branches/auto_attrs/tools/dev/mk_gitignore.pl   (props changed)

Modified: branches/auto_attrs/src/debug.c
==============================================================================
--- branches/auto_attrs/src/debug.c	Wed Aug  5 11:17:15 2009	(r40412)
+++ branches/auto_attrs/src/debug.c	Wed Aug  5 11:20:31 2009	(r40413)
@@ -3276,7 +3276,7 @@
     UNUSED(command);
     Parrot_ex_throw_from_c_args(interp, NULL,
         EXCEPTION_UNIMPLEMENTED,
-	"PDB_compile ('PASM1' compiler) has been deprecated");
+        "PDB_compile ('PASM1' compiler) has been deprecated");
 }
 
 /*

Modified: branches/auto_attrs/t/tools/parrot_debugger.t
==============================================================================
--- branches/auto_attrs/t/tools/parrot_debugger.t	Wed Aug  5 11:17:15 2009	(r40412)
+++ branches/auto_attrs/t/tools/parrot_debugger.t	Wed Aug  5 11:20:31 2009	(r40413)
@@ -222,12 +222,18 @@
 .end
 PIR
 
+TODO: {
+
+local $TODO = 'eval support functions deprecated, TT #872, pending eval reworking';
+
 pdb_output_like( <<PIR, "pir", "e ", qr/Must give a command to eval/, 'eval nothing');
 .sub main :main
     \$I0 = 242
 .end
 PIR
 
+}
+
 BEGIN { $tests += 35 }
 
 BEGIN { plan tests => $tests; }


More information about the parrot-commits mailing list