This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #133988], Assertion failure
authorKarl Williamson <khw@cpan.org>
Fri, 5 Apr 2019 22:34:21 +0000 (16:34 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 5 Apr 2019 23:14:11 +0000 (17:14 -0600)
commitbc035eed7aac5997a56d34b98261cc7a99da4787
tree19d884cdec4ad62b95005d975bf3ff46248713f0
parent45671da298df5eb367286a19e0b03796307902c9
PATCH: [perl #133988], Assertion failure

This was due to not checking that a \N{} expanded to a single code point
in contexts where only that is legal.  This never could have worked
properly, though the assertion failure is new.

The diagnostic needs to be reworded to accommodate this new case, but
its too late in the 5.29 cycle to do that, so I'm changing just the
description, and will reword in 5.31, [perl #133996]
pod/perldiag.pod
regcomp.c
t/re/reg_mesg.t