Author: jkeenan
Date: Tue Jan 27 19:31:07 2009
New Revision: 36074
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:
Re-applying patch originally applied in r34951, subsequently reverted. Remove
DWIM.pir per https://trac.parrot.org/parrot/ticket/120.
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Tue Jan 27 19:31:07 2009
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
-# generated by tools/dev/mk_manifest_and_skip.pl Tue Jan 27 07:05:41 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Wed Jan 28 03:05:41 2009 UT
#
# See tools/dev/install_files.pl for documentation on the
# format of this file.
@@ -712,7 +712,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/interlangs.bas [main]doc
examples/pir/io.pir [main]doc
examples/pir/levenshtein.pir [main]doc
@@ -2640,7 +2639,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 Tue Jan 27 19:31:07 2009
@@ -176,7 +176,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 Tue Jan 27 19:31:07 2009
@@ -305,7 +305,6 @@
{
local $TODO = 'some examples not testable yet';
- fail('hello-dwim.pir');
fail('queens_r.pir');
fail('thr_primes.pir');
}