Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fots_driver into lp:zorba

2012-11-19 Thread Nicolae Brinza
I'm not calling them anything. These are the standard streams http://en.wikipedia.org/wiki/Standard_streams . stderr is used to signal errors. Is it possible to redirect the output of trace() to stdout, or not use trace() at all? --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fots_driver into lp:zorba

2012-11-19 Thread Sorin Marian Nasoi
I'm not calling them anything. These are the standard streams http://en.wikipedia.org/wiki/Standard_streams . stderr is used to signal errors. Is it possible to redirect the output of trace() to stdout, or not use trace() at all? Waiting for minutes without any information about what the

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fots_driver into lp:zorba

2012-11-19 Thread Nicolae Brinza
I'm not calling them anything. These are the standard streams http://en.wikipedia.org/wiki/Standard_streams . stderr is used to signal errors. Is it possible to redirect the output of trace() to stdout, or not use trace() at all? Waiting for minutes without any information about what

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fots_driver into lp:zorba

2012-11-19 Thread Sorin Marian Nasoi
The function env:add-var-decl() does not take type declarations into account (i.e., the as attribute of a param element). I have added the missing information in the driver. However I did not see any improvement in the no. of tests passing: this is caused by the fact that the value of the

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2012-11-19 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/135026 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2012-11-19 Thread Zorba Build Bot
Validation queue job markos-scratch-2012-11-20T01-16-46.368Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/135026 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2012-11-19 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/135026 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fots_driver into lp:zorba

2012-11-19 Thread Sorin Marian Nasoi
Also, what is the purpose of the (starts-with($param/@select,')) condition in env:add-var-decl-with-value() and env:add-var-decl-without-value()? Usually a select value that starts and ends with ' means a relative URI that the driver needs to resolve against the base URI of the

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fots_driver into lp:zorba

2012-11-19 Thread Sorin Marian Nasoi
Markos, can I please ask why did you make r11137 as part of the fots-driver branch and not directly into lp:zorba? As far as I see the changes in r11137 deal with XQXQ code. The changes in fots-driver branch deal with adding some modules in test/fots- driver folder so they are not related in