Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1176420
| From | Paul Bolle <pebolle@tiscali.nl> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/2] kconfig: allow use of relations other than (in)equality |
| Date | 2015-07-03 11:20 +0200 |
| Message-ID | <pI5ix-6Fa-5@gated-at.bofh.it> (permalink) |
| References | <pBBdw-2sp-23@gated-at.bofh.it> <pHMpA-36y-7@gated-at.bofh.it> <pHSY1-7hc-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On do, 2015-07-02 at 22:06 +0200, Michal Marek wrote: > The patch just adds four new binary operations of the same order as > the > existing == and !=, with a the semantics that everybody expects. And > the > grammar for kconfig expressions is so simplistic that you cannot even > write things like (A && B) == (C && D). So turing completeness is not > a > topic here, neither before nor after this patch. So, if you're worried by the complexity added by allowing these operations, you might considering keeping an eye out for patches that use them. Because, obviously, the review of those patches could also be used to demonstrate their downsides. Actually, since DEBUG_UART_8250_WORD already uses ">=", and that's now become legal, perhaps the downsides can already be demonstrated. Thanks, Paul Bolle -- 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 — Previous in thread | Find similar | Unroll thread
Re: [PATCH 0/2] kconfig: allow use of relations other than (in)equality Martin Walch <walch.martin@web.de> - 2015-07-02 15:10 +0200 Re: [PATCH 0/2] kconfig: allow use of relations other than (in)equality Paul Bolle <pebolle@tiscali.nl> - 2015-07-03 11:20 +0200
csiph-web