Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/modules/mal partitions.mx, 1.40, 1.40.2.1 pbm.mx, 1.25, 1.25.2.1 pcre.mx, 1.43, 1.43.2.1 sabaoth.mx, 1.8, 1.8.2.1 statistics.mx, 1.43, 1.43.2.1
Niels, just for info: though testing Stable starts at 0:09, cvs update for MonetDB5 started only after 0:12; hence, your below checkins *just* made it into last night's testing. Stefan On Tue, Jan 23, 2007 at 11:11:39PM +0000, Niels Nes wrote:
Update of /cvsroot/monetdb/MonetDB5/src/modules/mal In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22607/mal
Modified Files: Tag: MonetDB_5-0_beta1 partitions.mx pbm.mx pcre.mx sabaoth.mx statistics.mx Log Message: added missing :void after mal functions (prelude for example) added missing blob(str) and blob(blob) functions (same for sqlblob) moved from sql the calc. mtime functions
Index: statistics.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/statistics.mx,v retrieving revision 1.43 retrieving revision 1.43.2.1 diff -u -d -r1.43 -r1.43.2.1 --- statistics.mx 3 Jan 2007 12:20:24 -0000 1.43 +++ statistics.mx 23 Jan 2007 23:11:37 -0000 1.43.2.1 @@ -111,15 +111,15 @@ address STATforceUpdate comment "Bring the statistics up to date for one BAT";
-command prelude() +command prelude() :void address STATprelude comment "Initialize the statistics package";
-command epilogue() +command epilogue() :void address STATepilogue comment "Release the resources of the statistics package";
-command dump() +command dump() :void address STATdump comment "Display the statistics table";
Index: pbm.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/pbm.mx,v retrieving revision 1.25 retrieving revision 1.25.2.1 diff -u -d -r1.25 -r1.25.2.1 --- pbm.mx 3 Jan 2007 12:20:24 -0000 1.25 +++ pbm.mx 23 Jan 2007 23:11:37 -0000 1.25.2.1 @@ -180,10 +180,10 @@ address PBMdump;
@{ -command prelude() +command prelude() :void address PBMprelude;
-command epilogue() +command epilogue() :void address PBMepilogue;
pbm.prelude();
Index: partitions.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/partitions.mx,v retrieving revision 1.40 retrieving revision 1.40.2.1 diff -u -d -r1.40 -r1.40.2.1 --- partitions.mx 3 Jan 2007 12:20:24 -0000 1.40 +++ partitions.mx 23 Jan 2007 23:11:37 -0000 1.40.2.1 @@ -261,10 +261,10 @@ command dump() address BPTdump;
-command prelude() +command prelude() :void address BPTprelude;
-command epilogue() +command epilogue() :void address BPTepilogue;
partitions.prelude();
Index: sabaoth.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/sabaoth.mx,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -d -r1.8 -r1.8.2.1 --- sabaoth.mx 3 Jan 2007 12:20:24 -0000 1.8 +++ sabaoth.mx 23 Jan 2007 23:11:37 -0000 1.8.2.1 @@ -27,11 +27,11 @@ @mal module sabaoth;
-command prelude() +command prelude() :void address SABprelude comment "Initialise the sabaoth module";
-command epilogue() +command epilogue() :void address SABepilogue comment "Release the resources held by the sabaoth module";
Index: pcre.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/pcre.mx,v retrieving revision 1.43 retrieving revision 1.43.2.1 diff -u -d -r1.43 -r1.43.2.1 --- pcre.mx 3 Jan 2007 12:20:24 -0000 1.43 +++ pcre.mx 23 Jan 2007 23:11:37 -0000 1.43.2.1 @@ -95,7 +95,7 @@ command like(s:bat[:any_1,:str], pat:str, esc:str):bat[:any_1,:void] address PCRElike_uselect_pcre;
-pattern prelude():void +pattern prelude() :void address pcre_init comment "Initialize pcre";
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
Niels,
just for info:
though testing Stable starts at 0:09, cvs update for MonetDB5 started only after 0:12; hence, your below checkins *just* made it into last night's testing. unfortunately, because of my configure/mel changes the testing wasn't all
On Wed, Jan 24, 2007 at 07:51:21AM +0100, Stefan Manegold wrote: that usefull last night. But stable m5 looks still relatively clean. Niels
Stefan
On Tue, Jan 23, 2007 at 11:11:39PM +0000, Niels Nes wrote:
Update of /cvsroot/monetdb/MonetDB5/src/modules/mal In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22607/mal
Modified Files: Tag: MonetDB_5-0_beta1 partitions.mx pbm.mx pcre.mx sabaoth.mx statistics.mx Log Message: added missing :void after mal functions (prelude for example) added missing blob(str) and blob(blob) functions (same for sqlblob) moved from sql the calc. mtime functions
Index: statistics.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/statistics.mx,v retrieving revision 1.43 retrieving revision 1.43.2.1 diff -u -d -r1.43 -r1.43.2.1 --- statistics.mx 3 Jan 2007 12:20:24 -0000 1.43 +++ statistics.mx 23 Jan 2007 23:11:37 -0000 1.43.2.1 @@ -111,15 +111,15 @@ address STATforceUpdate comment "Bring the statistics up to date for one BAT";
-command prelude() +command prelude() :void address STATprelude comment "Initialize the statistics package";
-command epilogue() +command epilogue() :void address STATepilogue comment "Release the resources of the statistics package";
-command dump() +command dump() :void address STATdump comment "Display the statistics table";
Index: pbm.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/pbm.mx,v retrieving revision 1.25 retrieving revision 1.25.2.1 diff -u -d -r1.25 -r1.25.2.1 --- pbm.mx 3 Jan 2007 12:20:24 -0000 1.25 +++ pbm.mx 23 Jan 2007 23:11:37 -0000 1.25.2.1 @@ -180,10 +180,10 @@ address PBMdump;
@{ -command prelude() +command prelude() :void address PBMprelude;
-command epilogue() +command epilogue() :void address PBMepilogue;
pbm.prelude();
Index: partitions.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/partitions.mx,v retrieving revision 1.40 retrieving revision 1.40.2.1 diff -u -d -r1.40 -r1.40.2.1 --- partitions.mx 3 Jan 2007 12:20:24 -0000 1.40 +++ partitions.mx 23 Jan 2007 23:11:37 -0000 1.40.2.1 @@ -261,10 +261,10 @@ command dump() address BPTdump;
-command prelude() +command prelude() :void address BPTprelude;
-command epilogue() +command epilogue() :void address BPTepilogue;
partitions.prelude();
Index: sabaoth.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/sabaoth.mx,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -d -r1.8 -r1.8.2.1 --- sabaoth.mx 3 Jan 2007 12:20:24 -0000 1.8 +++ sabaoth.mx 23 Jan 2007 23:11:37 -0000 1.8.2.1 @@ -27,11 +27,11 @@ @mal module sabaoth;
-command prelude() +command prelude() :void address SABprelude comment "Initialise the sabaoth module";
-command epilogue() +command epilogue() :void address SABepilogue comment "Release the resources held by the sabaoth module";
Index: pcre.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/pcre.mx,v retrieving revision 1.43 retrieving revision 1.43.2.1 diff -u -d -r1.43 -r1.43.2.1 --- pcre.mx 3 Jan 2007 12:20:24 -0000 1.43 +++ pcre.mx 23 Jan 2007 23:11:37 -0000 1.43.2.1 @@ -95,7 +95,7 @@ command like(s:bat[:any_1,:str], pat:str, esc:str):bat[:any_1,:void] address PCRElike_uselect_pcre;
-pattern prelude():void +pattern prelude() :void address pcre_init comment "Initialize pcre";
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
-- Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl
On Wed, Jan 24, 2007 at 08:06:28AM +0100, Niels Nes wrote:
Niels,
just for info:
though testing Stable starts at 0:09, cvs update for MonetDB5 started only after 0:12; hence, your below checkins *just* made it into last night's testing. unfortunately, because of my configure/mel changes the testing wasn't all
On Wed, Jan 24, 2007 at 07:51:21AM +0100, Stefan Manegold wrote: that usefull last night. But stable m5 looks still relatively clean.
I just fixed the configure/mel issue. however, also SQL/5 does not compile: gcc -m64 -DHAVE_CONFIG_H -I. -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5 -I../../.. -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5 -I../../include -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/../../include -I../../common -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/../../common -I../../storage -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/../../storage -I../../server -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/../../server -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB/include/MonetDB -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB/include/MonetDB/common -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB/include/MonetDB/gdk -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./CLIENTS/include/MonetDB -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./CLIENTS/include/MonetDB/mapilib -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5/atoms -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5/compiler -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5/kernel -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5/mal -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5/optimizer -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5/scheduler -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5 -DLIBSQL -std=c99 -g -c sql.c -fPIC -DPIC -o .libs/lib_sql_la-sql.o /ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/sql.mx: In function 'str_2_sqlblob': /ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/sql.mx:1763: error: 'TYPE_sqlblob' undeclared (first use in this function) /ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/sql.mx:1763: error: (Each undeclared identifier is reported only once /ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/sql.mx:1763: error: for each function it appears in.) /ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/sql.mx: In function 'SQLsqlblob_2_str': /ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/sql.mx:1784: warning: implicit declaration of function 'sqlblob_tostr' make[7]: *** [lib_sql_la-sql.lo] Error 1 most probably because MonetDB5/src/modules/atoms/blob.mx does not define/export TYPE_sqlblob --- I (we?) will miss those days when MEL took care of such nasty details ... ;-) Stefan
Niels
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
participants (2)
-
Niels Nes
-
Stefan Manegold