[Zorba-coders] [Bug 867197] Re: 'nmake xqdoc\' fails on Windows

2011-10-15 Thread Sorin Marian Nasoi
** Changed in: zorba
Milestone: 2.1 = None

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/867197

Title:
  'nmake xqdoc\' fails on Windows

Status in Zorba - The XQuery Processor:
  New

Bug description:
  'nmake xqdoc\' fails on Windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867197/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2011-10-15 Thread Sorin Marian Nasoi
** Changed in: zorba
Milestone: 2.1 = None

-- 
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 failing

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Reported also by Markos on the list in the dicussion: URGENT 3 data-
  cleaning tests failing

  zorba_data-cleaning_module/data-cleaning/conversion/address-from-user.xq
  zorba_data-cleaning_module/data-cleaning/conversion/phone-from-user.xq
  zorba_data-cleaning_module/data-cleaning/conversion/user-from-phone.xq

  The tests have been disabled in:
  
http://bazaar.launchpad.net/~zorba-coders/zorba/data-cleaning-module/view/head:/CMakeLists.txt

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/871051/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 867103] Re: K-DocumentURIFunc-2.xq

2011-10-15 Thread Sorin Marian Nasoi
** Changed in: zorba
Milestone: 2.1 = None

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/867103

Title:
  K-DocumentURIFunc-2.xq

Status in Zorba - The XQuery Processor:
  New

Bug description:
  test fails in XQuery 3.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867103/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2011-10-15 Thread Sorin Marian Nasoi
** Changed in: zorba
Milestone: 2.1 = None

-- 
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 regex

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Regex_ascii raises error about a character in a regex in 
phonetic-string-similarity.xq:95.
  The character '^' is not allowed there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867272/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2011-10-15 Thread Sorin Marian Nasoi
** Changed in: zorba
Milestone: 2.1 = None

-- 
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 results change

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Test case zorba_data-cleaning_module/data-cleaning/conversion/geocode-
  from-address.xq - the results have changed; apparently the geocode for
  Lisbon is a few feet away from where it was. I've marked this as an
  expected failure. Changing the expected results is easy enough, but
  I'd like a little idea of how likely changes like this are in the
  future - is there any way to change the test to make it more stable?

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867231/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 867198] Re: JSON converter module not proccesing strings with ''

2011-10-15 Thread Sorin Marian Nasoi
** Changed in: zorba
Milestone: 2.1 = None

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/867198

Title:
  JSON converter module not proccesing strings with ''

Status in Zorba - The XQuery Processor:
  New

Bug description:
  I run the next query:

  import module namespace 
json=http://www.zorba-xquery.com/modules/converters/json;;
  declare variable $json-value = '{html:bbold/b}';
  json:parse($json-value)

  And I get then next error:
  converters\json.xq:158,3: dynamic error [err:FODC0006]: invalid content 
passed to fn:parse-xml(): loader parsing error: StartTag: invalid element name

  I've noticed that this problem occurs with any string containing '' so for 
example if we change the second line for
  declare variable $json-value :=  '{html:1  2}'
  it still crashes in the same way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867198/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2011-10-15 Thread Sorin Marian Nasoi
** Changed in: zorba
Milestone: 2.1 = None

-- 
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 should not hit the web

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The unit-conversion data-cleaning library uses a web service.
  Currently that web service isn't responding, leading to remote queue
  delays and failures, so I have disabled the test on the remote queue.

  IMHO this library should not require the web, at least for a decent
  set of well-known units (the test case in question is converting miles
  to kilometers).

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867230/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 874400] Re: bug in the XQDoc visitor in Zorba

2011-10-15 Thread Sorin Marian Nasoi
** Changed in: zorba
Milestone: 2.1 = None

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/874400

Title:
  bug in the XQDoc visitor in Zorba

Status in Zorba - The XQuery Processor:
  New

Bug description:
  This was reported by Dana:

  If inside a module you have a function signature like this:
  declare function fn:map($f as function(item()) as item()*, $seq as item()*) 
as item()* external;

  The XQDoc XML resulted is this:
  xqdoc:function arity=2
[...]
xqdoc:signaturedeclare function fn:map($f as , $seq as item()*) as 
item()* external/xqdoc:signature
  /xqdoc:function

  instead of this:
  xqdoc:function arity=2
[...]
xqdoc:signaturedeclare function fn:map($f as function(item()) as item()*, 
$seq as item()*) as item()* external/xqdoc:signature
  /xqdoc:function

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/874400/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp