Browse Source
Better handling of undefined values in Rule expressions.
Better handling of undefined values in Rule expressions.
This is particularly important to keep the user from having to enter overly verbose statements such as: A.Type == 'via' && A.Via_Type == 'buried' when: A.Via_Type == 'buried' is perfectly clear.pull/16/head
10 changed files with 46 additions and 37 deletions
-
37common/base_struct.cpp
-
2common/libeval_compiler/libeval_compiler.cpp
-
2include/libeval_compiler/libeval_compiler.h
-
18include/property.h
-
2pcbnew/board_connected_item.cpp
-
2pcbnew/class_board_item.cpp
-
1pcbnew/class_track.cpp
-
2pcbnew/pcb_edit_frame.cpp
-
15pcbnew/pcb_expr_evaluator.cpp
-
2pcbnew/pcb_expr_evaluator.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue