Re: [PATCH v8] checkkconfigsymbols.sh: reimplementation in python

2014-10-19 Thread Valentin Rothberg
On Wed, Oct 8, 2014 at 3:39 PM, Michal Marek wrote: > On 2014-10-04 11:29, Valentin Rothberg wrote: >> On Wed, Oct 1, 2014 at 4:58 PM, Michal Marek wrote: >>> On 2014-09-29 19:05, Valentin Rothberg wrote: The scripts/checkkconfigsymbols.sh script searches Kconfig features in the source

Re: [PATCH v8] checkkconfigsymbols.sh: reimplementation in python

2014-10-08 Thread Michal Marek
On 2014-10-04 11:29, Valentin Rothberg wrote: > On Wed, Oct 1, 2014 at 4:58 PM, Michal Marek wrote: >> On 2014-09-29 19:05, Valentin Rothberg wrote: >>> The scripts/checkkconfigsymbols.sh script searches Kconfig features >>> in the source code that are not defined in Kconfig. Such identifiers >>>

Re: [PATCH v8] checkkconfigsymbols.sh: reimplementation in python

2014-10-04 Thread Valentin Rothberg
On Wed, Oct 1, 2014 at 4:58 PM, Michal Marek wrote: > On 2014-09-29 19:05, Valentin Rothberg wrote: >> The scripts/checkkconfigsymbols.sh script searches Kconfig features >> in the source code that are not defined in Kconfig. Such identifiers >> always evaluate to false and are the source of vario

Re: [PATCH v8] checkkconfigsymbols.sh: reimplementation in python

2014-10-01 Thread Michal Marek
On 2014-09-29 19:05, Valentin Rothberg wrote: > The scripts/checkkconfigsymbols.sh script searches Kconfig features > in the source code that are not defined in Kconfig. Such identifiers > always evaluate to false and are the source of various kinds of bugs. > However, the shell script is slow and