On Mon Jan 05 10:22:53 2009, moritz wrote: > Rakudo r34428: > > ./perl6 -e '1.does(Int)' > Method 'does' not found for invocant of class 'Int' > > Every object should have .does method, which should check the same type > conformance as $object ~~ Type does. > There are many tests for .does spread out all over the test suite, many > tests > for .does and builtin types are in > t/spec/S02-builtin_data_types/sigils-and-types.t > We now have a .does method; assigning to moritz for some test action (I did some tests for .does with parametric roles, some that I've still yet to make pass...unfudging tests for non-parametric roles would be good, though. :-))
Thanks, Jonathan