Re: [PATCH 2/2] keytable: Remove comments before processing keymaps

2019-07-02 Thread Bastien Nocera
On Tue, 2019-07-02 at 12:44 +0100, Sean Young wrote: > On Tue, Jul 02, 2019 at 11:43:39AM +0200, Bastien Nocera wrote: > > On Tue, 2019-07-02 at 10:08 +0100, Sean Young wrote: > > > On Mon, Jul 01, 2019 at 06:38:13PM +0200, Bastien Nocera wrote: > > > > Do our best to remove comments from each line

Re: [PATCH 2/2] keytable: Remove comments before processing keymaps

2019-07-02 Thread Sean Young
On Tue, Jul 02, 2019 at 11:43:39AM +0200, Bastien Nocera wrote: > On Tue, 2019-07-02 at 10:08 +0100, Sean Young wrote: > > On Mon, Jul 01, 2019 at 06:38:13PM +0200, Bastien Nocera wrote: > > > Do our best to remove comments from each line we process from the > > > keymap > > > sources, so as to avo

Re: [PATCH 2/2] keytable: Remove comments before processing keymaps

2019-07-02 Thread Bastien Nocera
On Tue, 2019-07-02 at 10:08 +0100, Sean Young wrote: > On Mon, Jul 01, 2019 at 06:38:13PM +0200, Bastien Nocera wrote: > > Do our best to remove comments from each line we process from the > > keymap > > sources, so as to avoid commented duplicates and false positives > > sneaking in to the keymap

Re: [PATCH 2/2] keytable: Remove comments before processing keymaps

2019-07-02 Thread Bastien Nocera
On Tue, 2019-07-02 at 10:08 +0100, Sean Young wrote: > On Mon, Jul 01, 2019 at 06:38:13PM +0200, Bastien Nocera wrote: > > Do our best to remove comments from each line we process from the > > keymap > > sources, so as to avoid commented duplicates and false positives > > sneaking in to the keymap

Re: [PATCH 2/2] keytable: Remove comments before processing keymaps

2019-07-02 Thread Sean Young
On Mon, Jul 01, 2019 at 06:38:13PM +0200, Bastien Nocera wrote: > Do our best to remove comments from each line we process from the keymap > sources, so as to avoid commented duplicates and false positives > sneaking in to the keymap definitions. > > Signed-off-by: Bastien Nocera > --- > utils/k

[PATCH 2/2] keytable: Remove comments before processing keymaps

2019-07-01 Thread Bastien Nocera
Do our best to remove comments from each line we process from the keymap sources, so as to avoid commented duplicates and false positives sneaking in to the keymap definitions. Signed-off-by: Bastien Nocera --- utils/keytable/gen_keytables.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git