<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/kconfigtest.py, branch v2.2.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v2.2.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v2.2.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2012-12-12T11:33:04Z</updated>
<entry>
<title>Rename kconfigtest.py to testsuite.py.</title>
<updated>2012-12-12T11:33:04Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-12T11:33:04Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=4ace25797397d28a877a30555366de38da1da33b'/>
<id>urn:sha1:4ace25797397d28a877a30555366de38da1da33b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Break encapsulation a bit to clarify code.</title>
<updated>2012-12-12T10:43:05Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-12T10:43:05Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=7b0c82e7709d7208df1dae74677ad3783c2d9fbb'/>
<id>urn:sha1:7b0c82e7709d7208df1dae74677ad3783c2d9fbb</id>
<content type='text'>
Perhaps the public API should be properties instead of functions for
things like .name that are very unlikely to not be static as well. Would
take more work to document though.
</content>
</entry>
<entry>
<title>Clarify test_defconfig() description.</title>
<updated>2012-12-12T10:18:20Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-12T10:18:20Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=9932073771d52d513b5e67fde097acc5cf906796'/>
<id>urn:sha1:9932073771d52d513b5e67fde097acc5cf906796</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-enable set_user_value() warning for symbols with no prompts.</title>
<updated>2012-12-12T10:16:11Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-12T10:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=c6c21b2455a8ffc20c8fb5b4bedbd9a2d2eb7dab'/>
<id>urn:sha1:c6c21b2455a8ffc20c8fb5b4bedbd9a2d2eb7dab</id>
<content type='text'>
Disable warnings in allnoconfig_simpler.py instead.
</content>
</entry>
<entry>
<title>Always count non-bool/tristate symbols as 'n' in tristate context.</title>
<updated>2012-12-12T03:22:44Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-12T03:18:50Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=9914968a94481f84ad0d9cfcb1f5e85334626042'/>
<id>urn:sha1:9914968a94481f84ad0d9cfcb1f5e85334626042</id>
<content type='text'>
Previously a string symbol that happened to have the value "y" would
count as "y" in tristate context, which is incorrect.
</content>
</entry>
<entry>
<title>Rename APIs to be more consistent and intuitive.</title>
<updated>2012-12-11T14:18:10Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-11T14:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=e32946d785274c4d33b63a7748ca6e1f733de331'/>
<id>urn:sha1:e32946d785274c4d33b63a7748ca6e1f733de331</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove calc_default_value().</title>
<updated>2012-12-11T12:38:23Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-11T12:38:23Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=2e650535356dd29b0196ec7e51a3093bd2d700a8'/>
<id>urn:sha1:2e650535356dd29b0196ec7e51a3093bd2d700a8</id>
<content type='text'>
It's a weird and probably pretty useless API.
</content>
</entry>
<entry>
<title>Add selftests for get_user_value().</title>
<updated>2012-12-11T12:10:16Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-11T12:10:16Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=a55e3d29246cb9e480e36c925b268892f29e8f98'/>
<id>urn:sha1:a55e3d29246cb9e480e36c925b268892f29e8f98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add selftests for is_optional().</title>
<updated>2012-12-11T11:07:34Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-11T11:07:34Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=0eb086ab783048b84ce8e08f676c43a0542509ff'/>
<id>urn:sha1:0eb086ab783048b84ce8e08f676c43a0542509ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make get_defconfig_filename() selftest more comprehensive.</title>
<updated>2012-12-11T10:49:55Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-11T10:49:55Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=52745ee2f23470a9da73769f61847c8435eedd13'/>
<id>urn:sha1:52745ee2f23470a9da73769f61847c8435eedd13</id>
<content type='text'>
</content>
</entry>
</feed>
