Re: [Kicad-developers] Forward-compatibility in s-expression formats

2014-05-09 Thread Lorenzo Marcantonio
On Fri, May 09, 2014 at 07:48:13AM +0200, Lorenzo Marcantonio wrote: Storing a whole sexp would be done with the DOM model or something similar (DOM is not exactly the best way to handle a sexp, but at least it's already done:P) Clarification: the best way to handle sexps is the cons cell,

Re: [Kicad-developers] Last kicad button is broken (pl_editor) Build BZR4854 OSX

2014-05-09 Thread jp charras
Le 08/05/2014 22:01, Marco Serantoni a écrit : . There is a mistype at include/common.h @ 105, should be changed from: #define PL_EDITOR_EXE wxT( pcb_calculator.app/Contents/MacOS/pl_editor ) to #define PL_EDITOR_EXE wxT( “pl_editor.app/Contents/MacOS/pl_editor ) Since as you

Re: [Kicad-developers] Forward-compatibility in s-expression formats

2014-05-09 Thread Javier Serrano
On Fri, May 9, 2014 at 12:10 AM, Rick Walker wal...@omnisterra.com wrote: Kicad is currently a moving target. The team doesn't provide stable builds and the whole system is liable to blow up at any time. It is even worse if one uses the cloud-based libraries which are under dynamic mutation.

Re: [Kicad-developers] Forward-compatibility in s-expression formats

2014-05-09 Thread Dick Hollenbeck
Kicad is currently a moving target. The team doesn't provide stable builds and the whole system is liable to blow up at any time. Yep, that is by choice. This is where the users get to pay me by being testers. That way I can actually use the software. Because when I cannot use the

Re: [Kicad-developers] Library Convention

2014-05-09 Thread Carl Poirier
Hi folks, Ralph and Alejandro were added to the list. In the following days, I will work toward completing the library convention and think about an organized way of refactoring the libraries. From now on, let us stop cluttering up the developer's mailing list with library stuff. Thanks for all

Re: [Kicad-developers] [Kicad-lib-committers] Issues with BZR4854 for OS X

2014-05-09 Thread Dick Hollenbeck
Dick, I am going to try to apply your patch if it is OK to do it after so many BZR updates. Do I have to go back to BZR4810 to test it? or can I apply that patch to BZR4854? Please let me know. It would not apply cleanly. So I forced it in, and committed it. The parts that don't

Re: [Kicad-developers] [Kicad-lib-committers] Issues with BZR4854 for OS X

2014-05-09 Thread Jean-Paul Louis
Thanks Dick, I will try it ASAP. Jean-Paul On May 9, 2014, at 10:29 AM, Dick Hollenbeck d...@softplc.com wrote: Dick, I am going to try to apply your patch if it is OK to do it after so many BZR updates. Do I have to go back to BZR4810 to test it? or can I apply that patch to

Re: [Kicad-developers] Forward-compatibility in s-expression formats

2014-05-09 Thread John Beard
On 08/05/14 20:44, Dick Hollenbeck wrote: On 05/08/2014 02:18 PM, Dick Hollenbeck wrote: On 05/08/2014 01:31 PM, John Beard wrote: On 08/05/14 15:53, Dick Hollenbeck wrote: Submit a patch. Hope it gets accepted. Since your interest is limited to the *.kicad_mod file. You can use the

Re: [Kicad-developers] Forward-compatibility in s-expression formats

2014-05-09 Thread Maciej Sumiński
On 05/09/2014 08:44 PM, John Beard wrote: Is there existing infrastructure for benchmarking, for example any used when designing the current parser? It was not used for when designing the current parser, but you may find useful include/profile.h. Have a look at common/view/view.cpp for an

[Kicad-developers] KiCad-OSX Where are the help files supposed to be located?

2014-05-09 Thread Jean-Paul Louis
Marco, The problem is the same for kicad, eeschema, cvpcb, pcbnew, gerbview, pl_editor I cannot figure out where to put the pdf files that are called by the “Help” menu. I have tried to put them in the app directory (“/Applications/kicad”). That does not work. I have tried to put them in the

Re: [Kicad-developers] KiCad-OSX Where are the help files supposed to be located?

2014-05-09 Thread Dick Hollenbeck
On 05/09/2014 08:05 PM, Jean-Paul Louis wrote: Marco, The problem is the same for kicad, eeschema, cvpcb, pcbnew, gerbview, pl_editor I cannot figure out where to put the pdf files that are called by the “Help” menu. I have tried to put them in the app directory