Author: coke
Date: Fri Jan 23 21:39:27 2009
New Revision: 35944

Removed:
   trunk/src/pmc/multiarray.pmc
   trunk/t/pmc/multiarray.t
Modified:
   trunk/DEPRECATED.pod
   trunk/MANIFEST
   trunk/PBC_COMPAT
   trunk/editor/pir-mode.el
   trunk/src/pmc/pmc.num
   trunk/t/steps/auto_pmc-01.t

Log:
TT #187 - remove MultiArray PMC
Also some cruft in editor/pir-mode.el from other recent removals



Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod        (original)
+++ trunk/DEPRECATED.pod        Fri Jan 23 21:39:27 2009
@@ -41,8 +41,6 @@
 
 =item * deleg_pmc [post 0.9.0] (TT #187)
 
-=item * multiarray [post 0.9.0] (TT #187)
-
 =item * pair [post 0.9.0] (TT #187)
 
 =item * pointer [post 0.9.0] (TT #187)

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Fri Jan 23 21:39:27 2009
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 24 05:13:29 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 24 05:25:24 2009 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -2972,7 +2972,6 @@
 src/pmc/lexinfo.pmc                                         []
 src/pmc/lexpad.pmc                                          []
 src/pmc/managedstruct.pmc                                   []
-src/pmc/multiarray.pmc                                      []
 src/pmc/multisub.pmc                                        []
 src/pmc/namespace.pmc                                       []
 src/pmc/nci.pmc                                             []
@@ -3395,7 +3394,6 @@
 t/pmc/lexinfo.t                                             []
 t/pmc/lexpad.t                                              []
 t/pmc/managedstruct.t                                       []
-t/pmc/multiarray.t                                          []
 t/pmc/multidispatch.t                                       []
 t/pmc/multisub.t                                            []
 t/pmc/namespace.t                                           []

Modified: trunk/PBC_COMPAT
==============================================================================
--- trunk/PBC_COMPAT    (original)
+++ trunk/PBC_COMPAT    Fri Jan 23 21:39:27 2009
@@ -27,7 +27,7 @@
 
 # please insert tab separated entries at the top of the list
 
-3.34   2009.01.23      coke    removed intlist, enumerate PMCs
+3.34   2009.01.23      coke    removed intlist, enumerate, multiarray PMCs
 3.33    2009.01.20     chromatic       removed n_neg opcode
 3.32    2009.01.19     chromatic       removed remaining n_* math/bitwise ops
 3.31    2009.01.12     whiteknight     remove stm.ops and all opcodes therein

Modified: trunk/editor/pir-mode.el
==============================================================================
--- trunk/editor/pir-mode.el    (original)
+++ trunk/editor/pir-mode.el    Fri Jan 23 21:39:27 2009
@@ -146,11 +146,11 @@
 (defvar pir-PMC-keyword-symbols
   '("AddrRegistry" "Array" "BigInt" "Boolean" "Bound_NCI" "Capture"
     "Class" "Closure" "Compiler" "Complex" "Continuation" "Coroutine"
-    "Enumerate" "Env" "Eval" "Exception" "ExceptionHandler"
+    "Env" "Eval" "Exception" "ExceptionHandler"
     "Exporter" "File" "FixedBooleanArray" "FixedFloatArray"
     "FixedIntegerArray" "FixedPMCArray" "FixedStringArray" "Float"
-    "Hash" "IntList" "Integer" "Iterator" "Key" "LexInfo" "LexPad"
-    "ManagedStruct" "MultiArray" "MultiSub" "NCI" "NameSpace" "Null"
+    "Hash" "Integer" "Iterator" "Key" "LexInfo" "LexPad"
+    "ManagedStruct" "MultiSub" "NCI" "NameSpace" "Null"
     "OS" "Object" "OrderedHash" "PMCProxy" "Pair" "ParrotClass"
     "ParrotIO" "ParrotInterpreter" "ParrotLibrary" "ParrotObject"
     "ParrotRunningThread" "ParrotThread" "Pointer" "Random" "Ref"

Modified: trunk/src/pmc/pmc.num
==============================================================================
--- trunk/src/pmc/pmc.num       (original)
+++ trunk/src/pmc/pmc.num       Fri Jan 23 21:39:27 2009
@@ -71,20 +71,18 @@
 sarray.pmc    46
 constsarray.pmc    47
 fixedstringarray.pmc    48
-multiarray.pmc    49
-
 
 # hashes
-hash.pmc    50
-perlhash.pmc    51
-orderedhash.pmc    52
+hash.pmc    49
+perlhash.pmc    50
+orderedhash.pmc    51
 
 # other
 
-tqueue.pmc    53
+tqueue.pmc    52
 
-parrotclass.pmc    54
-parrotobject.pmc    55
+parrotclass.pmc    53
+parrotobject.pmc    54
 
-os.pmc    56
-file.pmc    57
+os.pmc    55
+file.pmc    56

Modified: trunk/t/steps/auto_pmc-01.t
==============================================================================
--- trunk/t/steps/auto_pmc-01.t (original)
+++ trunk/t/steps/auto_pmc-01.t Fri Jan 23 21:39:27 2009
@@ -146,7 +146,7 @@
 ########## --pmc ##########
 
 my @dummy_options = qw(
-default.pmc null.pmc env.pmc key.pmc random.pmc unmanagedstruct.pmc 
managedstruct.pmc delegate.pmc exception.pmc parrotlibrary.pmc 
parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc pointer.pmc sub.pmc 
continuation.pmc retcontinuation.pmc exceptionhandler.pmc coroutine.pmc 
eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc complex.pmc string.pmc 
boolean.pmc ref.pmc sharedref.pmc array.pmc fixedintegerarray.pmc iterator.pmc 
sarray.pmc fixedstringarray.pmc multiarray.pmc hash.pmc orderedhash.pmc 
tqueue.pmc os.pmc file.pmc addrregistry.pmc bound_nci.pmc capture.pmc class.pmc 
codestring.pmc deleg_pmc.pmc exporter.pmc fixedbooleanarray.pmc 
fixedfloatarray.pmc fixedpmcarray.pmc lexinfo.pmc multisub.pmc namespace.pmc 
object.pmc pair.pmc parrotrunningthread.pmc pccmethod_test.pmc pmcproxy.pmc 
resizablebooleanarray.pmc resizablefloatarray.pmc resizableintegerarray.pmc 
resizablepmcarray.pmc resizablestringarray.pmc role.pmc scalar.pmc 
scheduler.pmc slice.pmc task.pmc undef.pmc
+default.pmc null.pmc env.pmc key.pmc random.pmc unmanagedstruct.pmc 
managedstruct.pmc delegate.pmc exception.pmc parrotlibrary.pmc 
parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc pointer.pmc sub.pmc 
continuation.pmc retcontinuation.pmc exceptionhandler.pmc coroutine.pmc 
eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc complex.pmc string.pmc 
boolean.pmc ref.pmc sharedref.pmc array.pmc fixedintegerarray.pmc iterator.pmc 
sarray.pmc fixedstringarray.pmc hash.pmc orderedhash.pmc tqueue.pmc os.pmc 
file.pmc addrregistry.pmc bound_nci.pmc capture.pmc class.pmc codestring.pmc 
deleg_pmc.pmc exporter.pmc fixedbooleanarray.pmc fixedfloatarray.pmc 
fixedpmcarray.pmc lexinfo.pmc multisub.pmc namespace.pmc object.pmc pair.pmc 
parrotrunningthread.pmc pccmethod_test.pmc pmcproxy.pmc 
resizablebooleanarray.pmc resizablefloatarray.pmc resizableintegerarray.pmc 
resizablepmcarray.pmc resizablestringarray.pmc role.pmc scalar.pmc 
scheduler.pmc slice.pmc task.pmc undef.pmc
 );
 my $dummy_options = join q{ } => @dummy_options;
 
@@ -168,7 +168,7 @@
 
 @dummy_options = qw(
 default.pmc null.pmc env.pmc key.pmc random.pmc unmanagedstruct.pmc
-managedstruct.pmc delegate.pmc constexception.pmc parrotlibrary.pmc 
parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc pointer.pmc sub.pmc 
continuation.pmc retcontinuation.pmc exceptionhandler.pmc coroutine.pmc 
eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc complex.pmc string.pmc 
boolean.pmc ref.pmc sharedref.pmc array.pmc fixedintegerarray.pmc iterator.pmc 
sarray.pmc fixedstringarray.pmc multiarray.pmc hash.pmc orderedhash.pmc 
tqueue.pmc os.pmc file.pmc addrregistry.pmc bound_nci.pmc capture.pmc class.pmc 
codestring.pmc deleg_pmc.pmc exporter.pmc fixedbooleanarray.pmc 
fixedfloatarray.pmc fixedpmcarray.pmc lexinfo.pmc multisub.pmc namespace.pmc 
object.pmc pair.pmc parrotrunningthread.pmc pccmethod_test.pmc pmcproxy.pmc 
resizablebooleanarray.pmc resizablefloatarray.pmc resizableintegerarray.pmc 
resizablepmcarray.pmc resizablestringarray.pmc role.pmc scalar.pmc 
scheduler.pmc slice.pmc task.pmc undef.pmc
+managedstruct.pmc delegate.pmc constexception.pmc parrotlibrary.pmc 
parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc pointer.pmc sub.pmc 
continuation.pmc retcontinuation.pmc exceptionhandler.pmc coroutine.pmc 
eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc complex.pmc string.pmc 
boolean.pmc ref.pmc sharedref.pmc array.pmc fixedintegerarray.pmc iterator.pmc 
sarray.pmc fixedstringarray.pmc hash.pmc orderedhash.pmc tqueue.pmc os.pmc 
file.pmc addrregistry.pmc bound_nci.pmc capture.pmc class.pmc codestring.pmc 
deleg_pmc.pmc exporter.pmc fixedbooleanarray.pmc fixedfloatarray.pmc 
fixedpmcarray.pmc lexinfo.pmc multisub.pmc namespace.pmc object.pmc pair.pmc 
parrotrunningthread.pmc pccmethod_test.pmc pmcproxy.pmc 
resizablebooleanarray.pmc resizablefloatarray.pmc resizableintegerarray.pmc 
resizablepmcarray.pmc resizablestringarray.pmc role.pmc scalar.pmc 
scheduler.pmc slice.pmc task.pmc undef.pmc
 );
 $dummy_options = join q{ } => @dummy_options;
 

Reply via email to