Changeset: dae298faa500 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dae298faa500
Modified Files:
        monetdb5/mal/Tests/tst019.stable.out
        monetdb5/mal/Tests/tst054.stable.out
        monetdb5/mal/Tests/tst662.stable.out
Branch: default
Log Message:

Approve new output


diffs (41 lines):

diff --git a/monetdb5/mal/Tests/tst019.stable.out 
b/monetdb5/mal/Tests/tst019.stable.out
--- a/monetdb5/mal/Tests/tst019.stable.out
+++ b/monetdb5/mal/Tests/tst019.stable.out
@@ -80,12 +80,7 @@ function user.welcome4(lim:int) (w:str,i
     return (w,i) := "hello";
 #illegal return statement 
 end welcome4;
-#
-#function welcome5(lim:int)(:str,:int);
-#    i:= 2;
-#    return (w,i):=("hello",2); 
-#end welcome5;
-function user.welcome5(lim:int) (_2:str,_3:int);
+function user.welcome5(lim:int) (X_2:str,X_3:int);
     i := 2;
     return (w,i) := ("hello",2);
 end welcome5;
diff --git a/monetdb5/mal/Tests/tst054.stable.out 
b/monetdb5/mal/Tests/tst054.stable.out
--- a/monetdb5/mal/Tests/tst054.stable.out
+++ b/monetdb5/mal/Tests/tst054.stable.out
@@ -17,7 +17,7 @@ stdout of test 'tst054` in directory 'ma
 # MonetDB/GIS module v0.19.0 loaded
 !SyntaxException:parseError:return 
(1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0);
 !SyntaxException:parseError:       ^<identifier> expected
-function user.z() 
(_1:int,_2:int,_3:int,_4:int,_5:int,_6:int,_7:int,_8:int,_9:int,_10:int,_11:int,_12:int,_13:int,_14:int,_15:int,_16:int,_17:int,_18:int,_19:int,_20:int,_21:int,_22:int,_23:int,_24:int,_25:int,_26:int,_27:int,_28:int,_29:int,_30:int);
+function user.z() 
(X_1:int,X_2:int,X_3:int,X_4:int,X_5:int,X_6:int,X_7:int,X_8:int,X_9:int,X_10:int,X_11:int,X_12:int,X_13:int,X_14:int,X_15:int,X_16:int,X_17:int,X_18:int,X_19:int,X_20:int,X_21:int,X_22:int,X_23:int,X_24:int,X_25:int,X_26:int,X_27:int,X_28:int,X_29:int,X_30:int);
     io.print("hello");
 end z;
 !TypeException:user.main[1]:'user.z' undefined in: _1:any := user.z()
diff --git a/monetdb5/mal/Tests/tst662.stable.out 
b/monetdb5/mal/Tests/tst662.stable.out
--- a/monetdb5/mal/Tests/tst662.stable.out
+++ b/monetdb5/mal/Tests/tst662.stable.out
@@ -14,7 +14,7 @@ stdout of test 'tst662` in directory 'ma
 # Visit http://monetdb.cwi.nl/ for further information
 # Listening for connection requests on mapi:monetdb://eir.ins.cwi.nl:39370/
 pattern user.makeSchedule(i:int,l:lng...):bte... address MDBdummy;
-pattern user.makeScheduleB(i:int,l:lng...) (_3:int,_4:bte...) address MDBdummy;
+pattern user.makeScheduleB(i:int,l:lng...) (X_3:int,X_4:bte...) address 
MDBdummy;
 pattern user.makeScheduleC(i:int,l:lng...):any_1... address MDBdummy;
 pattern user.makeScheduleD(i:int,l:lng...):any... address MDBdummy;
 function user.tst():void;
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to