Raku / old-issue-tracker

Tickets from RT
https://github.com/Raku/old-issue-tracker/issues
2 stars 1 forks source link

implement :dba adverbs in regexes #1973

Open p6rt opened 14 years ago

p6rt commented 14 years ago

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

Searchable as RT76744$

p6rt commented 14 years ago

From @moritz

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

p6rt commented 14 years ago

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

p6rt commented 11 years ago

From @FROGGS

\ r​: '(abc' ~~ /'(' ~ ')' .*/ \ 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␤␤»

\ r​: '(abc' ~~ /​:dba('foo') '(' ~ ')' .*/ \ rakudo 11157e​: ( no output )

\ the presence of :dba causes the failure to be silent \ that's bad

p6rt commented 6 years ago

From @AlexDaniel

Related doc ticket (with some discussion)​: https://github.com/perl6/doc/issues/1695

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

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