rurban / re-engine-PCRE2

use pcre-jit instead of slow perl regex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(PL_valid_types_PVX[SvTYPE(_svcur) & SVt_MASK] || SvTYPE(_svcur) == SVt_REGEXP), function PCRE2_comp, file PCRE2.xs, line 31

rurban opened this issue · comments

several failures with export PERL5OPT=-Mre::engine::PCRE2

  • Params-Validate-1.26: t/38-callback-message.t

also:

  • Test-Harness-3.38:
t/grammar.t ..................... 1/94 PCRE2 compilation failed at offset 2: unrecognized character after (? or (?-
t/000-load.t .................... PCRE2 compilation failed at offset 2: missing closing parenthesis
t/aggregator.t .................. Assertion failed: (PL_valid_types_PVX[SvTYPE(_svcur) & SVt_MASK] || SvTYPE(_svcur) == SVt_REGEXP), function PCRE2_comp, file PCRE2.xs, line 31.

Fixed with 1a6023a and 89710d3