[perl #86906] Parser not panicking in Grammar.pm

2014-12-30 Thread Christian Bartolomaeus via RT
This fails now with a typed exception "X::Syntax::AddCategorial::MissingSeparator" (commit https://github.com/rakudo/rakudo/commit/e9ea2dc0c5). I added a test to S06-operator-overloading/sub.t with commit https://github.com/perl6/roast/commit/d84f6bcbb3 I'm closing this ticket -- please reope

Re: [perl #86906] Parser not panicking in Grammar.pm

2011-03-24 Thread Moritz Lenz
Am 24.03.2011 05:00, schrieb Timothy Bollman (via RT): Location of Error: Grammar.pm line 2158 (as of ~5:00 AM UTC on March 23): if +@parts != 2 { self.panic("Unable to find starter and stopper from '$opname'"); } Short description of error: self.panic isn't... panicking. Thanks for the

[perl #86906] Parser not panicking in Grammar.pm

2011-03-24 Thread via RT
# New Ticket Created by Timothy Bollman # Please include the string: [perl #86906] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=86906 > Location of Error: Grammar.pm line 2158 (as of ~5:00 AM UTC on March 23): if +@