Browse Source
Remove broken RefDesStringCompare
Remove broken RefDesStringCompare
This function attempted a poor-man's natural compare but it assumed specific structure of the string. This broke for strings with numberings that looked like decimals. Instead, we use our natural string comparison function and remove the references to this older function and its similar elements. Fixes https://gitlab.com/kicad/code/kicad/issues/90676.0.7
10 changed files with 26 additions and 103 deletions
-
44common/refdes_utils.cpp
-
13eeschema/dialogs/dialog_symbol_fields_table.cpp
-
4eeschema/netlist_exporters/netlist_exporter_base.cpp
-
8eeschema/netlist_exporters/netlist_exporter_xml.cpp
-
2eeschema/sch_reference_list.h
-
11include/refdes_utils.h
-
4pcbnew/netlist_reader/pcb_netlist.cpp
-
3pcbnew/tools/board_reannotate_tool.cpp
-
8qa/common/test_kicad_string.cpp
-
32qa/common/test_refdes_utils.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue