On 09/03/2019 19:03, Wayne Stambaugh wrote: > Rather than try to figure out every possible merge combination, I'm > going to prioritize things serially per editor. The highest priority > are changes those that will or potentially impact later features. >
Hi Wayne, If I may add my 5 cents - let's merge the stuff affecting the schematic and board model first so that any refactor later on would not make rebases of the already written features a nightmare. On my side, I would like to: - replace DLISTs<> with Rtrees (BOARD::MarkTrace takes ages on larger boards) - remove remaining references to PCB_EDIT_FRAME (or anything directly GUI-related) from the tool and model code in pcbnew. This way, the tools will be fully portable to any toolkit we might choose in the future and much easier to test. Cheers, T. _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp