Re: [perl #49175] [TODO] pct - throw useful exception for non-PAST children

2007-12-29 Thread Patrick R. Michaud
On Sat, Dec 29, 2007 at 12:04:09PM +0200, Allison Randal wrote: > Patrick R.Michaud (via RT) wrote: > > > >Whenever a PAST::Op node gets a non-PAST child, PCT currently > >throws a cryptic exception message like: > > > >Method 'named' not found for invocant of class 'Perl6::Grammar' > > > >A better

Re: [perl #49175] [TODO] pct - throw useful exception for non-PAST children

2007-12-29 Thread Patrick R. Michaud
On Fri, Dec 28, 2007 at 07:11:23PM -0800, chromatic wrote: > On Friday 28 December 2007 16:16:55 Patrick R.Michaud wrote: > > > Whenever a PAST::Op node gets a non-PAST child, PCT currently > > throws a cryptic exception message like: > > > > Method 'named' not found for invocant of class 'Perl6::

Re: [perl #49175] [TODO] pct - throw useful exception for non-PAST children

2007-12-29 Thread Allison Randal
Patrick R.Michaud (via RT) wrote: Whenever a PAST::Op node gets a non-PAST child, PCT currently throws a cryptic exception message like: Method 'named' not found for invocant of class 'Perl6::Grammar' A better exception message would be something like: Perl6::Grammar ("2") child of PAST::Op c

Re: [perl #49175] [TODO] pct - throw useful exception for non-PAST children

2007-12-29 Thread chromatic
On Friday 28 December 2007 16:16:55 Patrick R.Michaud wrote: > Whenever a PAST::Op node gets a non-PAST child, PCT currently > throws a cryptic exception message like: > > Method 'named' not found for invocant of class 'Perl6::Grammar' > > A better exception message would be something like: > > Pe

[perl #49175] [TODO] pct - throw useful exception for non-PAST children

2007-12-29 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #49175] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=49175 > Whenever a PAST::Op node gets a non-PAST child, PCT currently throws a cryptic exc