[Zorba-coders] [Bug 923015] Re: clone() not implemented for full-text expressions

2012-03-26 Thread Paul J. Lucas
** Changed in: zorba
   Status: Fix Committed = Fix Released

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

Title:
  clone() not implemented for full-text expressions

Status in Zorba - The XQuery Processor:
  Fix Released

Bug description:
  The following query:
   declare function local:foo(){
 let $x := msgbreakfast of champions/msg
 return $x contains text meal
   using thesaurus at /Users/wcandillon/demo/wordnet-en.zth
   relationship narrower term
   };  

   local:foo()

  Returns:
  Zorba error [zerr:ZXQP0003]: internal error: clone() not implemented for 
expression; raised at 
/Users/wcandillon/28msec/zorba/sandbox/src/compiler/rewriter/rules/fold_rules.cpp:1106

  However the following query:
   let $x := msgbreakfast of champions/msg
 return $x contains text meal
   using thesaurus at /Users/wcandillon/demo/wordnet-en.zth
   relationship narrower term

  Works fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/923015/+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 923015] Re: clone() not implemented for full-text expressions

2012-02-14 Thread Paul J. Lucas
** Changed in: zorba
   Status: In Progress = Fix Committed

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

Title:
  clone() not implemented for full-text expressions

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  The following query:
   declare function local:foo(){
 let $x := msgbreakfast of champions/msg
 return $x contains text meal
   using thesaurus at /Users/wcandillon/demo/wordnet-en.zth
   relationship narrower term
   };  

   local:foo()

  Returns:
  Zorba error [zerr:ZXQP0003]: internal error: clone() not implemented for 
expression; raised at 
/Users/wcandillon/28msec/zorba/sandbox/src/compiler/rewriter/rules/fold_rules.cpp:1106

  However the following query:
   let $x := msgbreakfast of champions/msg
 return $x contains text meal
   using thesaurus at /Users/wcandillon/demo/wordnet-en.zth
   relationship narrower term

  Works fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/923015/+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 923015] Re: clone() not implemented for full-text expressions

2012-02-09 Thread Paul J. Lucas
** Branch linked: lp:~paul-lucas/zorba/bug-923015

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

Title:
  clone() not implemented for full-text expressions

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  The following query:
   declare function local:foo(){
 let $x := msgbreakfast of champions/msg
 return $x contains text meal
   using thesaurus at /Users/wcandillon/demo/wordnet-en.zth
   relationship narrower term
   };  

   local:foo()

  Returns:
  Zorba error [zerr:ZXQP0003]: internal error: clone() not implemented for 
expression; raised at 
/Users/wcandillon/28msec/zorba/sandbox/src/compiler/rewriter/rules/fold_rules.cpp:1106

  However the following query:
   let $x := msgbreakfast of champions/msg
 return $x contains text meal
   using thesaurus at /Users/wcandillon/demo/wordnet-en.zth
   relationship narrower term

  Works fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/923015/+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