[svn:parrot] r48567 - in trunk: t/native_pbc t/native_pbc/testdata tools/dev
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Thu Aug 19 06:34:01 UTC 2010
Author: NotFound
Date: Thu Aug 19 06:34:01 2010
New Revision: 48567
URL: https://trac.parrot.org/parrot/changeset/48567
Log:
remove annotations from native_pbc, now packfile tests use its own version and it wasn't related with the other native_pbc files anyway, TT #1712
Deleted:
trunk/t/native_pbc/annotations.pbc
trunk/t/native_pbc/testdata/annotations.pir
Modified:
trunk/tools/dev/mk_native_pbc
Deleted: trunk/t/native_pbc/annotations.pbc
==============================================================================
Binary file. No diff available.
Deleted: trunk/t/native_pbc/testdata/annotations.pir
==============================================================================
--- trunk/t/native_pbc/testdata/annotations.pir Thu Aug 19 06:34:01 2010 (r48566)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,18 +0,0 @@
-# Copyright (C) 2009, Parrot Foundation.
-# $Id$
-
-.sub 'main'
-.annotate "file", "annotations.pir"
-.annotate "creator", "Parrot Foundation"
-.annotate "line", 1
- say "Hi"
- say "line"
-.annotate "line", 2
- .return ()
-.end
-
-# Local Variables:
-# mode: pir
-# fill-column: 100
-# End:
-# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/tools/dev/mk_native_pbc
==============================================================================
--- trunk/tools/dev/mk_native_pbc Thu Aug 19 06:21:56 2010 (r48566)
+++ trunk/tools/dev/mk_native_pbc Thu Aug 19 06:34:01 2010 (r48567)
@@ -137,18 +137,6 @@
perl t/harness t/native_pbc/number.t && \
perl t/harness t/native_pbc/string.t
-./parrot -o t/native_pbc/annotations.pbc - <<EOF
-.sub 'main'
-.annotate "file", "annotations.pir"
-.annotate "creator", "Parrot Foundation"
-.annotate "line", 1
- say "Hi"
- say "line"
-.annotate "line", 2
- .return ()
-.end
-EOF
-
if [ "$enable_long_double" = "1" ]; then
if [ "$1" = "--noconf" ]; then
echo "Hmm. You have no long double, and we want to try --floatval=long double"
More information about the parrot-commits
mailing list