Changeset: 83008f263fd5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=83008f263fd5
Modified Files:
        
Branch: default
Log Message:

Merge with Oct2010 branch.


diffs (87 lines):

diff -r 5b2be530b215 -r 83008f263fd5 
MonetDB5/src/mal/Tests/dynamicload.stable.out
--- a/MonetDB5/src/mal/Tests/dynamicload.stable.out     Thu Oct 28 17:01:27 
2010 +0200
+++ b/MonetDB5/src/mal/Tests/dynamicload.stable.out     Fri Oct 29 09:28:20 
2010 +0200
@@ -14,7 +14,7 @@
 # Listening for connection requests on mapi:monetdb://eir.ins.cwi.nl:33388/
 command user.wrong():void address UNKOWNaddress;
 #WARNING: LoaderException:loadLibrary:File not found:UNKNOWlib
-!TypeException:user.main[2]:Object code missing
+!TypeException:user.main[2]:object code for command user.wrong missing
 !TypeException:user.main[2]:'user.wrong' undefined in: _2:void := user.wrong()
 function user.main():void;
 # examples of non-bindable instructions 
diff -r 5b2be530b215 -r 83008f263fd5 MonetDB5/src/mal/Tests/tst104.stable.out
--- a/MonetDB5/src/mal/Tests/tst104.stable.out  Thu Oct 28 17:01:27 2010 +0200
+++ b/MonetDB5/src/mal/Tests/tst104.stable.out  Fri Oct 29 09:28:20 2010 +0200
@@ -13,7 +13,7 @@
 # Visit http://monetdb.cwi.nl/ for further information
 # Listening for connection requests on mapi:monetdb://eir.ins.cwi.nl:33388/
 command user.f(a:any_1,b:bat[:any_2,:any_1],c:any_2):any_3 address dummy;
-!TypeException:user.main[4]:Object code missing
+!TypeException:user.main[4]:object code for command user.f missing
 !TypeException:user.main[4]:'user.f' undefined in: a:any := user.f(_7:int, 
b:bat[:str,:int], _8:str)
 function user.main():void;
 # check propagation of type variables over bats 
diff -r 5b2be530b215 -r 83008f263fd5 MonetDB5/src/mal/Tests/tst105.stable.out
--- a/MonetDB5/src/mal/Tests/tst105.stable.out  Thu Oct 28 17:01:27 2010 +0200
+++ b/MonetDB5/src/mal/Tests/tst105.stable.out  Fri Oct 29 09:28:20 2010 +0200
@@ -13,9 +13,9 @@
 # Visit http://monetdb.cwi.nl/ for further information
 # Listening for connection requests on mapi:monetdb://eir.ins.cwi.nl:33388/
 command bat2.new(h:any_1,t:any_2):bat[:any_1,:any_2] address GDKbatnew;
-!TypeException:user.main[3]:Object code missing
+!TypeException:user.main[3]:object code for command bat2.new missing
 !TypeException:user.main[3]:'bat2.new' undefined in: a:bat[:str,:int] := 
bat2.new(_4:str, _5:int)
-!TypeException:user.main[4]:Object code missing
+!TypeException:user.main[4]:object code for command bat2.new missing
 !TypeException:user.main[4]:'bat2.new' undefined in: b:bat[:str,:int] := 
bat2.new(_7:str, _5:int)
 function user.main():void;
 # check propagation of type variables over bats 
diff -r 5b2be530b215 -r 83008f263fd5 MonetDB5/src/mal/Tests/tst105a.stable.out
--- a/MonetDB5/src/mal/Tests/tst105a.stable.out Thu Oct 28 17:01:27 2010 +0200
+++ b/MonetDB5/src/mal/Tests/tst105a.stable.out Fri Oct 29 09:28:20 2010 +0200
@@ -13,7 +13,7 @@
 # Visit http://monetdb.cwi.nl/ for further information
 # Listening for connection requests on mapi:monetdb://eir.ins.cwi.nl:33388/
 command bbp.new(h:any_1,t:any_2):bat[:any_1,:any_2] address GDKbatnew;
-!TypeException:user.main[2]:Object code missing
+!TypeException:user.main[2]:object code for command bbp.new missing
 !TypeException:user.main[2]:'bbp.new' undefined in: b:bat[:str,:int] := 
bbp.new(_3:str, _4:int)
 function user.main():void;
 # check classification of functions in the proper module 
diff -r 5b2be530b215 -r 83008f263fd5 MonetDB5/src/mal/Tests/tst106.stable.out
--- a/MonetDB5/src/mal/Tests/tst106.stable.out  Thu Oct 28 17:01:27 2010 +0200
+++ b/MonetDB5/src/mal/Tests/tst106.stable.out  Fri Oct 29 09:28:20 2010 +0200
@@ -18,7 +18,7 @@
 #a:= f(1,2,1);
 #
 !TypeException:user.main[2]:'user.f' undefined in: b:any := user.f(_3:int, 
_4:int, _5:str)
-!TypeException:user.main[3]:Object code missing
+!TypeException:user.main[3]:object code for command user.f missing
 !TypeException:user.main[3]:'user.f' undefined in: a:bat[:int,:int] := 
user.f(_3:int, _4:int, _3:int)
 function user.main():void;
 # check in-compatible polmorphic types 
diff -r 5b2be530b215 -r 83008f263fd5 MonetDB5/src/mal/Tests/tst150.stable.out
--- a/MonetDB5/src/mal/Tests/tst150.stable.out  Thu Oct 28 17:01:27 2010 +0200
+++ b/MonetDB5/src/mal/Tests/tst150.stable.out  Fri Oct 29 09:28:20 2010 +0200
@@ -13,7 +13,7 @@
 # Visit http://monetdb.cwi.nl/ for further information
 # Listening for connection requests on mapi:monetdb://eir.ins.cwi.nl:33388/
 command user.lookup(nme:str):bat[:str,:str] address CMDlookup;
-!TypeException:user.sample[1]:Object code missing
+!TypeException:user.sample[1]:object code for command user.lookup missing
 function user.sample(nme:str,val:any_1):bit;
     b := user.lookup(nme);
 #find a bat 
diff -r 5b2be530b215 -r 83008f263fd5 
MonetDB5/src/optimizer/Tests/tst4701.stable.out
--- a/MonetDB5/src/optimizer/Tests/tst4701.stable.out   Thu Oct 28 17:01:27 
2010 +0200
+++ b/MonetDB5/src/optimizer/Tests/tst4701.stable.out   Fri Oct 29 09:28:20 
2010 +0200
@@ -13,7 +13,7 @@
 # Visit http://monetdb.cwi.nl/ for further information
 # Listening for connection requests on mapi:monetdb://eir.ins.cwi.nl:32804/
 command user.tst903():void address MCCAdmin_tst903;
-!TypeException:user.main[2]:Object code missing
+!TypeException:user.main[2]:object code for command user.tst903 missing
 !TypeException:user.main[2]:'user.tst903' undefined in: _2:void := 
user.tst903()
 function user.main():void;
 # after the routine tst903 is it can be linked 
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to