kicad-source/common/libeval_compiler
Jeff Young 2037b11d72 Smarten libeval missing units warning.
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)
2025-07-08 08:44:22 +01:00
..