KiCad / kicad-library-utils

Some scripts for helping with library development
GNU General Public License v3.0
128 stars 95 forks source link

Travis does not check symbol if only DCM file is changed #306

Open antoniovazquezblanco opened 5 years ago

antoniovazquezblanco commented 5 years ago

See https://github.com/KiCad/kicad-symbols/issues/1551

It seems that the Travis scripts do not detect change when only the DCM file is changed. Example at https://github.com/KiCad/kicad-symbols/pull/1490, only the new symbols of the PR have been checked by Travis.

poeschlr commented 5 years ago

Well do we want the symbol to be checked if only the description is updated? I am not so sure here. (The user did not touch the symbol. Why should they be responsible to fix old issues?)

antoniovazquezblanco commented 5 years ago

Anyways, the tool should at least notify the librarians that it has been changed so that we can review the changes.