# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #127775]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127775 >
Code:
enum Foo <<:Bar(1) :Baz>>
Result:
===SORRY!===
Incompatible MROs in P6opaque reb
# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #12]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=12 >
Code:
permutations -1
Result:
Constraint type check failed for parameter '$n'
in blo
# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #127778]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127778 >
Code:
.say for combinations -99, 2
Result:
(no output)
↑ That's fine!
# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #127779]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127779 >
Code:
say combinations 2, 0.5
Result:
(())
Code:
say combinations 2, 1.5
Result:
Thi
# New Ticket Created by kuerbis
# Please include the string: [perl #127782]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127782 >
http://stackoverflow.com/questions/36208514/perl6-why-does-substr-rw-behave-this-way