Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1176879
| From | Ulf Magnusson <ulfalizer.lkml@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/2] kconfig: also warn of unhandled characters in statements |
| Date | 2015-07-05 10:50 +0200 |
| Message-ID | <pINMB-Ad-7@gated-at.bofh.it> (permalink) |
| References | <pI8zL-7J-7@gated-at.bofh.it> <pI8zM-7J-15@gated-at.bofh.it> <pINMB-Ad-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, Jul 4, 2015 at 11:33 AM, Paul Bolle <pebolle@tiscali.nl> wrote:
> On vr, 2015-07-03 at 14:46 +0200, Andreas Ruprecht wrote:
>> While commit 2e0d737fc76f ("kconfig: don't silently ignore unhandled
>> characters") introduced a warning for unsupported characters inside
>> parameters,
>
> What are "parameters"? The term doesn't show up in Documentation/kbuild.
>
zconf.l parses each line like "<COMMAND> <PARAM> <PARAM> ...", with a slightly
different set of characters allowed for <COMMAND> and <PARAM> (for whatever
reason). I agree that that's not clear from the commit message alone though.
(As a side note, that Flex/gperf split seems kinda odd to me. Does anyone know
of a good reason why more lexing wasn't done in zconf.l? Is it an optimization
attempt?)
Cheers,
Ulf
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 1/2] kconfig: also warn of unhandled characters in statements Ulf Magnusson <ulfalizer.lkml@gmail.com> - 2015-07-05 10:50 +0200
csiph-web