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

Rakudo-j does not handle <:alpha> in regexes #4245

Closed
p6rt opened this issue May 14, 2015 · 3 comments
Closed

Rakudo-j does not handle <:alpha> in regexes #4245

p6rt opened this issue May 14, 2015 · 3 comments

Comments

@p6rt
Copy link

p6rt commented May 14, 2015

Migrated from rt.perl.org#125190 (status was 'resolved')

Searchable as RT125190$

@p6rt
Copy link
Author

p6rt commented May 14, 2015

From bescirn@gmail.com

12​:45 pippo r​: say "a" ~~ /<​:alpha>/;
12​:45 camelia rakudo-moar 2ea008​: OUTPUT«「a」␤»
12​:45 ..rakudo-jvm 2ea008​:
OUTPUT«java.util.regex.PatternSyntaxException​: Unknown character
property name {alpha} near index 8␤\p{alpha}␤ ^␤ in block
<unit> at /tmp/tmpfile​:1␤␤»
12​:46 pippo ^^ rakudo-j bug?
12​:46 FROGGS pippo​: yes

@p6rt
Copy link
Author

p6rt commented May 14, 2015

From @FROGGS

Patch​: Raku/nqp@2fbfb3d
  and​: Raku/nqp@d5b3a73
Tests​: Raku/roast@7a30e3544a

@p6rt
Copy link
Author

p6rt commented May 14, 2015

@FROGGS - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed May 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant