Ticket #2669
Forked from /forum/topic/2059
Ticket promoted to #2669 and assigned to andy
Seems to be some issues maybe beyond just setting Map.ordered
Map.ordered
Test case is in testSys::SerializationTest.testMaps
testSys::SerializationTest.testMaps
Yeah, the Map ordered setter does stuff, so fanx_ObjDecoder.readMap() just needs this:
fanx_ObjDecoder.readMap()
map.ordered$(true);
and testSys::SerializationTest.testMaps is much happier.
Ticket resolved in 1.0.75
Login or Signup to reply.
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:and
testSys::SerializationTest.testMaps
is much happier.matthew Mon 27 Jul 2020
Ticket resolved in 1.0.75