Open p6rt opened 7 years ago
Guys,
Here is a one liner to illustrate a possible bug trying to redefine the operator '>' and I think any other operator with the '\<' or '\<' characters.
perl6 -e 'multi infix:«>»( $left, $right --> Bool) is equiv(&infix:«>») { ... }' ===SORRY!=== Error while compiling -e Routine given to equiv does not appear to be an operator at -e:1
I think the error lies here in SETTINGS:
# next three sub would belong to traits.pm if PseudoStash were
available
# so early in the setting compunit
multi sub trait_mod:\
multi sub trait_mod:\
multi sub trait_mod:\
Using: perl6 -version This is Rakudo version 2016.11 built on MoarVM version 2016.11 implementing Perl 6.c.
OS is Fedora 24.
Regards,
Andrew N Parker
Migrated from rt.perl.org#131739 (status was 'new')
Searchable as RT131739$