eeschema prefers to use changed components from libs rather than using the cache
Bug #1435338 reported by
Sven
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| KiCad |
Fix Released
|
Low
|
Unassigned | ||
Bug Description
I just opened a schematic in eeschema and since the size of the capacitor component changed in the official library since I created the schematic, they all got disconnected: https:/
eeschema should probably prefer using the components from the cache file rather than reloading the component from the library, potentially doing serious damage to the the schematic.
Related branches
| Changed in kicad: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

I agree. It's really annoying when you open an old project, the schematic libs have changed, and everything is wrong all of a sudden. eeschema really ought to prefer the project's local copy unless told to do otherwise.
Changing this requires adding a mechanism to force an update from library, of course.
I'll have a chance to work on this around Wednesday - will handle it if nobody else takes it by then.