On Sat May 11 11:18:58 2013, pmichaud wrote:
> Now fixed in b1695cf:
>
> pmichaud@kiwi:~/p6/rakudo$ cat x.p6
> use MONKEY_TYPING;
> augment class List {
> proto method combinations(|) { * }
> }
>
> pmichaud@kiwi:~/p6/rakudo$ ./perl6 x.p6
> pmichaud@kiwi:~/p6/rakudo$
>
> Ticket closable with
Now fixed in b1695cf:
pmichaud@kiwi:~/p6/rakudo$ cat x.p6
use MONKEY_TYPING;
augment class List {
proto method combinations(|) { * }
}
pmichaud@kiwi:~/p6/rakudo$ ./perl6 x.p6
pmichaud@kiwi:~/p6/rakudo$
Ticket closable with tests (hint: test that List.sink doesn't fail).
Pm
On Wed May 08 18:16:40 2013, grond...@yahoo.fr wrote:
> This is perl6 version 2013.04-55-gfe70494 built on parrot 5.2.0
> revision RELEASE_5_2_0
>
>
> use MONKEY_TYPING;
> augment class List { proto method combinations(|) {*} }
>
>
> Cannot look up attributes in a type object
It works for me i
# New Ticket Created by grond...@yahoo.fr
# Please include the string: [perl #117923]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=117923 >
This is perl6 version 2013.04-55-gfe70494 built on parrot 5.2.0
revision REL