[Bug 29419] [XP31] edge case with negative integer literals (UnaryExpr) and limits for -9223372036854775808, which cannot be parsed

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29419

John Snelson <john.snelson@marklogic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.snelson@marklogic.com

--- Comment #1 from John Snelson <john.snelson@marklogic.com> ---
No spec changes needed. The spec allows (but does not force) the implementation
to put limits on the value space of types like xs:integer. It is your
implementation that does (or does not) restrict to a 64 bit signed integer, and
it's your implementation that does not detect the minus unary operator over an
integer literal and special case it.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 4 February 2016 16:30:00 UTC