kicad/qa/eeschema
Jon Evans 487aa37d2e Connectivity: don't rename things multiple times in subsheets
Depending on what order the subgraphs are processed in, it's
possible to hit a case where the parent sheet renames a bus
member before the bus neighbor renaming logic runs.  In this
case, we don't want to apply the bus neighbor logic as it will
break connectivity to the parent sheet if that bus was not
also renamed (for example, if the hier ports only make net
connections and not bus connections)

Fixes https://gitlab.com/kicad/code/kicad/-/issues/6887
2020-12-29 16:42:30 -05:00
..
data Connectivity: don't rename things multiple times in subsheets 2020-12-29 16:42:30 -05:00
sim Project settings fixes from review 2020-07-02 22:08:54 -04:00
CMakeLists.txt Finish module cleanup (except for xpms). 2020-11-14 22:00:12 +00:00
eeschema_test_utils.cpp Cleanup creation of all our smart pointers 2020-10-26 23:52:44 +00:00
eeschema_test_utils.h QA: Eagle test: look up test data in the source tree 2019-04-02 18:26:33 +01:00
lib_field_test_utils.h Fix some bugs in Change Symbol and Update Symbols. 2020-12-15 16:12:17 +00:00
mocks_eeschema.cpp Remove a few include<wx/wx.h> in many files that do not actually use this include. 2020-10-19 09:00:50 +02:00
netdiff.py Add basic netlist QA test 2020-04-19 19:13:24 -04:00
test_eagle_plugin.cpp QA: Use own unit test headers for eagle test 2019-04-02 23:32:00 +01:00
test_lib_arc.cpp Add unit test for testing LIB_ARC objects. 2020-03-10 11:04:05 -04:00
test_lib_part.cpp Fix some bugs in Change Symbol and Update Symbols. 2020-12-15 16:12:17 +00:00
test_module.cpp Add missing file. 2020-11-14 22:09:43 +00:00
test_netlists.cpp Connectivity: don't rename things multiple times in subsheets 2020-12-29 16:42:30 -05:00
test_sch_biu.cpp Convert Schematic Internal Units to 100nm 2019-12-30 18:28:00 +00:00
test_sch_pin.cpp Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
test_sch_rtree.cpp Update tests to UUIDs. 2020-02-28 22:06:14 +00:00
test_sch_sheet.cpp More component -> symbol. 2020-11-15 20:23:15 +00:00
test_sch_sheet_list.cpp Fix test_sch_sheet_list to run headless. 2020-10-21 13:45:02 +01:00
test_sch_sheet_path.cpp Eeschema: add schematic sheet page number. 2020-10-19 14:05:45 -04:00
test_sch_symbol.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
uuid_test_utils.cpp Add missing files from last commit. 2020-02-28 22:37:53 +00:00
uuid_test_utils.h Add missing files from last commit. 2020-02-28 22:37:53 +00:00