<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git, branch v10.9.2</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.9.2</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.9.2'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2018-10-01T23:42:13Z</updated>
<entry>
<title>Make 10.9.2 release</title>
<updated>2018-10-01T23:42:13Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T23:42:13Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=b8c75778a5b55efbefeb11340cea3deccab3c9fe'/>
<id>urn:sha1:b8c75778a5b55efbefeb11340cea3deccab3c9fe</id>
<content type='text'>
Adds some documentation nits:

 - 08abf44 ("Mention that pydoc works after installing with pip")

 - 6aaf01c ("Clean up documentation a bit re. named choice")

 - 6fe5198 ("menuconfig: Mark quit_dialog() as internal")
</content>
</entry>
<entry>
<title>Mention that pydoc works after installing with pip</title>
<updated>2018-10-01T23:16:39Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T23:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=08abf4478eafbab7c30e6d147a9578e964173b83'/>
<id>urn:sha1:08abf4478eafbab7c30e6d147a9578e964173b83</id>
<content type='text'>
Also mention that menuconfig.py has documentation.
</content>
</entry>
<entry>
<title>Clean up documentation a bit re. named choice</title>
<updated>2018-10-01T22:57:02Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T22:57:02Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=6aaf01c241b1356c1c8ceb3425f355f448bb4224'/>
<id>urn:sha1:6aaf01c241b1356c1c8ceb3425f355f448bb4224</id>
<content type='text'>
Zephyr uses several named choices, and I've seen them in other projects
now too, so don't imply that they aren't used. The menuconfig interface
now has better support for them than the C tools too, where adding
symbols by defining a choice in multiple locations is broken.

Also remove a reference to Kconfiglib 1.
</content>
</entry>
<entry>
<title>menuconfig: Mark quit_dialog() as internal</title>
<updated>2018-10-01T22:09:25Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T22:09:25Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=6fe5198f0455b7452b8835264db082ef4cac0730'/>
<id>urn:sha1:6fe5198f0455b7452b8835264db082ef4cac0730</id>
<content type='text'>
Oversight. The _ hides it from e.g. pydoc.
</content>
</entry>
<entry>
<title>__slots__ formatting consistency nit</title>
<updated>2018-10-01T22:08:47Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T22:08:35Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=9a38b414a790d50791ba11f6cbc4f8a1c9761b79'/>
<id>urn:sha1:9a38b414a790d50791ba11f6cbc4f8a1c9761b79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make 10.9.1 release</title>
<updated>2018-10-01T05:34:10Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T05:34:10Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=747da7935aeae22546eeaafcff4e120426f30808'/>
<id>urn:sha1:747da7935aeae22546eeaafcff4e120426f30808</id>
<content type='text'>
Adds commit 43e7711 ("setup: Use a list instead of a tuple for
'classifiers'"), which fixes a setup.py issue on Python 3.7.
</content>
</entry>
<entry>
<title>setup: Use a list instead of a tuple for 'classifiers'</title>
<updated>2018-10-01T05:33:07Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T05:30:29Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=43e7711d25a63d53bddf6c6ae7b5d4c3b85152d2'/>
<id>urn:sha1:43e7711d25a63d53bddf6c6ae7b5d4c3b85152d2</id>
<content type='text'>
Fixes a warning on Python 3.7:

  Warning: 'classifiers' should be a list, got type 'tuple'

Maybe it could prevent other issues too:
https://github.com/pypa/pypi-legacy/issues/670
</content>
</entry>
<entry>
<title>Make 10.9.0 release</title>
<updated>2018-10-01T02:22:03Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T02:20:31Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=567f4c376f19266e72f9cf67813fbea7d2812da6'/>
<id>urn:sha1:567f4c376f19266e72f9cf67813fbea7d2812da6</id>
<content type='text'>
Adds commit 3b692df ("olddefconfig: Add script"), which bundles a new
script that mimics 'make olddefconfig'. This could also be accomplished
by entering the menuconfig interface and saving, but its more awkward.

Some minor internal documentation clarifications and cleanups are
included as well:

 - Commit 53db3ee ("Clarify node_iter() documentation re. iteration order")

 - Commit c1dcaa3 ("Refactor parsing to get rid of _saved_line")

 - Commit 6aab113 ("Don't set filename and linenr on 'if' menu nodes")
</content>
</entry>
<entry>
<title>olddefconfig: Add script</title>
<updated>2018-10-01T02:17:13Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T01:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=3b692df8996f5ce55037f5340a6e92db8ad4df67'/>
<id>urn:sha1:3b692df8996f5ce55037f5340a6e92db8ad4df67</id>
<content type='text'>
Works like 'make olddefconfig', updating a configuration by filling in
default values for all new symbols.

This could also be accomplished by entering the 'menuconfig' interface
and saving the configuration, but it's more awkward and less obvious.

Piggyback two oldconfig changes:

 - Mention KCONFIG_CONFIG

 - Check if the .config file exists before parsing the Kconfig files,
   instead of after
</content>
</entry>
<entry>
<title>Don't set filename and linenr on 'if' menu nodes</title>
<updated>2018-09-30T22:27:08Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-09-30T22:01:46Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=6aab113523a52c2767832a3df35c6c82d3197c60'/>
<id>urn:sha1:6aab113523a52c2767832a3df35c6c82d3197c60</id>
<content type='text'>
There's no way to query them later, as 'if's get flattened and removed,
and they're not needed during parsing either.
</content>
</entry>
</feed>
