#1108 closed defect (done)
The serialization format of CompactNumberArray2StringSerializer is not compatible with the released version
Reported by: | gkronber | Owned by: | epitzer |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.1 |
Component: | Persistence | Version: | 3.3.1 |
Keywords: | Cc: |
Description
The breaking changeset is r3946.
Two metainfo tags are created instead of just one as it was in the released version. Demo engines that contain arrays (except for double arrays which are handled by a separate serializer) are not restored correctly because of this change.
A bugfix can be tested by opening the artificial ant demo problem in the optimizer and checking if the "World" parameter contains 'true' elements.
Change History (5)
comment:1 Changed 14 years ago by epitzer
comment:2 Changed 14 years ago by epitzer
- Status changed from new to assigned
comment:3 Changed 14 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
Tested by loading the artificial ant demo engine.
comment:4 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
make optimized version of !CompactNumberArray2StringSerializer compatible with released version (r4132)