Re: [Kicad-developers] [PATCH] Numeric evaluator tests + unary "+"

2018-12-03 Thread Maciej SumiƄski
Hi John, Thank you for the patches, I have just merged them. I particularly appreciate the unit tests, well done! Cheers, Orson On 11/28/18 5:03 PM, John Beard wrote: > Hi, > > Here are some patches for the numeric evaluator. > > There are three parts: > * Add tests and test current behaviour

[Kicad-developers] [PATCH] Numeric evaluator tests + unary "+"

2018-11-28 Thread John Beard
Hi, Here are some patches for the numeric evaluator. There are three parts: * Add tests and test current behaviour of the numeric evaluator. Remove broken and unused/unbuildable old tests. * Add a CMake target (libeval_grammar) to allow to rebuild the grammar * Modify and rebuild the grammar to a