# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #59596] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59596 >
Rakudo r31589 does not follow S03 in deferring ++ to a user-defined .succ method. $ ./perl6 -e 'class A { method succ { say "OH HAI" } }; my $a = A.new; $a++' increment() not implemented in class 'A' [...] Segmentation fault This is mostly a question of a TODO, but it's also interesting to note that this error produces another segmentation fault due to a double free in Parrot.