Changeset: 98e5decf9f85 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=98e5decf9f85
Modified Files:
        clients/Tests/MAL-signatures_all.stable.out.int128
        clients/Tests/MAL-signatures_fits_geom.stable.out.int128
        clients/Tests/MAL-signatures_geom.stable.out.int128
        clients/Tests/MAL-signatures_none.stable.out.int128
Branch: default
Log Message:

Approved 128 bit output.


diffs (156 lines):

diff --git a/clients/Tests/MAL-signatures_all.stable.out.int128 
b/clients/Tests/MAL-signatures_all.stable.out.int128
--- a/clients/Tests/MAL-signatures_all.stable.out.int128
+++ b/clients/Tests/MAL-signatures_all.stable.out.int128
@@ -40723,7 +40723,7 @@ command bat.inplace(o:bat[:any_1,:any_2]
 address BKCbat_inplace_force;
 comment inplace replace values on the given locations
 
-command 
bat.inplace(o:bat[:any_1,:any_2],id:any_1,t:any_2,force:bit):bat[:any_1,:any_2] 
+command 
bat.inplace(o:bat[:any_1,:any_2],id:oid,t:any_2,force:bit):bat[:oid,:any_2] 
 address BKCbun_inplace_force;
 comment inplace replace values on the given locations
 
@@ -40731,7 +40731,7 @@ command bat.inplace(o:bat[:any_1,:any_2]
 address BKCbat_inplace;
 comment inplace replace values on the given locations
 
-command bat.inplace(o:bat[:any_1,:any_2],id:any_1,t:any_2):bat[:any_1,:any_2] 
+command bat.inplace(o:bat[:any_1,:any_2],id:oid,t:any_2):bat[:oid,:any_2] 
 address BKCbun_inplace;
 comment inplace replace values on the given locations
 
@@ -51158,7 +51158,7 @@ comment The pow(x,y) function  returns t
 command mmath.pow(x:flt,y:flt):flt 
 address MATHbinary_POWflt;
 command mmath.rand{unsafe}(v:int):int 
-address MATHrandint;
+address MATHrandintseed;
 comment return a random number
 
 command mmath.rand{unsafe}():int 
@@ -53184,7 +53184,7 @@ pattern sysmon.stop(id:sht):void
 address SYSMONstop;
 command timezone.#fromstr():timezone 
 address tzone_fromstr;
-command timezone.str():str 
+command timezone.str(z:timezone):str 
 address MTIMEtzone_tostr;
 command timezone.timestamp(secs:int):timestamp 
 address MTIMEtimestamp;
diff --git a/clients/Tests/MAL-signatures_fits_geom.stable.out.int128 
b/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
--- a/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
+++ b/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
@@ -40643,7 +40643,7 @@ command bat.inplace(o:bat[:any_1,:any_2]
 address BKCbat_inplace_force;
 comment inplace replace values on the given locations
 
-command 
bat.inplace(o:bat[:any_1,:any_2],id:any_1,t:any_2,force:bit):bat[:any_1,:any_2] 
+command 
bat.inplace(o:bat[:any_1,:any_2],id:oid,t:any_2,force:bit):bat[:oid,:any_2] 
 address BKCbun_inplace_force;
 comment inplace replace values on the given locations
 
@@ -40651,7 +40651,7 @@ command bat.inplace(o:bat[:any_1,:any_2]
 address BKCbat_inplace;
 comment inplace replace values on the given locations
 
-command bat.inplace(o:bat[:any_1,:any_2],id:any_1,t:any_2):bat[:any_1,:any_2] 
+command bat.inplace(o:bat[:any_1,:any_2],id:oid,t:any_2):bat[:oid,:any_2] 
 address BKCbun_inplace;
 comment inplace replace values on the given locations
 
@@ -51074,7 +51074,7 @@ comment The pow(x,y) function  returns t
 command mmath.pow(x:flt,y:flt):flt 
 address MATHbinary_POWflt;
 command mmath.rand{unsafe}(v:int):int 
-address MATHrandint;
+address MATHrandintseed;
 comment return a random number
 
 command mmath.rand{unsafe}():int 
@@ -53073,7 +53073,7 @@ pattern sysmon.stop(id:sht):void
 address SYSMONstop;
 command timezone.#fromstr():timezone 
 address tzone_fromstr;
-command timezone.str():str 
+command timezone.str(z:timezone):str 
 address MTIMEtzone_tostr;
 command timezone.timestamp(secs:int):timestamp 
 address MTIMEtimestamp;
diff --git a/clients/Tests/MAL-signatures_geom.stable.out.int128 
b/clients/Tests/MAL-signatures_geom.stable.out.int128
--- a/clients/Tests/MAL-signatures_geom.stable.out.int128
+++ b/clients/Tests/MAL-signatures_geom.stable.out.int128
@@ -40643,7 +40643,7 @@ command bat.inplace(o:bat[:any_1,:any_2]
 address BKCbat_inplace_force;
 comment inplace replace values on the given locations
 
-command 
bat.inplace(o:bat[:any_1,:any_2],id:any_1,t:any_2,force:bit):bat[:any_1,:any_2] 
+command 
bat.inplace(o:bat[:any_1,:any_2],id:oid,t:any_2,force:bit):bat[:oid,:any_2] 
 address BKCbun_inplace_force;
 comment inplace replace values on the given locations
 
@@ -40651,7 +40651,7 @@ command bat.inplace(o:bat[:any_1,:any_2]
 address BKCbat_inplace;
 comment inplace replace values on the given locations
 
-command bat.inplace(o:bat[:any_1,:any_2],id:any_1,t:any_2):bat[:any_1,:any_2] 
+command bat.inplace(o:bat[:any_1,:any_2],id:oid,t:any_2):bat[:oid,:any_2] 
 address BKCbun_inplace;
 comment inplace replace values on the given locations
 
@@ -51050,7 +51050,7 @@ comment The pow(x,y) function  returns t
 command mmath.pow(x:flt,y:flt):flt 
 address MATHbinary_POWflt;
 command mmath.rand{unsafe}(v:int):int 
-address MATHrandint;
+address MATHrandintseed;
 comment return a random number
 
 command mmath.rand{unsafe}():int 
@@ -53049,7 +53049,7 @@ pattern sysmon.stop(id:sht):void
 address SYSMONstop;
 command timezone.#fromstr():timezone 
 address tzone_fromstr;
-command timezone.str():str 
+command timezone.str(z:timezone):str 
 address MTIMEtzone_tostr;
 command timezone.timestamp(secs:int):timestamp 
 address MTIMEtimestamp;
diff --git a/clients/Tests/MAL-signatures_none.stable.out.int128 
b/clients/Tests/MAL-signatures_none.stable.out.int128
--- a/clients/Tests/MAL-signatures_none.stable.out.int128
+++ b/clients/Tests/MAL-signatures_none.stable.out.int128
@@ -40666,7 +40666,7 @@ command bat.inplace(o:bat[:any_1,:any_2]
 address BKCbat_inplace_force;
 comment inplace replace values on the given locations
 
-command 
bat.inplace(o:bat[:any_1,:any_2],id:any_1,t:any_2,force:bit):bat[:any_1,:any_2] 
+command 
bat.inplace(o:bat[:any_1,:any_2],id:oid,t:any_2,force:bit):bat[:oid,:any_2] 
 address BKCbun_inplace_force;
 comment inplace replace values on the given locations
 
@@ -40674,7 +40674,7 @@ command bat.inplace(o:bat[:any_1,:any_2]
 address BKCbat_inplace;
 comment inplace replace values on the given locations
 
-command bat.inplace(o:bat[:any_1,:any_2],id:any_1,t:any_2):bat[:any_1,:any_2] 
+command bat.inplace(o:bat[:any_1,:any_2],id:oid,t:any_2):bat[:oid,:any_2] 
 address BKCbun_inplace;
 comment inplace replace values on the given locations
 
@@ -50879,7 +50879,7 @@ comment The pow(x,y) function  returns t
 command mmath.pow(x:flt,y:flt):flt 
 address MATHbinary_POWflt;
 command mmath.rand{unsafe}(v:int):int 
-address MATHrandint;
+address MATHrandintseed;
 comment return a random number
 
 command mmath.rand{unsafe}():int 
@@ -52898,7 +52898,7 @@ command sysmon.stop(id:sht):void
 address SYSMONstop;
 command timezone.#fromstr():timezone 
 address tzone_fromstr;
-command timezone.str():str 
+command timezone.str(z:timezone):str 
 address MTIMEtzone_tostr;
 command timezone.timestamp(secs:int):timestamp 
 address MTIMEtimestamp;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to