Author: jkeenan
Date: Sun Jan  4 17:01:14 2009
New Revision: 34951

Removed:
   trunk/examples/pir/hello-dwim.pir
   trunk/runtime/parrot/include/DWIM.pir
Modified:
   trunk/MANIFEST
   trunk/lib/Parrot/Manifest.pm
   trunk/t/examples/pir.t

Log:
Remove dwim.pir example.  Cf.:  https://trac.parrot.org/parrot/ticket/120.

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Sun Jan  4 17:01:14 2009
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Mon Jan  5 00:08:40 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Mon Jan  5 00:44:31 2009 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -715,7 +715,6 @@
 examples/pir/euclid.pir                                     [main]doc
 examples/pir/genprog.bas                                    [main]doc
 examples/pir/hanoi.pir                                      [main]doc
-examples/pir/hello-dwim.pir                                 [main]doc
 examples/pir/io.pir                                         [main]doc
 examples/pir/levenshtein.pir                                [main]doc
 examples/pir/life.pir                                       [main]doc
@@ -2810,7 +2809,6 @@
 parrot.spec                                                 []
 parrotbug                                                   []
 runtime/parrot/dynext/README                                [devel]doc
-runtime/parrot/include/DWIM.pir                             [devel]doc
 runtime/parrot/include/README                               [devel]doc
 runtime/parrot/include/fp_equality.pasm                     [library]
 runtime/parrot/include/hllmacros.pir                        [library]

Modified: trunk/lib/Parrot/Manifest.pm
==============================================================================
--- trunk/lib/Parrot/Manifest.pm        (original)
+++ trunk/lib/Parrot/Manifest.pm        Sun Jan  4 17:01:14 2009
@@ -170,7 +170,6 @@
         examples/sdl/raw_pixels.pir                     [devel]
         languages/t/harness                             []
         runtime/parrot/dynext/README                    [devel]doc
-        runtime/parrot/include/DWIM.pir                 [devel]doc
         runtime/parrot/include/README                   [devel]doc
         src/call_list.txt                               [devel]doc
         src/ops/ops.num                                 [devel]

Modified: trunk/t/examples/pir.t
==============================================================================
--- trunk/t/examples/pir.t      (original)
+++ trunk/t/examples/pir.t      Sun Jan  4 17:01:14 2009
@@ -305,7 +305,6 @@
 {
     local $TODO = 'some examples not testable yet';
 
-    fail('hello-dwim.pir');
     fail('queens_r.pir');
     fail('thr_primes.pir');
 }

Reply via email to