HOF related crashes not covered by XQTTS

Bug #1023024 reported by Nicolae Brinza
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zorba
Fix Released
Undecided
Nicolae Brinza

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")

Related branches

Revision history for this message
Nicolae Brinza (nbrinza) wrote :

Fixed in the trunk. Test added as hof-105.xq

Changed in zorba:
status: New → Fix Committed
Changed in zorba:
milestone: none → 2.9
Chris Hillery (ceejatec)
Changed in zorba:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.