Comment 3 for bug 1803585

Revision history for this message
Antonio Vázquez Blanco (antoniovazquezblanco) wrote :

From the quality point of view I believe that would be more desirable to use existing in memory information through existing C++ interfaces. Current python scripts read the corresponding item file, load it into memory, perform parsing through a completely different engine than the one used by KiCad and then perform checks. That looks like very inefficient to me, both from th execution and maintenance point of views.

 I think time would better be invested in providing a framework for porting the code into C++.