Skip to content
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

[EXPERIMENT] extended bracketed character classes #13197

Closed
p5pRT opened this issue Aug 25, 2013 · 3 comments
Closed

[EXPERIMENT] extended bracketed character classes #13197

p5pRT opened this issue Aug 25, 2013 · 3 comments
Labels
experiment ticket tracking an active experiment

Comments

@p5pRT
Copy link

p5pRT commented Aug 25, 2013

Migrated from rt.perl.org#119451 (status was 'new')

Searchable as RT119451$

@p5pRT
Copy link
Author

p5pRT commented Aug 25, 2013

From @rjbs

perl 5.18.0 introduced extended regular expression bracketed character classes,
such as​:

  /(?[ \p{Thai} & \p{Digit} ])/

In perl 5.18.0, this is behind experimental​::regex_sets warnings and documented
as "subject to change as we gain field experience with it."

This ticket should collect lessons learned, fixes made, and the acceptance
criteria for dropping the "experimental" status of the feature.

--
rjbs

@khwilliamson
Copy link
Contributor

There have been some bugs found in this over the years, that a search through tickets could show.

Currently, there is the open ticket #16779

@rjbs rjbs added experiment ticket tracking an active experiment and removed Severity Low labels Apr 30, 2021
@khwilliamson
Copy link
Contributor

This was closed via #19503

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experiment ticket tracking an active experiment
Projects
None yet
Development

No branches or pull requests

3 participants