[Zorba-coders] [Bug 871051] Re: 3 data-cleaning tests failing

2011-10-19 Thread Sorin Marian Nasoi
** Changed in: zorba Assignee: Sorin Marian Nasoi (sorin.marian.nasoi) = Diogo Simões (diogo-simoes89) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/871051 Title: 3 data-cleaning tests

[Zorba-coders] [Bug 867230] Re: unit-convert test should not hit the web

2011-10-19 Thread Sorin Marian Nasoi
** Changed in: zorba Assignee: Sorin Marian Nasoi (sorin.marian.nasoi) = Diogo Simões (diogo-simoes89) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867230 Title: unit-convert test

[Zorba-coders] [Bug 867272] Re: data-cleaning bug with regex

2011-10-19 Thread Sorin Marian Nasoi
** Changed in: zorba Assignee: Sorin Marian Nasoi (sorin.marian.nasoi) = Diogo Simões (diogo-simoes89) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867272 Title: data-cleaning bug with

[Zorba-coders] [Bug 867231] Re: geocode-from-address results change

2011-10-19 Thread Sorin Marian Nasoi
** Changed in: zorba Assignee: Sorin Marian Nasoi (sorin.marian.nasoi) = Diogo Simões (diogo-simoes89) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867231 Title: geocode-from-address

[Zorba-coders] [Bug 862091] Re: Files missing from email module

2011-10-19 Thread Chris Hillery
** Changed in: zorba Assignee: Juan Zacarias (juan457) = Chris Hillery (ceejatec) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/862091 Title: Files missing from email module Status in

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-855715 into lp:zorba

2011-10-19 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/bug-855715 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~paul-lucas/zorba/bug-855715/+merge/79768 -- https://code.launchpad.net/~paul-lucas/zorba/bug-855715/+merge/79768 Your

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

2011-10-19 Thread Markos Zaharioudakis
Connection dropped... Do you know why document nodes have a component less than any other kind of node when they are the root of their tree? I finally found out what you meant (the code is in the OrdPathNode ctor, not the OrdPath ctor). I think the reason why element node as root has an

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

2011-10-19 Thread Cezar Andrei
Proc prefixes have been added to the module some time ago, but this script wasn't updated and fn:data to make the comparison explicit. -- https://code.launchpad.net/~zorba-coders/zorba/f-testPerfScript/+merge/79628 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2011-10-19 Thread Chris Hillery
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/f-testPerfScript/+merge/79628 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Bug 872732] Re: K2-NamespaceURIForPrefixFunc-2 test fails

2011-10-19 Thread Matthias Brantner
Attached, please find a patch that simplifies the function a bit (apply using bzr merge name.diff). ** Patch added: simplification https://bugs.launchpad.net/zorba/+bug/872732/+attachment/2561685/+files/qname.diff -- You received this bug notification because you are a member of Zorba

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

2011-10-19 Thread Markos Zaharioudakis
Federico, I think the documentation in node-position.xq needs some more work. I can do this, but first we must agree on what is exactly the functionality and the assumptions about node positions that you rely on. For example, in the documentation of the np:node-position() function, you write:

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

2011-10-19 Thread Markos Zaharioudakis
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug_872732/+merge/79272 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

Re: [Zorba-coders] [Merge] lp:~juan457/zorba/xqxq-api-changes into lp:zorba

2011-10-19 Thread Markos Zaharioudakis
Juan, the getExternalVariables method should be part of the static context, not the dynamic context. Probably the easiest way to implement this is to add an externalOnly param to the static_context::getVariables method and then add a getExternalVariables method in StaticContextImpl, which will