[Bug 29058] [FO31] determinism of function calls with arrays and maps

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

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Michael Kay <mike@saxonica.com> ---
I was actioned to produce a proposal. I propose to add to the list of
conditions in 1.7.4 (Two values are defined to be *identical* if any of the
following....)


3. Both items are maps, both maps have the same number of entries, and for
every entry E1 in the first map there is an entry E2 in the second map such
that the keys of E1 and E2 are *the same key*, and the corresponding values V1
and V2 are *identical*.

4. Both items are arrays, both arrays have the same number of members, and the
members are pairwise *identical*

5 (was 3). Both items are function items, <add>neither is a map or an
array</add>, and...

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

Received on Wednesday, 2 September 2015 17:05:31 UTC