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

2015-07-05 Thread Martin Walch
On Thursday 02 July 2015 22:06:26 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

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

2015-07-05 Thread Martin Walch
On Thursday 02 July 2015 22:06:26 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)

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

2015-07-03 Thread Paul Bolle
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

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

2015-07-03 Thread Paul Bolle
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

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

2015-07-02 Thread Michal Marek
Dne 2.7.2015 v 15:04 Martin Walch napsal(a): > 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

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

2015-07-02 Thread Martin Walch
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

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

2015-07-02 Thread Martin Walch
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

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

2015-07-02 Thread Michal Marek
Dne 2.7.2015 v 15:04 Martin Walch napsal(a): 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

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

2015-06-15 Thread Michal Marek
On 2015-06-15 13:59, Jan Beulich wrote: > 1: allow use of relations other than (in)equality > 2: re-generate *.c_shipped files after previous change > > Signed-off-by: Jan Beulich Applied to kbuild.git#kconfig now, thanks. Michal -- To unsubscribe from this list: send the line "unsubscribe

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

2015-06-15 Thread Jan Beulich
1: allow use of relations other than (in)equality 2: re-generate *.c_shipped files after previous change Signed-off-by: Jan Beulich --- Note that while benign for the first patch, the second patch can only be applied cleanly on top of "kconfig: don't silently ignore unhandled characters" (commit

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

2015-06-15 Thread Jan Beulich
1: allow use of relations other than (in)equality 2: re-generate *.c_shipped files after previous change Signed-off-by: Jan Beulich jbeul...@suse.com --- Note that while benign for the first patch, the second patch can only be applied cleanly on top of kconfig: don't silently ignore unhandled

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

2015-06-15 Thread Michal Marek
On 2015-06-15 13:59, Jan Beulich wrote: 1: allow use of relations other than (in)equality 2: re-generate *.c_shipped files after previous change Signed-off-by: Jan Beulich jbeul...@suse.com Applied to kbuild.git#kconfig now, thanks. Michal -- To unsubscribe from this list: send the line