← Back to team overview

zorba-coders team mailing list archive

[Bug 1016429] Re: crash in transform expression

 

** Changed in: zorba
       Status: New => 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/1016429

Title:
  crash in transform expression

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  declare variable $filename as xs:string := "test";

  copy $filename := $filename
  modify ()
  return $filename

  crashes (due to using the same var names "$filename := $filename")
  running on latest trunk rev 10884. Thank you for fixing.

  P.S.: this is not a duplicate of bug #1008082

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


References