Re: bug#34951: [PATCH] grep: a kwset matcher not work in a grep matcher

2019-03-22 Thread Budi
How make grep walinh through FS by scanning breadth first instead of the usual depth On 3/23/19, Norihiro Tanaka wrote: > On Sat, 23 Mar 2019 08:06:35 +0900 > Norihiro Tanaka wrote: > >> A kwset matcher is not built in a grep matcher after token re-order is >> introduced in commit 5c7a0371823876

Re: bug#34951: [PATCH] grep: a kwset matcher not work in a grep matcher

2019-03-22 Thread Budi
How make grep walking through FS by scanning breadth first instead of On 3/23/19, Budi wrote: > How make grep walinh through FS by scanning breadth first instead of > the usual depth > > On 3/23/19, Norihiro Tanaka wrote: >> On Sat, 23 Mar 2019 08:06:35 +0900 >> Norihiro