-
Notifications
You must be signed in to change notification settings - Fork 576
/\W/ regression in 5.20 with UTF-8 and a synthetic start class #15181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @khwilliamsonPatterns like /_?[^\W_0-9/ against a UTF-8 target string stopped working as of commit bcb8752 in 5.19.8. Something like the _? is crucial in this bug, as it causes the regex optimizer to generate a synthetic start class (SSC), though there are lots of other ways to force one, and the bug only happens with the SSC. Karl Williamson |
From @TuxOn Sat, 13 Feb 2016 14:33:09 -0800, Karl Williamson (via RT)
missing a ] did you mean /_?[^\W_0-9]/ ?
-- |
The RT System itself - Status changed from 'new' to 'open' |
From @khwilliamsonOn 02/14/2016 01:12 AM, H.Merijn Brand wrote:
Yes
|
From @khwilliamsonThis was fixed in ac33c51 |
@khwilliamson - Status changed from 'open' to 'pending release' |
From @khwilliamsonThank you for submitting this report. You have helped make Perl better.\n\nWith the release of Perl 5.24.0 on May 9, 2016, this and 149 other issues have been resolved. Perl 5.24.0 may be downloaded via https://metacpan.org/release/RJBS/perl-5.24.0 |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
From @khwilliamsonThank you for submitting this report. You have helped make Perl better.\nWith the release of Perl 5.24.0 on May 9, 2016, this and 149 other issues have been resolved. Perl 5.24.0 may be downloaded via https://metacpan.org/release/RJBS/perl-5.24.0 |
From @khwilliamsonThank you for submitting this report. You have helped make Perl better. With the release of Perl 5.24.0 on May 9, 2016, this and 149 other issues have been resolved. Perl 5.24.0 may be downloaded via https://metacpan.org/release/RJBS/perl-5.24.0 |
From @khwilliamsonThank you for submitting this report. You have helped make Perl better. With the release of Perl 5.24.0 on May 9, 2016, this and 149 other issues have been resolved. |
From @khwilliamsonThank you for submitting this report. You have helped make Perl better. With the release of Perl 5.24.0 on May 9, 2016, this and 149 other issues have been resolved. Perl 5.24.0 may be downloaded via https://metacpan.org/release/RJBS/perl-5.24.0 |
1 similar comment
From @khwilliamsonThank you for submitting this report. You have helped make Perl better. With the release of Perl 5.24.0 on May 9, 2016, this and 149 other issues have been resolved. Perl 5.24.0 may be downloaded via https://metacpan.org/release/RJBS/perl-5.24.0 |
From @khwilliamsonThank you for submitting this report. You have helped make Perl better. Perl 5.24.0 may be downloaded via https://metacpan.org/release/RJBS/perl-5.24.0 |
1 similar comment
From @khwilliamsonThank you for submitting this report. You have helped make Perl better. Perl 5.24.0 may be downloaded via https://metacpan.org/release/RJBS/perl-5.24.0 |
Migrated from rt.perl.org#127537 (status was 'resolved')
Searchable as RT127537$
The text was updated successfully, but these errors were encountered: