On Mon Jul 19 18:57:07 2010, [email protected] wrote:
> On Mon May 03 02:19:31 2010, [email protected] wrote:
> > 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)»
> >
>
> Now:
>
> > module Soric4::Event; macro foo is parsed( 0 ) { }
> Macros are not yet implemented at line 1, near " foo is pa"
>
> Which is rather more informative. I think this ticket brings up some
> bigger issues, though this is a decent improvement for valid but not yet
> implemented declarators. Also added similar for scope declarator state
> and type declarator constant in case we don't get to some support for
> them pre-R*.
>
> Jonathan
Behavior changed again:
00:57 < [Coke]> rakudo: module Soric4::Event; macro foo is parsed( 0 ) { }
00:58 <+camelia> rakudo bfd850: OUTPUT«===SORRY!===Cannot call
'trait_mod:<is>'; none of these signatures match::(Mu:U
$child, Mu:U $parent):(Mu:U $type, :rw(:$rw)!):(Mu:U $type,
:nativesize(:$nativesize)!):(Mu:U $type,
:hidden(:$hidden)!):(Mu:U $type, *%fail):(Attribute:D $attr…
Is this better?
--
Will "Coke" Coleda