<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/menuconfig.py, branch v10.46.1</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.46.1</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.46.1'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2019-04-17T01:45:08Z</updated>
<entry>
<title>menuconfig: _select_imply_info() style nit</title>
<updated>2019-04-17T01:45:08Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-17T01:28:17Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=498f0edd8a0312f8a08b9b2be5b6b84e462fa7a7'/>
<id>urn:sha1:498f0edd8a0312f8a08b9b2be5b6b84e462fa7a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>menuconfig: Micro-optimize incremental search</title>
<updated>2019-04-17T01:45:08Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-17T01:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=fb1bbb8aa5b1b5f60ecd055ee944b2ffefc22d5a'/>
<id>urn:sha1:fb1bbb8aa5b1b5f60ecd055ee944b2ffefc22d5a</id>
<content type='text'>
removing the matches.append lookup saves a few %, as measured with
line_profiler.

It's fast enough already on any reasonable machine, so it's a bit silly,
but it's pretty trivial.
</content>
</entry>
<entry>
<title>menuconfig: _jump_to_dialog() comment nits</title>
<updated>2019-04-17T01:26:08Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-17T01:25:40Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=899bc77d837e9a2098449bd104bc640d99619194'/>
<id>urn:sha1:899bc77d837e9a2098449bd104bc640d99619194</id>
<content type='text'>
Make things a bit more compact.
</content>
</entry>
<entry>
<title>menuconfig: Add missing 'return' in _select_selected_choice_sym()</title>
<updated>2019-04-17T01:21:34Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-17T01:21:34Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=13dda5843f79a02f2c6dadc6cfd99ca62679dde3'/>
<id>urn:sha1:13dda5843f79a02f2c6dadc6cfd99ca62679dde3</id>
<content type='text'>
Won't affect behavior, but it was intended.
</content>
</entry>
<entry>
<title>menuconfig: Fix display issue for optional-prompt menuconfigs</title>
<updated>2019-04-17T01:10:01Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-17T00:06:59Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=37c698413ef6f433f03589a4f52076893030a9e5'/>
<id>urn:sha1:37c698413ef6f433f03589a4f52076893030a9e5</id>
<content type='text'>
_shown_nodes() needs to check whether invisible 'menuconfig' symbols
with optional prompts have visible children, so that they can be shown
outside show-all mode. Previously, only 'config' symbols were checked.
</content>
</entry>
<entry>
<title>menuconfig: Simplify _menu_path_info()</title>
<updated>2019-04-11T20:26:23Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-11T20:26:23Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=8ddc0df484a25f915591c5bee6f4a9e4e71207d5'/>
<id>urn:sha1:8ddc0df484a25f915591c5bee6f4a9e4e71207d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>menuconfig: Include all parents in menu paths</title>
<updated>2019-04-11T19:10:09Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-11T18:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=136c0e42f01dc3adfa29fb57f34f7d23234b8429'/>
<id>urn:sha1:136c0e42f01dc3adfa29fb57f34f7d23234b8429</id>
<content type='text'>
Previously, symbols not defined with 'menuconfig' with children weren't
listed in the children's menu paths. It was deliberate, but it's
probably an anti-feature in retrospect, because it can make it harder to
find stuff by following the menu path.

Don't try to be clever and just list all the parent nodes in the menu
path.
</content>
</entry>
<entry>
<title>menuconfig: Rename _try_set_locale() to try_set_locale()</title>
<updated>2019-04-10T23:07:07Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-10T23:07:07Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=f7c19d5ab4d5e13f25054b546fc93cc467aab0e1'/>
<id>urn:sha1:f7c19d5ab4d5e13f25054b546fc93cc467aab0e1</id>
<content type='text'>
This function isn't defined at the module level.
</content>
</entry>
<entry>
<title>menuconfig: Rename _check_validity() to _check_valid()</title>
<updated>2019-04-10T16:05:27Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-10T16:05:27Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=d72d509bbfe4ff0c976a78fe8c8065430480d3c5'/>
<id>urn:sha1:d72d509bbfe4ff0c976a78fe8c8065430480d3c5</id>
<content type='text'>
Bit shorter, as clear.
</content>
</entry>
<entry>
<title>menuconfig: Code style nits</title>
<updated>2019-04-10T16:02:51Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-10T16:02:51Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=27f6ae4b2393b5560749cdae8183f771ac20b61a'/>
<id>urn:sha1:27f6ae4b2393b5560749cdae8183f771ac20b61a</id>
<content type='text'>
</content>
</entry>
</feed>
