← Back to team overview

zorba-coders team mailing list archive

[Bug 1023024] [NEW] HOF related crashes not covered by XQTTS

 

Public bug reported:

The HOF query  below is not in the XQTTS and it crashes Zorba:

xquery version "3.0";

declare namespace op = "http://www.zorba-xquery.com/options/features";;
declare namespace f = "http://www.zorba-xquery.com/features";;
declare option op:enable "f:hof";


function($a,$b){
  function($a1,$b1){ $a1($b1) }
}(function($a2){$a2}, "bla")

** Affects: zorba
     Importance: Undecided
     Assignee: Nicolae Brinza (nbrinza)
         Status: New

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

Title:
  HOF related crashes not covered by XQTTS

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The HOF query  below is not in the XQTTS and it crashes Zorba:

  xquery version "3.0";

  declare namespace op = "http://www.zorba-xquery.com/options/features";;
  declare namespace f = "http://www.zorba-xquery.com/features";;
  declare option op:enable "f:hof";

  
  function($a,$b){
    function($a1,$b1){ $a1($b1) }
  }(function($a2){$a2}, "bla")

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


Follow ups

References