[perl #121990] [NYI] Can't smartmatch a DateTime against a Date

2014-05-30 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #121990] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=121990 BenGoldberg Woodi, a Date is like today, or tommorroy, or June 4, 1977 BenGoldberg A

[perl #121987] Negated generic comparisons do not chain correctly

2014-05-30 Thread via RT
# New Ticket Created by Damian Conway # Please include the string: [perl #121987] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=121987 As the following test program illustrates, !before and !after do not always chain

[perl #121991] [BUG] Unless 'use soft' is in play, .wrap should die in Rakudo

2014-05-30 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #121991] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=121991 Timbus m: sub a {foo}; sub b {bar~callsame}; a.wrap(b); say a(); camelia rakudo-moar

[perl #121994] Array receives an empty itemized list

2014-05-30 Thread via RT
# New Ticket Created by B. N. # Please include the string: [perl #121994] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=121994 Bug on rakudo-m and rakudo-j: p6: my @a; @a.push: $(one,two,three.split(',')); say @a;