[perl #130602] [BUG] `1, 2 Xand "ab".ords` fails with "Cannot invoke this object (REPR: Uninstantiable; Callable)"

2017-08-26 Thread Sam S. via RT
This bug is still present in Rakudo version 2017.08-8-g753c9a5ea built on MoarVM version 2017.08.1-19-g151a2563 implementing Perl 6.c.

[perl #130602] [BUG] `1, 2 Xand "ab".ords` fails with "Cannot invoke this object (REPR: Uninstantiable; Callable)"

2017-01-20 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #130602] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130602 > ➜ say 1, 2 Xand "ab".ords; Cannot invoke this object (REPR: Uninstantiable; Callable)