On Wed, Jul 23, 2008 at 04:13:56PM +0200, Ying Zhang wrote:
Hi Stefan,
On Jul 23, 2008, at 15:46 , Stefan Manegold wrote:
On Wed, Jul 23, 2008 at 02:29:40PM +0200, Ying Zhang wrote:
Hi Stefan,
Thanks for cleaning up the code. However, it is referred in MIL,
how/where is the *C variable* referred in *MIL* ?
in xrpc_server.mx, line 72:
var xrpc_user := bat("xrpc_user").append(split(monet_environment.find("xrpc_user"),";")); ^^^^^^^^^^^^^^^^ Here, the BAT is referred / looked up by its *name* --- this is pure *MIL* not related to any (global) *C* variable at all.
so I think this change will break loading the module.
works for me:
You are right, it indeed works. Now I see. I have removed this variable earlier together with the creation of the BAT xrpc_user, which causes 'append' to fail.
???
@@ -889,7 +889,6 @@ @:xrpc_bat(admin,str)@ xrpc_admin = xrpc_bat; @:xrpc_bat(user,str)@ ^^^^^^^^^^^^^^^^^^^ I didn't have this line.
This line creates and (re-)names the BAT that is used in the MIL snipped above and was introduced (in the xrpcdemo branch by ============================================================================= RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v Working file: pathfinder/runtime/xrpc_server.mx head: 1.83 branch: locks: strict access list: keyword substitution: kv total revisions: 164; selected revisions: 1 description: ---------------------------- revision 1.68.4.6 date: 2008/06/05 21:17:55; author: boncz; state: Exp; lines: +833 -16 still premature, it starts without errors but xrpc does not work yet (actually I did not test yet) BEWARE: ./de-bootstrap and full rebuild required xrpc_common was put into xrpc_server because more and more of xrpc_server was ending up in xrpc_common. ============================================================================= Stefan
- xrpc_user = xrpc_bat;
Thanks again.
Jennie
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
-- | 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 |