# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76294] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76294 >
<masak> rakudo: say "abcd".index("xyz") == 0 <p6eval> rakudo aa015a: OUTPUT«Method 'Bridge' not found for invocant of class 'Failure' [...] <masak> arnsholt: possible issue :) * masak submits rakudobug <masak> rakudo: Failure == 0 <p6eval> rakudo aa015a: OUTPUT«Method 'Bridge' not found for invocant of class [...] * masak is not sure he likes .Bridge :/ Might be that comparing Failure (or any non-numeric type object, for that matter) with any number should give a warning or something, but it should not give this error.