[Zorba-coders] [Bug 862971] Re: No error upon (almost) duplicate function declarations

2012-05-30 Thread Markos Zaharioudakis
** 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/862971 Title: No error upon (almost) duplicate function declarations Status in Z

[Zorba-coders] [Bug 862971] Re: No error upon (almost) duplicate function declarations

2012-05-03 Thread Markos Zaharioudakis
** Changed in: zorba Status: Incomplete => 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/862971 Title: No error upon (almost) duplicate function declarations Status in Zor

[Zorba-coders] [Bug 862971] Re: No error upon (almost) duplicate function declarations

2012-04-25 Thread Paul J. Lucas
// foo.xq module namespace foo = "http://www.foo.com";; declare function foo:f( $i as xs:integer ) external; declare function foo:f( $i as xs:integer ) { $i + 2 }; // test.xq import module namespace foo = "http://www.foo.com"; at "/tmp/foo.xq"; foo:f(1) // result :3,9: Zorba error [zer

[Zorba-coders] [Bug 862971] Re: No error upon (almost) duplicate function declarations

2012-04-25 Thread Markos Zaharioudakis
I cannot reproduce the problem. What I did was add thie follwoing function: declare function ext:bar3($i as xs:integer) { $i + 2 }; in ext_mod.xq file (in test/unit) and then run the external_function unit test. I did get the expected error of duplicate function declaration. Can you provide a

[Zorba-coders] [Bug 862971] Re: No error upon (almost) duplicate function declarations

2012-04-25 Thread Markos Zaharioudakis
** Changed in: zorba Status: New => Incomplete -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/862971 Title: No error upon (almost) duplicate function declarations Status in Zorba - The X

[Zorba-coders] [Bug 862971] Re: No error upon (almost) duplicate function declarations

2012-04-17 Thread Matthias Brantner
** Changed in: zorba Milestone: None => 2.5 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/862971 Title: No error upon (almost) duplicate function declarations Status in Zorba - The XQuery

[Zorba-coders] [Bug 862971] Re: No error upon (almost) duplicate function declarations

2012-04-17 Thread Paul J. Lucas
** Changed in: zorba Assignee: (unassigned) => Markos Zaharioudakis (markos-za) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/862971 Title: No error upon (almost) duplicate function declar