Re: ab/no-kwset, was Re: What's cooking in git.git (Jun 2019, #07; Fri, 28)
From: Johannes Schindelin <hidden>
Date: 2019-07-02 12:15:25
Hi Ævar, On Mon, 1 Jul 2019, Ævar Arnfjörð Bjarmason wrote:
On Mon, Jul 01 2019, Johannes Schindelin wrote:quoted
On Fri, 28 Jun 2019, Junio C Hamano wrote:quoted
* ab/no-kwset (2019-06-28) 9 commits - grep: use PCRE v2 for optimized fixed-string search - grep: remove the kwset optimization - grep: drop support for \0 in --fixed-strings <pattern> - grep: make the behavior for NUL-byte in patterns sane - grep tests: move binary pattern tests into their own file - grep tests: move "grep binary" alongside the rest - grep: inline the return value of a function call used only once - grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>" - log tests: test regex backends in "--encode=<enc>" tests Retire use of kwset library, which is an optimization for looking for fixed strings, with use of pcre2 JIT. Will merge to 'next'.There is still a test failure that I am not sure how Ævar wants to address: https://dev.azure.com/gitgitgadget/git/_build/results?buildId=11535&view=ms.vss-test-web.build-test-results-tabCC'd you there, but as a note here: I believe my v3 sent just now fixes this: https://public-inbox.org/git/20190701212100.27850-1-avarab@gmail.com/
Thank you! Dscho