[perl #61442] Rakudo cannot match enum values against their enum type

2009-02-17 Thread Vasily Chekalkin via RT
On Wed Dec 17 13:40:32 2008, masak wrote: > rakudo: enum Test; say a ~~ Test > rakudo 34047: OUTPUT[Null PMC access in isa() [...] This ticket can be closed now: rakudo 10909da98: ba...@icering:~/src/parrot/languages/rakudo$ ../../parrot perl6.pbc -e 'enum Test; say a ~~ Test' 1 ba...@icering:~

[perl #61442] Rakudo cannot match enum values against their enum type

2008-12-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61442] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61442 > rakudo: enum Test; say a ~~ Test rakudo 34047: OUTPUT[Null PMC access in isa() [...]