← Back to team overview

kicad-developers team mailing list archive

Re: V6 merge priority

 

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.


Follow ups

References