Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1175954

Re: [PATCH 0/2] kconfig: allow use of relations other than (in)equality

From Martin Walch <walch.martin@web.de>
Newsgroups linux.kernel
Subject Re: [PATCH 0/2] kconfig: allow use of relations other than (in)equality
Date 2015-07-02 15:10 +0200
Message-ID <pHMpA-36y-7@gated-at.bofh.it> (permalink)
References <pBBdw-2sp-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

> 1: allow use of relations other than (in)equality

I know it is a bit late for objections. Still, I want to point out that
this looks to me like a major extension to the language.

Kconfig is a configuration language, and as far as I can tell it is
(intentionally) not Turing complete to keep the configuration simple and
controllable. All relations that have been defined so far check for equality
(or for being not equal). The new relations "<=", ">=", "<", and ">" add more
expressiveness, potentially making the language actually more complex and
reasoning harder.

Once the new relations are added, it will be hard to get rid of them again.
So, should this patch be reconsidered?

Regards,
Martin Walch
-- 

--
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 | NextNext in thread | Find similar | Unroll thread


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