Opened 14 years ago

Closed 14 years ago

#54 closed defect (fixed)

Order of NameMapper entries changes on each revision

Reported by: Norm Olsen Owned by: Norm Olsen
Priority: minor Milestone: 1.0
Component: Dictionaries Version: svn-trunk
Keywords: NameMapper Cc:

Description

The order of the entries in the NameMapper.csv file changes on each revision. This has no effect on the operation of the NameMapper feature as the entries are read into a std::set which establishes its own internal order. However, it gets painful when using a Diff type operation to see what has changed.

Change History (1)

comment:1 by Norm Olsen, 14 years ago

Resolution: fixed
Status: newclosed

Corrected at revision 1927; the CsvSort member of the TcsNameMapperFile object was adjusted to produce a unique ordering fro all records. A "buffer" version of the NameMapper.csv file was a part of this submission. The actual data content of this file is identical to the previsous version, only the sorted order of the records has changed.

Note: See TracTickets for help on using tickets.