<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/kconfiglib.py, branch v2.0.1</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v2.0.1</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v2.0.1'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2017-11-09T18:36:58Z</updated>
<entry>
<title>Reenable accidentally disabled no-prompt warning</title>
<updated>2017-11-09T18:36:58Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-09T18:17:55Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=3832555f3ffa40ec4f7157a95e4c333d83621b39'/>
<id>urn:sha1:3832555f3ffa40ec4f7157a95e4c333d83621b39</id>
<content type='text'>
Warnings for assignments to promptless symbols should be enabled
directly after Kconfig parsing. Braino from inverting the meaning of the
flag earlier.

The flag got properly reset after loading a .config.
</content>
</entry>
<entry>
<title>Remove left-over misleading property comment</title>
<updated>2017-11-09T18:01:55Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-09T17:58:41Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=728109bf2915c679cfdc978811e4b233ebab281f'/>
<id>urn:sha1:728109bf2915c679cfdc978811e4b233ebab281f</id>
<content type='text'>
Versions of properties without parent dependencies propagated aren't
saved anymore (though it'd be easy to add back if needed).
</content>
</entry>
<entry>
<title>Update documentation to sync. with updated README</title>
<updated>2017-11-07T07:40:16Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-07T03:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=8d206f1c7f6e90466869782086abdbe99dc0834a'/>
<id>urn:sha1:8d206f1c7f6e90466869782086abdbe99dc0834a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/overriden/overridden/</title>
<updated>2017-11-07T03:34:30Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-07T03:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=80a134251e1ea0125e872a91fbc4d3e42c97b341'/>
<id>urn:sha1:80a134251e1ea0125e872a91fbc4d3e42c97b341</id>
<content type='text'>
Add test coverage for that Choice.__repr__() path too.
</content>
</entry>
<entry>
<title>Polish Symbol, Choice, and MenuNode docs</title>
<updated>2017-11-07T03:24:16Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-07T03:24:16Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=b449a039ab57c4965bb935a3806d1fe54a6ae811'/>
<id>urn:sha1:b449a039ab57c4965bb935a3806d1fe54a6ae811</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify n/m/y to constant symbol translation</title>
<updated>2017-11-06T13:30:38Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-06T13:30:38Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=9ae20082de3ea350aec2a4dfa7306f94b6e76435'/>
<id>urn:sha1:9ae20082de3ea350aec2a4dfa7306f94b6e76435</id>
<content type='text'>
Hit way too seldomly for it to make a performance difference, but a bit
neater. We know n, m, and y already exist since they're precreated.
</content>
</entry>
<entry>
<title>Get rid of Choice.default_selection</title>
<updated>2017-11-06T07:41:41Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-06T07:41:41Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=cf117de31fc793db6ba5c67c9aa8af06b1e2f69f'/>
<id>urn:sha1:cf117de31fc793db6ba5c67c9aa8af06b1e2f69f</id>
<content type='text'>
Was only used by allyesconfig.py. Easy to add back if needed at any
point.
</content>
</entry>
<entry>
<title>Polish some Symbol and Choice docs</title>
<updated>2017-11-06T07:23:35Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-06T07:23:24Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=dda3a6d1a87a366de10ac635331c1ee982c85c41'/>
<id>urn:sha1:dda3a6d1a87a366de10ac635331c1ee982c85c41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Polish the module documentation</title>
<updated>2017-11-06T06:54:43Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-06T06:53:31Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=d89d9ef1dbcae3cfca8ff8a39da6f77cc247e6e3'/>
<id>urn:sha1:d89d9ef1dbcae3cfca8ff8a39da6f77cc247e6e3</id>
<content type='text'>
Doing a (hopefully) final pass through the docs before release.
</content>
</entry>
<entry>
<title>Rename _RELATION_TO_STR to _REL_TO_STR</title>
<updated>2017-11-06T03:26:36Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-06T03:26:15Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=0769281513fe2c8448e74a732358c0cd856e5d3e'/>
<id>urn:sha1:0769281513fe2c8448e74a732358c0cd856e5d3e</id>
<content type='text'>
Consistent with e.g. _TOKEN_TO_REL.
</content>
</entry>
</feed>
