summaryrefslogtreecommitdiff
path: root/tests/Klocation
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-08-23 00:55:16 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-08-23 00:55:16 +0200
commited3fb61cea1c3c33c423690b768adbde7a0fad8c (patch)
tree0075585248352223069c76c9f7a93d63b8a1953c /tests/Klocation
parent4ebc2aa72f41a9c5739ee8a8ad89bdfa0a489a2d (diff)
Make 10.1.0 releasev10.1.0
New features: - Commit 7dae988 ("Add a generic node iterator") adds a Kconfig.node_iter() helper generator for iterating through all menu nodes in the menu tree, in definition order. Optionally, symbols defined in multiple locations are only generated once. This generator is now used internally by write_config() as well. Suggested by Mitja Horvat (pinkfluid). - Commit d2c1430 ("Introduce Kconfig.unique_defined_syms and Kconfig.unique_choices") adds versions of Kconfig.defined_syms/choices that only include symbols and choices defined in multiple locations once, while still preserving definition order. This is almost always what you want when iterating through (just) symbols and choices. It removes set() hackery (where it's easy to accidentally mess up the order) and the like. Fixes: - Commit 4ebc2aa ("Flag extra tokens after 'if'/'depends on'/'visible if' expressions") tightens up syntax checking so that extra trailing tokens after 'if', 'depends on', and 'visible if' expressions raise a syntax error, instead of being silently ignored. Oversight.
Diffstat (limited to 'tests/Klocation')
0 files changed, 0 insertions, 0 deletions