mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 10:43:15 +02:00
In particular, don't choke on multiplicative statements including a scalar. The new algo is not actually smart enough to eval the whole parse tree and separate conditionals from multiplication from addition; it just contents itself with reporting the common case of a single value with no units. See comments in code. (cherry picked from commit 99076cfc5f438c1279da90db094ec30edfbba19e)