Romulo Goncalves wrote:
Fabian wrote:
Update of /cvsroot/monetdb/MonetDB5/src/modules/mal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27157
Modified Files: remote.mx Log Message: Redo remote.mx to no longer have externally visible functions that are only for internal use. Also minimise the number of messages a bit. remote now assumes a strict typed scenario, meaning remote.get will require the variable to assign to to be typed. But how bpm will compile with these changes? I am calling these functions there...
ok I saw the bug opened by Sjoerd... The code will be moved and corrected once I am back, but in the mean time I do not see a reason to not have this functions available for external use. In this moment I define a mal command (e.g) in the bpm module to call internal functions from remote.mx. The future plan is to change the bpm optimizer to detect a mal command (eg. send) and re-write the mal command by the necessary remote commands. But until there I will use the internal call of remote functions. Romulo