# New Ticket Created by Jonathan Stowe # Please include the string: [perl #126583] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126583 >
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. Thanks,