# New Ticket Created by  Stefan O'Rear 
# Please include the string:  [perl #74866]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74866 >


02:07 < sorear> rakudo: module Soric4::Event; macro foo is parsed( 0 ) { }
02:07 <+p6eval> rakudo c4857a: OUTPUT«Confused at line 11, near "module 
                Sor"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 
                (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»

Adding a page of comments between the module statement and the attempted
macro definition did not change the result, ie "Sor" was still blamed.
Most confusingly, this error message to me implies a lexical problem in
the middle of the identifier.  If, as masak suggests, context is being
limited for space reasons, displaying complete words would improve this
error case a lot.

Reply via email to