- From: <bugzilla@jessica.w3.org>
- Date: Sun, 24 Apr 2016 22:02:26 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29590 Bug ID: 29590 Summary: dependency cycle and indirect references Product: XPath / XQuery / XSLT Version: Working drafts Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: XQuery 3 & XPath 3 Test Suite Assignee: oneil@saxonica.com Reporter: benito@benibela.de QA Contact: public-qt-comments@w3.org Target Milestone: --- In function-literal-707 we have $a depending on $f, $f depending on local:plus#2 and local:plus depending on $a. How is this not a XQDY0054 cycle? Just because it calls not local:plus? But in general it is undecidable, if a dynamic reference gets called. Especially, since it could involve the context item, which could depend on anything. The opposite happens in fn-function-lookup-613 -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Sunday, 24 April 2016 22:02:29 UTC