Author: jkeenan
Date: Mon Jan 5 16:37:40 2009
New Revision: 35012
Added:
trunk/examples/pir/hello-dwim.pir
- copied unchanged from r34950, /trunk/examples/pir/hello-dwim.pir
trunk/runtime/parrot/include/DWIM.pir
- copied unchanged from r34950, /trunk/runtime/parrot/include/DWIM.pir
Modified:
trunk/MANIFEST
trunk/lib/Parrot/Manifest.pm
trunk/t/examples/pir.t
Log:
Revert r34951, restoring DWIM.pir and associated test. Cf.:
https://trac.parrot.org/parrot/ticket/120.
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Mon Jan 5 16:37:40 2009
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
-# generated by tools/dev/mk_manifest_and_skip.pl Mon Jan 5 00:44:31 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Tue Jan 6 00:35:09 2009 UT
#
# See tools/dev/install_files.pl for documentation on the
# format of this file.
@@ -715,6 +715,7 @@
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
@@ -2809,6 +2810,7 @@
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]
@@ -3798,6 +3800,7 @@
tools/util/gen_release_info.pl []
tools/util/ncidef2pasm.pl []
tools/util/parrot-config.pir []
+tools/util/perlcritic-cage.conf []
tools/util/perlcritic.conf []
tools/util/perltidy.conf []
tools/util/pgegrep []
Modified: trunk/lib/Parrot/Manifest.pm
==============================================================================
--- trunk/lib/Parrot/Manifest.pm (original)
+++ trunk/lib/Parrot/Manifest.pm Mon Jan 5 16:37:40 2009
@@ -170,6 +170,7 @@
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 Mon Jan 5 16:37:40 2009
@@ -305,6 +305,7 @@
{
local $TODO = 'some examples not testable yet';
+ fail('hello-dwim.pir');
fail('queens_r.pir');
fail('thr_primes.pir');
}