| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-14 | Test property ordering on nested multi.def. choices | Ulf Magnusson | |
| This case wasn't covered. | |||
| 2018-06-14 | Fix incorrectly ordered properties for some nested multi.def. symbols | Ulf Magnusson | |
| _propagate_deps() visits menu nodes roughly breadth-first, meaning properties on symbols and choices defined in multiple locations could end up in the wrong order when copied from the menu node for some unlucky if/menu nestings. Fix it by moving the menu-node-to-symbol/choice property copying in _finalize_tree() so that it's guaranteed to happen in definition order. This bug was introduced by commit 63a4418 ("Record which MenuNode has each property"). | |||
