- From: <bugzilla@jessica.w3.org>
- Date: Thu, 30 Sep 2010 18:16:07 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10885
Summary: [XQuery11] Definition of "depends on a function" does
not include literal function items or partial
evaluation or
Product: XPath / XQuery / XSLT
Version: Member-only Editors Drafts
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 1.1
AssignedTo: jonathan.robie@redhat.com
ReportedBy: oliver@cbcl.co.uk
QAContact: public-qt-comments@w3.org
Group: XSLXQuery_WG
Section 4.18 states:
[Definition: An expression E depends on a function if any of the following is
true:
E is a call on function F
E depends on a function whose body depends on F.
E depends on the context item and the initializer of the context item depends
on F
E depends on a variable whose initializer depends on F
E contains (directly or indirectly) an expression that depends on F
]
The first bullet should be clarified to state that it includes partial
applications.
An additional bullet should be added:
E is a literal function item representing F
I suppose that there are also some implementation defined aspects to this as
well (for example in pragmas)
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 30 September 2010 18:16:08 UTC