← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~zorba-coders/zorba/process-2 into lp:zorba/process-module

 

Review: Needs Fixing

Looks good now. Only one minor thing:

PATH=foo ./bin/zorba  -q 'import module namespace p = "http://www.zorba-xquery.com/modules/process";; p:exec("ls")'

I get { "exit-code" : 139, "stdout" : "", "stderr" : "execl: No such file or directory\nID: 80 Referenced URI: http://www.zorba-xquery.com/modules/process\nID: 94 Referenced URI: http://www.zorba-xquery.com/options/versioning\n"; }

still showing the referenced uris. The same happens for

./bin/zorba  -q 'import module namespace p = "http://www.zorba-xquery.com/modules/process";; p:exec("ls", "-l", "PATH=foo")'
-- 
https://code.launchpad.net/~zorba-coders/zorba/process-2/+merge/164415
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.


References