<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git, branch v12.6.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v12.6.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v12.6.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2019-06-20T23:57:52Z</updated>
<entry>
<title>Make 12.6.0 release</title>
<updated>2019-06-20T23:57:52Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-20T23:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=d3f13ee9a825b27e3175648ae5f0bb8bd344da12'/>
<id>urn:sha1:d3f13ee9a825b27e3175648ae5f0bb8bd344da12</id>
<content type='text'>
Makes set_value() smarter about saving redundant work, in commit f2ac5e3
("Make set_value() no-change check work for "n"/"m"/"y" strings").
</content>
</entry>
<entry>
<title>Clarify that set_value() takes a string for int/hex</title>
<updated>2019-06-20T23:57:52Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-20T23:56:24Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=438e54c3184c80059b523dbc7b386983b6589554'/>
<id>urn:sha1:438e54c3184c80059b523dbc7b386983b6589554</id>
<content type='text'>
Worth pointing out explicitly.
</content>
</entry>
<entry>
<title>Make set_value() no-change check work for "n"/"m"/"y" strings</title>
<updated>2019-06-20T23:47:02Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-20T23:07:37Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=f2ac5e3c03c34d13b818ba64441fd6511d8f75a4'/>
<id>urn:sha1:f2ac5e3c03c34d13b818ba64441fd6511d8f75a4</id>
<content type='text'>
Convert "n"/"m"/"y" to 0/1/2 earlier, so that e.g. sym.set_value("y")
is recognized as a no-op when sym.user_value == 2.

This also helps when loading several configuration files that assign
some of the same symbols, because load_config() calls set_value() with
"n"/"m"/"y".

This could also cut down on the number of times a particular warning is
displayed when loading lots of overlapping configuration files.
</content>
</entry>
<entry>
<title>Clean up _load_config() a bit</title>
<updated>2019-06-20T23:38:23Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-20T21:38:27Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=823f6952a18c200fccfbd5e54c32c78289ed8570'/>
<id>urn:sha1:823f6952a18c200fccfbd5e54c32c78289ed8570</id>
<content type='text'>
 - Reorganize symbol fetching to remove some duplicated _undef_assign()
   calls

 - Move duplicated assignment warning generation into an
   _assigned_twice() helper function
</content>
</entry>
<entry>
<title>Use 'change' instead of 'convert' re. changing LC_CTYPE</title>
<updated>2019-06-15T20:13:34Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-15T20:13:34Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=f1e6f328bf30a7a88c5a48a863bdd55aed896b1e'/>
<id>urn:sha1:f1e6f328bf30a7a88c5a48a863bdd55aed896b1e</id>
<content type='text'>
Might be less confusing in the context of locales.
</content>
</entry>
<entry>
<title>Make 12.5.0 release</title>
<updated>2019-06-15T19:45:20Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-15T19:44:07Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=5990c1059b4c1c09fc0231ca925f044256fe6400'/>
<id>urn:sha1:5990c1059b4c1c09fc0231ca925f044256fe6400</id>
<content type='text'>
Adds commit 0c79d23 ("menuconfig: Be silent when changing LC_CTYPE to a
UTF-8 locale").
</content>
</entry>
<entry>
<title>menuconfig: Be silent when changing LC_CTYPE to a UTF-8 locale</title>
<updated>2019-06-15T19:36:43Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-15T19:36:43Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=0c79d2332c85123b5f83be8fa06d5ce5cb261f4e'/>
<id>urn:sha1:0c79d2332c85123b5f83be8fa06d5ce5cb261f4e</id>
<content type='text'>
Having LC_ALL=C and the like in Makefiles is probably pretty common, to
get consistent collation and messages from commands and stuff. It
currently makes menuconfig.py spit out a warning about changing the
locale to a UTF-8 locale though.

Just remove the message, and silently change the locale. The Python 3.7
PEP 538 code is silent as well.
</content>
</entry>
<entry>
<title>Move .close() to a better spot in _leave_file()</title>
<updated>2019-06-15T16:25:18Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-15T16:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=b9396c0b9053d85bdf3b28a7dc6660825c822354'/>
<id>urn:sha1:b9396c0b9053d85bdf3b28a7dc6660825c822354</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hint towards sym.config_string where _write_to_conf is used</title>
<updated>2019-06-13T18:35:30Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-13T18:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=7c08c04080973ff3b723a43663f6dce378e517d7'/>
<id>urn:sha1:7c08c04080973ff3b723a43663f6dce378e517d7</id>
<content type='text'>
It's pretty subtle that sym.config_string can be used instead of the
internal sym._write_to_conf variable in client code. Mention it in
comments near where _write_to_conf is used.

Seen client code access _write_to_conf a few times now. No plans to
remove it though, so it'll most likely keep working.
</content>
</entry>
<entry>
<title>Add Python 3.8 trove classifier</title>
<updated>2019-06-11T21:17:24Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-11T21:17:24Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=d204d572d61ca01b3a38fea229a438d108460f9b'/>
<id>urn:sha1:d204d572d61ca01b3a38fea229a438d108460f9b</id>
<content type='text'>
Tested, works fine.
</content>
</entry>
</feed>
