- From: <bugzilla@jessica.w3.org>
- Date: Fri, 19 Dec 2014 17:15:42 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27180 --- Comment #15 from Michael Kay <mike@saxonica.com> --- (In reply to Christian Gruen from comment #14) I agree with Christian's reading of the spec here. I think the only legitimate outcomes are false (if the implementation can handle integers this large), and FOAR0002 (if it can't). For the second case, the failure occurs when constructing the integer literal, which uses the rules for casting string to integer; the failure is while evaluating the lhs of the "castable" expression, and such a failure throws the error rather than returning false. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 19 December 2014 17:15:44 UTC