lkml.org 
[lkml]   [2015]   [Jul]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/2] kconfig: warn of unhandled characters in Kconfig commands
Date
This patchset changes the lexer file to emit a warning if any unhandled
characters are found in the input. So far, Kconfig options like

+config FOO
bool
[...]

(note the wrong '+'!) were parsed without a warning. As simply adding a
warning for '.' produces lots of warnings as occasionally '---help---'
is used instead of 'help' (and thus '-' is recognized as an unhandled
character), we need to handle '---help---' separately.


Andreas Ruprecht (2):
kconfig: warn of unhandled characters in Kconfig commands
kconfig: Regenerate shipped zconf.{hash,lex}.c files

scripts/kconfig/zconf.gperf | 1 +
scripts/kconfig/zconf.hash.c_shipped | 58 +++++++++--------
scripts/kconfig/zconf.l | 18 ++++--
scripts/kconfig/zconf.lex.c_shipped | 120 +++++++++++++++++++----------------
4 files changed, 110 insertions(+), 87 deletions(-)

--
1.9.1



\
 
 \ /
  Last update: 2015-07-07 12:41    [W:1.115 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site