# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #61312]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61312 >


<moritz_> rakudo: grammar A { token ws { 'a' }; rule b {x y}; }; say
'xab' ~~ m/ ^ <a::b> $ /
<p6eval> rakudo 33829: OUTPUT[get_string() not implemented in class
'ResizableStringArray' [...]
<moritz_> rakudo: grammar A { token ws { 'a' }; rule b {x y}; }; say
"yes" if 'xab' ~~ m/ ^ <a::b> $ /
<p6eval> rakudo 33829: OUTPUT[get_string() not implemented in class
'ResizableStringArray' [...]
<masak> new bug? :)
<moritz_> it seems so, yes
* masak reports
<pmichaud> rakudo:  grammar A { token ws { 'a' }; rule b {x y}; }; say
'xab' ~~ m/ ^ <A::b> $/
<p6eval> rakudo 33829: OUTPUT[␤]
<pmichaud> rakudo:  grammar A { token ws { 'a' }; rule b {x y}; }; say
'xab' ~~ / ^ <A::b> $/
<p6eval> rakudo 33829: OUTPUT[␤]
<pmichaud> hmm.
<masak> ah, so it was the lower-case 'a'?
<pmichaud> yes, because nothing was defined as 'a'
<masak> still shouldn't throw that error.
<pmichaud> agreed, should throw a better one.

Reply via email to