This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 1650 - [FS] please list all expressions that do not propagate errors
Summary: [FS] please list all expressions that do not propagate errors
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Formal Semantics 1.0 (show other bugs)
Version: Last Call drafts
Hardware: PC Windows 2000
: P2 normal
Target Milestone: ---
Assignee: Jerome Simeon
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-16 00:16 UTC by Fred Zemke
Modified: 2005-09-06 13:04 UTC (History)
0 users

See Also:


Attachments

Description Fred Zemke 2005-07-16 00:16:32 UTC
3.3.3 Handling dynamic errors
It says "There are several expressions, such as [4.6 Logical
Expressions] and [4.11 Quantified Expressions], that do not
necessarily propogate an error raised by some sub-expression.
For each such expression, we give specific error inference rules."
This means that your formal inferences are contradictory,
because the inference given at the beginning of this section
would result in a different error behavior than other inferences
to be given later.  To fix this, you need to explicitly
limit the inference in this section to precisely those kinds
of subexpressions to which it applies.  This would be done
by changing the second hypothesis above the line from
"Expr1 is any subexpression of Expr" to correctly describe
the subexpressions to which the rules applies.
You have made a start by listing two classes
of subexpression for which it does not apply (logical expressions
and quantified expressions) but:

1. the reader is entitled to have a complete list of the 
exceptions in one place.  

2. the formal rule needs to be correct, not merely the 
English explanation that surrounds the rule.
Comment 1 Jerome Simeon 2005-07-22 17:29:53 UTC
This comment has been taken over by events, as the WGs have decided to
remove the formal specification of error propagation.
See:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1554

This corresponding text will therefore be changed, and we do not need
to list the functions which do not propagate errors in that way anymore.

- Jerome Simeon
On behalf of the XML Query and XSL WGs