Re: [PATCH] searchidx: index "diff --git a/... b/..." headers

2021-11-08 Thread Eric Wong
Rob Herring wrote: > On Mon, Nov 8, 2021 at 9:12 PM Eric Wong wrote: > > I think 's:patch' should be sufficient, don't think there's > > many false-positives on that front, actually. > > It's at least 's:patch OR s:rfc OR s:resend'. That catches all but the > few creative folks that come up

Re: [PATCH] searchidx: index "diff --git a/... b/..." headers

2021-11-08 Thread Rob Herring
On Mon, Nov 8, 2021 at 9:12 PM Eric Wong wrote: > > Rob Herring wrote: > > On Mon, Nov 8, 2021 at 3:27 PM Eric Wong wrote: > > > > > > Rob Herring wrote: > > > > On Mon, Nov 8, 2021 at 2:22 PM Konstantin Ryabitsev > > > > > I think 's:patch AND nq:diff' is a good option here. > > > > > > > >

Re: [PATCH] searchidx: index "diff --git a/... b/..." headers

2021-11-08 Thread Eric Wong
Rob Herring wrote: > On Mon, Nov 8, 2021 at 3:27 PM Eric Wong wrote: > > > > Rob Herring wrote: > > > On Mon, Nov 8, 2021 at 2:22 PM Konstantin Ryabitsev > > > > I think 's:patch AND nq:diff' is a good option here. > > > > > > Not even close really. That mainly finds my replies with 'diff' in >

Re: [PATCH] searchidx: index "diff --git a/... b/..." headers

2021-11-08 Thread Rob Herring
On Mon, Nov 8, 2021 at 3:27 PM Eric Wong wrote: > > Rob Herring wrote: > > On Mon, Nov 8, 2021 at 2:22 PM Konstantin Ryabitsev > > > I think 's:patch AND nq:diff' is a good option here. > > > > Not even close really. That mainly finds my replies with 'diff' in > > them. I'm not sure why, but it

[PATCH] build: do not repeatedly build some docs

2021-11-08 Thread Eric Wong
Text versions of manpages do not need to be generated for normal installations, they're only used for generating HTML and our amazing, award-winning homepage. We'll also rely on touch(1) instead of Perl utime to benefit users w/o git-set-file-times in txt2pre. Perl numeric values cannot

[PATCH] lei q|up: fix saved searches for single-phrase search

2021-11-08 Thread Eric Wong
`"' (double-quote) needs to be quoted for stdin searches. We also need to differentiate between "lei q --stdin" usage when calling "lei up", do it by setting an internal "rawstr" knob to ensure we can parse the config properly regardless of whether the initial search used --stdin or not. ---

Re: lei: incorrect quoting on saved searches (was Re: lore+lei: getting started)

2021-11-08 Thread Eric Wong
Konstantin Ryabitsev wrote: > On Mon, Nov 08, 2021 at 09:48:36PM +, Eric Wong wrote: > > > Hmm... I noticed that when I `lei edit-search` the initial query that was > > > causing quoting issues, I get the following: > > > > > > [lei] > > > q = (dfn:drivers OR dfn:arch OR

Re: lei: incorrect quoting on saved searches (was Re: lore+lei: getting started)

2021-11-08 Thread Konstantin Ryabitsev
On Mon, Nov 08, 2021 at 09:48:36PM +, Eric Wong wrote: > > Hmm... I noticed that when I `lei edit-search` the initial query that was > > causing quoting issues, I get the following: > > > > [lei] > > q = (dfn:drivers OR dfn:arch OR dfn:Documentation OR > > dfn:include OR

Re: lei: incorrect quoting on saved searches (was Re: lore+lei: getting started)

2021-11-08 Thread Eric Wong
Konstantin Ryabitsev wrote: > On Mon, Nov 08, 2021 at 08:49:23PM +, Eric Wong wrote: > > Konstantin Ryabitsev wrote: > > > On Mon, Nov 08, 2021 at 01:49:07PM -0600, Rob Herring wrote: > > > > > > > lei q -I https://lore.kernel.org/all/ -o ~/Mail/floppy \ > > > > > --threads

Re: lei: incorrect quoting on saved searches (was Re: lore+lei: getting started)

2021-11-08 Thread Konstantin Ryabitsev
On Mon, Nov 08, 2021 at 08:49:23PM +, Eric Wong wrote: > Konstantin Ryabitsev wrote: > > On Mon, Nov 08, 2021 at 01:49:07PM -0600, Rob Herring wrote: > > > > Moving this to meta. > > I don't think workflows should've been dropped, though. > > > > > lei q -I https://lore.kernel.org/all/

[PATCH] searchidx: index "diff --git a/... b/..." headers

2021-11-08 Thread Eric Wong
Rob Herring wrote: > On Mon, Nov 8, 2021 at 2:22 PM Konstantin Ryabitsev > > I think 's:patch AND nq:diff' is a good option here. > > Not even close really. That mainly finds my replies with 'diff' in > them. I'm not sure why, but it misses most actual patches: > >

Re: lei: incorrect quoting on saved searches (was Re: lore+lei: getting started)

2021-11-08 Thread Rob Herring
On Mon, Nov 8, 2021 at 2:22 PM Konstantin Ryabitsev wrote: > > On Mon, Nov 08, 2021 at 01:49:07PM -0600, Rob Herring wrote: > > Moving this to meta. > > > > lei q -I https://lore.kernel.org/all/ -o ~/Mail/floppy \ > > > --threads --dedupe=mid \ > > > '(dfn:drivers/block/floppy.c

Re: lei: incorrect quoting on saved searches (was Re: lore+lei: getting started)

2021-11-08 Thread Eric Wong
Konstantin Ryabitsev wrote: > On Mon, Nov 08, 2021 at 01:49:07PM -0600, Rob Herring wrote: > > Moving this to meta. I don't think workflows should've been dropped, though. > > > lei q -I https://lore.kernel.org/all/ -o ~/Mail/floppy \ > > > --threads --dedupe=mid \ > > >

lei: incorrect quoting on saved searches (was Re: lore+lei: getting started)

2021-11-08 Thread Konstantin Ryabitsev
On Mon, Nov 08, 2021 at 01:49:07PM -0600, Rob Herring wrote: Moving this to meta. > > lei q -I https://lore.kernel.org/all/ -o ~/Mail/floppy \ > > --threads --dedupe=mid \ > > '(dfn:drivers/block/floppy.c OR dfhh:floppy_* OR s:floppy \ > > OR ((nq:bug OR nq:regression) AND

Re: upcoming perl v5.12 requirement...

2021-11-08 Thread Eric Wong
Eric Wong wrote: > On a side note, I'm strongly considering moving to Perl 5.12 > after public-inbox 1.7 is released. perl 5.12.4 will be a > decade old in a few months (however 5.12.5 was Nov 2012). > > It seems the various 5.12.x releases had fewer breaking bugfixes > than 5.10.0 => 5.10.1,