#2669 js: Ordered map is unordered after serialization

andy Fri 12 Jan 2018

Forked from /forum/topic/2059

andy Fri 12 Jan 2018

Ticket promoted to #2669 and assigned to andy

Seems to be some issues maybe beyond just setting Map.ordered

Test case is in testSys::SerializationTest.testMaps

SlimerDude Thu 23 Jul 2020

Yeah, the Map ordered setter does stuff, so fanx_ObjDecoder.readMap() just needs this:

map.ordered$(true);

and testSys::SerializationTest.testMaps is much happier.

matthew Mon 27 Jul 2020

Ticket resolved in 1.0.75

Login or Signup to reply.