[Swift-commit] r6527 - trunk/docs/designs

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Fri May 31 11:19:44 CDT 2013


Author: ketan
Date: 2013-05-31 11:19:44 -0500 (Fri, 31 May 2013)
New Revision: 6527

Modified:
   trunk/docs/designs/swiftrun.txt
Log:
small comments in design doc

Modified: trunk/docs/designs/swiftrun.txt
===================================================================
--- trunk/docs/designs/swiftrun.txt	2013-05-31 15:30:24 UTC (rev 6526)
+++ trunk/docs/designs/swiftrun.txt	2013-05-31 16:19:44 UTC (rev 6527)
@@ -208,6 +208,8 @@
 app.beagle.* = * 
 -----
 
+NOTE: If the form of line in tc is so generic, it could also be considered a default/generate on the fly. Eg. pick site name from swift commandline and generate a tc internally on-the-fly.
+
 Sites
 -----
 
@@ -218,6 +220,8 @@
 $ swift -site midway hello.swift
 -----
 
+NOTE: Is the -site switch needed? Could we say "swift -local hello.swift" or "swift -midway,beagle hello.swift"
+
 To run on multiple sites, separate site names by a comma.
 
 -----




More information about the Swift-commit mailing list