[Swift-devel] [Bug 163] ext mapper doesn't like being used for input files.

bugzilla-daemon at mcs.anl.gov bugzilla-daemon at mcs.anl.gov
Fri Dec 12 15:25:40 CST 2008


http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=163





------- Comment #1 from benc at hawaga.org.uk  2008-12-12 15:25 -------
Index: cog/modules/vdsk/tests/language-behaviour/07553-ext-mapper-in.swift
===================================================================
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
+++ cog/modules/vdsk/tests/language-behaviour/07553-ext-mapper-in.swift
2008-12-12 16:14:25.000000000 -0500
@@ -0,0 +1,10 @@
+type quo;
+
+app p(quo o) {
+echo "hi";
+}
+
+
+quo a <ext;exec="07553-ext-mapper-in.sh">;
+
+p(a);
Index: cog/modules/vdsk/tests/language-behaviour/07553-ext-mapper-in.sh
===================================================================
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
+++ cog/modules/vdsk/tests/language-behaviour/07553-ext-mapper-in.sh   
2008-12-12 16:14:25.000000000 -0500
@@ -0,0 +1,2 @@
+#!/bin/bash
+echo "[0] 07553-ext-mapper-in.in"
Index: cog/modules/vdsk/tests/language-behaviour/07553-ext-mapper-in.in
===================================================================
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
+++ cog/modules/vdsk/tests/language-behaviour/07553-ext-mapper-in.in   
2008-12-12 16:15:48.000000000 -0500
@@ -0,0 +1 @@
+foo


-- 
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
You are the assignee for the bug, or are watching the assignee.



More information about the Swift-devel mailing list