On Sat May 01 09:30:15 2010, masak wrote:
> <masak> rakudo: class A { has $.a; has $.b };
A.^attributes>>.name.perl.say
> <p6eval> rakudo c4857a: OUTPUT«("\$!a", "\$!b", "\$!a", "\$!b",
> "\$!a", "\$!b")»
> <masak> finanalyst: that works.
> <moritz_> "works"
> <masak> :)
> <moritz_> have you actually looked at the output?
> <masak> it's... interesting.
> <masak> it's... comprehensive...
it's... a bug!!!> <masak> why does it repeat itself? > <moritz_> no idea > <masak> can I report it? puhleeze? > <moritz_> sure > <masak> \o/ > * masak reports > > So, the bug is that it's a 6-element list rather than a 2-element > list. Fixed now, and it's covered by S12-introspection/attributes.t, which we weren't running at the time the bug was reported. Thus resolving ticket. Thanks, Jonathan
