[perl #127775] LTA error message when trying to declare enums incorrectly (enum Foo <<:Bar(1) :Baz>>)

2016-03-24 Thread via RT
# 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

[perl #127777] LTA error message when using permutations with negative parameter (permutations -1)

2016-03-24 Thread via RT
# 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

[perl #127778] negative $n in “combinations” (combinations -999999999999999999, 2)

2016-03-24 Thread via RT
# 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!

[perl #127779] Inconsistency with non-int $k in “combinations” (combinations 2, 0.5)

2016-03-24 Thread via RT
# 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

[perl #127782] [BUG] substr-rw

2016-03-24 Thread via RT
# 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