[Swift-commit] r7045 - SwiftApps/gocat

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Sun Sep 8 22:14:35 CDT 2013


Author: ketan
Date: 2013-09-08 22:14:35 -0500 (Sun, 08 Sep 2013)
New Revision: 7045

Added:
   SwiftApps/gocat/catalog.swift
Removed:
   SwiftApps/gocat/apps.swift
Log:
rename

Deleted: SwiftApps/gocat/apps.swift
===================================================================
--- SwiftApps/gocat/apps.swift	2013-09-09 03:12:11 UTC (rev 7044)
+++ SwiftApps/gocat/apps.swift	2013-09-09 03:14:35 UTC (rev 7045)
@@ -1,19 +0,0 @@
-type file;
-
-app (file catalogs, file err) get_all_catalogs (){
-    get_catalogs stdout=@catalogs stderr=@err;
-}
-
-app (file datasets, file err) get_all_datasets (string catalogid){
-    get_datasets catalogid stdout=@datasets stderr=@err;
-}
-
-app (file dataset_members, file err) get_dataset_members (string catalog_id, string dataset_id){
-    get_dataset_members catalog_id dataset_id stdout=@dataset_members stderr=@err;
-}
-
-app (file tags, file err) get_tags (string catalog_id, string dataset_id){
-    get_tags catalog_id dataset_id stdout=@tags stderr=@err;
-}
-
-

Copied: SwiftApps/gocat/catalog.swift (from rev 7043, SwiftApps/gocat/apps.swift)
===================================================================
--- SwiftApps/gocat/catalog.swift	                        (rev 0)
+++ SwiftApps/gocat/catalog.swift	2013-09-09 03:14:35 UTC (rev 7045)
@@ -0,0 +1,19 @@
+type file;
+
+app (file catalogs, file err) get_all_catalogs (){
+    get_catalogs stdout=@catalogs stderr=@err;
+}
+
+app (file datasets, file err) get_all_datasets (string catalogid){
+    get_datasets catalogid stdout=@datasets stderr=@err;
+}
+
+app (file dataset_members, file err) get_dataset_members (string catalog_id, string dataset_id){
+    get_dataset_members catalog_id dataset_id stdout=@dataset_members stderr=@err;
+}
+
+app (file tags, file err) get_tags (string catalog_id, string dataset_id){
+    get_tags catalog_id dataset_id stdout=@tags stderr=@err;
+}
+
+




More information about the Swift-commit mailing list