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

implement :dba adverbs in regexes #1973

Open
p6rt opened this issue Jul 27, 2010 · 4 comments
Open

implement :dba adverbs in regexes #1973

p6rt opened this issue Jul 27, 2010 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 27, 2010

Migrated from rt.perl.org#76744 (status was 'open')

Searchable as RT76744$

@p6rt
Copy link
Author

p6rt commented Jul 27, 2010

From @moritz

alpha supported :dba('rule name'), current Rakudo doesn't, but should.

@p6rt
Copy link
Author

p6rt commented Jul 29, 2010

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Mar 7, 2013

From @FROGGS

<moritz> r​: '(abc' ~~ /'(' ~ ')' .*/
<p6eval> rakudo 11157e​: OUTPUT«Unable to parse expression in ; couldn't
find final ')'␤ in any FAILGOAL at src/stage2/QRegex.nqp​:1084␤ in
regex at /tmp/xlSE26SbHW​:1␤ in method ACCEPTS at
src/gen/CORE.setting​:10799␤ in block at /tmp/xlSE26SbHW​:1␤␤»

<moritz> r​: '(abc' ~~ /​:dba('foo') '(' ~ ')' .*/
<p6eval> rakudo 11157e​: ( no output )

<moritz> the presence of :dba causes the failure to be silent
<moritz> that's bad

@p6rt
Copy link
Author

p6rt commented Dec 3, 2017

From @AlexDaniel

Related doc ticket (with some discussion)​: Raku/doc#1695

On 2010-07-27 02​:32​:49, moritz wrote​:

alpha supported :dba('rule name'), current Rakudo doesn't, but should.

@p6rt p6rt added the Todo label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant