← Back to team overview

kicad-developers team mailing list archive

Re: How to help users handle updating from version 4 to version 5 with regards to fp-lib-table handling?

 

Am 22.06.2018 um 14:28 schrieb Wayne Stambaugh:
> This is not a trivial fix.  Blindly copying the default global library
> tables every time they change would overwrite any user customization
> which is a not an option.  It then becomes a merge operation which is
> far more complex.  I'm not opposed to an optional merge solution if
> someone has the time to implement it.

Yes, doing it that way is a real complex thing that will be PITA.

But why KiCad needs that file if it also could use the default
configuration from the package and only place differential and
additional data from the user context in that file and load the config
from here on top of the default config?

It looks a bit wrong for me to save the default data within the user
context which will bring such difficult circumstances then.

-- 
Regards
Carsten Schoenert


Follow ups

References