On Sat Nov 07 09:34:18 2015, jns...@gellyfish.co.uk wrote:
> class F:ver<v0.0.1> {}; say F.^ver;
> 
> Method 'gist' not found for invocant of class 'NQPMu'
>   in block <unit> at -e:1
> 
> class F:auth<foo> {}; say F.^auth;
> 
> Method 'gist' not found for invocant of class 'NQPMu'
>   in block <unit> at -e:1
> 
> They seem to be partially implemented as some random thing isn't
> created:
> 
> class F:blah<foo> {}; say F.^blah;
> 
> Method 'blah' not found for invocant of class
> 'Perl6::Metamodel::ClassHOW'
>   in block <unit> at -e:1
> 
> 
> 
> 
> It appears that the thingies need a higher level representation to be
> useful.
> 
> It would be really nice if these worked as a) it's specced and b)
> otherwise people are going to come up with some other workarounds that
> won't be compatible.
> 

Implemented and tested in S12-introspection/meta-class.t.

Reply via email to