# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #63264] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63264 >
<jnthn> perl6: subset Strand where {$_ == 0 | 1 | -1}; say Strand.defined <p6eval> rakudo c4f0f9: OUTPUT«1» ..pugs: OUTPUT«*** No such subroutine: "&Strand" at /tmp/pcgGPYlTDi line 1, column 45 - line 2, column 1» ..elf 25359: OUTPUT«Unknown rule: type_declarator:expect_termIt needs to be added to ast_handlers. at ./elf_h line 2042» <jnthn> rakudo: say Int.defined <p6eval> rakudo c4f0f9: OUTPUT«0» <jnthn> OK, just sub-types, it seems... <bacek> jnthn: there is masak's ticket for it already. <bacek> #62894, but jnthn++ already fixed it. So it can be different issue. <jnthn> bacek: Yes, I fixed the general proto-objects issue. <jnthn> Thus why I was checking what Int.defined said. This looks subtype specific. <bacek> indeed <jnthn> ticket welcome * bacek gets masak's hat -- Bacek