<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git, branch v10.39.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.39.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.39.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2019-03-06T03:17:00Z</updated>
<entry>
<title>Make 10.39.0 release</title>
<updated>2019-03-06T03:17:00Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-06T03:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=a14fd133ed54c236289b0e11607805161f0e8415'/>
<id>urn:sha1:a14fd133ed54c236289b0e11607805161f0e8415</id>
<content type='text'>
 - Commit 132e579 ("Give more helpful error messages when files are
   missing") makes the hint in error messages for missing files more
   helpful.

 - Commit faa4476 ("setconfig: Fix help text format") fixes the format
   of 'setconfig --help'.

 - Commit 553cca8 ("Use a consistent style in small utilities") and
   commit 66557ed ("Use a consistent style in examples") cleans the
   utilities and examples up a bit and removes some unused imports.
</content>
</entry>
<entry>
<title>setconfig: Fix help text format</title>
<updated>2019-03-06T03:14:59Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-06T03:11:08Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=faa4476260b60a0e3bec1c253213e50e6d4ce96e'/>
<id>urn:sha1:faa4476260b60a0e3bec1c253213e50e6d4ce96e</id>
<content type='text'>
Need to use RawDescriptionHelpFormatter to preserve newlines in the
description.

Also fix a typo in the help text (s/assignments/assignment/)
</content>
</entry>
<entry>
<title>Give more helpful error messages when files are missing</title>
<updated>2019-03-06T02:51:04Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-06T02:21:08Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=132e579cb8e4bdd49eb057ea81f5f8528ff80cf9'/>
<id>urn:sha1:132e579cb8e4bdd49eb057ea81f5f8528ff80cf9</id>
<content type='text'>
The current error message talks a lot about $srctree, but $srctree is
seldom the culprit in practice. More common is
'source "$(SOME_ENV_VAR)/foo"`, where SOME_ENV_VAR hasn't been set.

Include the complete 'source ...' line for missing Kconfig files, and
mention unset environment variables as a hint. Only mention $srctree
briefly.

Also shorten the message when a .config can't be a found a bit. This
message would usually only be seen when working directly with the
library.
</content>
</entry>
<entry>
<title>Use a consistent style in examples</title>
<updated>2019-03-06T01:15:29Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-06T01:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=66557edc120faac569004ba2bc426c5ac6a1100b'/>
<id>urn:sha1:66557edc120faac569004ba2bc426c5ac6a1100b</id>
<content type='text'>
Also remove some unused imports.
</content>
</entry>
<entry>
<title>Use a consistent style in small utilities</title>
<updated>2019-03-06T01:03:41Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-06T00:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=553cca8e7417ad863b923758e6d402296d05de9c'/>
<id>urn:sha1:553cca8e7417ad863b923758e6d402296d05de9c</id>
<content type='text'>
Also remove some no longer used imports.
</content>
</entry>
<entry>
<title>genconfig: Get rid of DESCRIPTION variable</title>
<updated>2019-03-06T00:55:57Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-06T00:55:57Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=b07c2053de324d974521c83e7a073ff1330b74d8'/>
<id>urn:sha1:b07c2053de324d974521c83e7a073ff1330b74d8</id>
<content type='text'>
Used in a single place.
</content>
</entry>
<entry>
<title>Fix typo in comment</title>
<updated>2019-03-06T00:48:40Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-06T00:48:40Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=c1086af2349e7d92c0a3b47da11cfc76cdd1df90'/>
<id>urn:sha1:c1086af2349e7d92c0a3b47da11cfc76cdd1df90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make 10.38.0 release</title>
<updated>2019-02-23T14:58:01Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-02-23T14:58:01Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=6b75d1589e06bafca7cb70205b435fe3e01b9f96'/>
<id>urn:sha1:6b75d1589e06bafca7cb70205b435fe3e01b9f96</id>
<content type='text'>
Adds a small documentation improvement in commit 99a7af7 ("Document that
kconfig_filenames keeps absolute paths as-is").
</content>
</entry>
<entry>
<title>Fix spelling in comment</title>
<updated>2019-02-23T14:57:29Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-02-23T14:49:07Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=e13477f236bf8a7ea5022ef9c3ce714fea0a3670'/>
<id>urn:sha1:e13477f236bf8a7ea5022ef9c3ce714fea0a3670</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Shorten Symbol/Choice.referenced()</title>
<updated>2019-02-23T14:57:29Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-02-23T14:55:11Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=dcd6a07dccbde8826bcbfc00b9b22269cb551ddc'/>
<id>urn:sha1:dcd6a07dccbde8826bcbfc00b9b22269cb551ddc</id>
<content type='text'>
Use a set comprehension.
</content>
</entry>
</feed>
