<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/testsuite.py, branch v2.0.2</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v2.0.2</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v2.0.2'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2017-11-10T07:46:28Z</updated>
<entry>
<title>Fix a few typos</title>
<updated>2017-11-10T07:46:28Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-10T07:46:28Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=8757ff9ae1d23499ed58ee8ea6f1fb578603d2c7'/>
<id>urn:sha1:8757ff9ae1d23499ed58ee8ea6f1fb578603d2c7</id>
<content type='text'>
Clean up some formatting a bit too.
</content>
</entry>
<entry>
<title>Add a release test script</title>
<updated>2017-11-08T10:14:57Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-08T10:11:26Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=bac2790485ad61cf8f06de4017ff8c88f652eca8'/>
<id>urn:sha1:bac2790485ad61cf8f06de4017ff8c88f652eca8</id>
<content type='text'>
Confirms that all the examples that aren't tested in the test suite at
least run. Easy to miss brokenness there. Output can be inspected
manually (it'll vary depending on the kernel version).

Fix defconfig_oldconfig.py, which hadn't been properly updated for the
new API.
</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>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>Fix test suite Python 3 syntax error</title>
<updated>2017-11-04T11:51:11Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-04T11:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=419f1bc50a04500761290d27c050996f9ba39e94'/>
<id>urn:sha1:419f1bc50a04500761290d27c050996f9ba39e94</id>
<content type='text'>
"List comprehensions no longer support the...",
https://docs.python.org/3.0/whatsnew/3.0.html
</content>
</entry>
<entry>
<title>Don't put 0 in .assignable for y-mode choice syms</title>
<updated>2017-11-04T00:21:06Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-04T00:15:34Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=534d54ef1ea8a606987dae15bc3a4585833b301b'/>
<id>urn:sha1:534d54ef1ea8a606987dae15bc3a4585833b301b</id>
<content type='text'>
Just return (2,). More intuitive, and makes y-mode choices just work in
the menuconfig example.

Turns out to be simple to implement with choice symbol visibility
depending on the Choice.
</content>
</entry>
<entry>
<title>Return False from set_value() for invalid values</title>
<updated>2017-11-03T23:46:41Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-03T23:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=2c04862d0a2c05430df878b8fddbe01df139b37a'/>
<id>urn:sha1:2c04862d0a2c05430df878b8fddbe01df139b37a</id>
<content type='text'>
Usability improvement discovered while putting together menuconfig
example. Would have to duplicate validity checking otherwise.

Also reject negative values for HEX symbols, just to be compatible with
the C implementation.

Keep TRI_TO_STR and STR_TO_TRI public. They're pretty handy even if
they're trivial.
</content>
</entry>
<entry>
<title>Fix error in comment</title>
<updated>2017-11-03T08:31:34Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-03T08:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=c4d015a282ca4e99c670d2390605a7901c3f7e94'/>
<id>urn:sha1:c4d015a282ca4e99c670d2390605a7901c3f7e94</id>
<content type='text'>
s/absolute/relative/
</content>
</entry>
<entry>
<title>Remove outdated comment</title>
<updated>2017-11-03T08:27:20Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-03T08:27:20Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=1a99571978e5c9aab23bbcc54d670d4afa23e62a'/>
<id>urn:sha1:1a99571978e5c9aab23bbcc54d670d4afa23e62a</id>
<content type='text'>
Used to set a bunch of other options too on MODULES in the test, but
it's cleaner to do it separately.
</content>
</entry>
<entry>
<title>Remove outdated TODO comment</title>
<updated>2017-11-03T08:18:11Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-03T08:18:11Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=f9335c35a97c4f912524a651bb81448f8490a204'/>
<id>urn:sha1:f9335c35a97c4f912524a651bb81448f8490a204</id>
<content type='text'>
Tests for .assignable have been added.
</content>
</entry>
</feed>
