[perl #73768] [BUG] Maybe prefix:<~> should have a warning just like prefix:<+> does on undefined values in Rakudo

2011-10-08 Thread Will Coleda via RT
On Tue Mar 23 08:11:23 2010, masak wrote: > rakudo: say ~(my $a) > rakudo db0f85: OUTPUT«Any()␤» > moritz_: were you saying this should generate a warning? > masak: I think so... the specs are rather quiet on warnings > * masak submits rakudobug > Justin Case. > rakudo: say +(my $a) > rakudo

[perl #73768] [BUG] Maybe prefix:<~> should have a warning just like prefix:<+> does on undefined values in Rakudo

2010-03-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73768] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73768 > rakudo: say ~(my $a) rakudo db0f85: OUTPUT«Any()␤» moritz_: were you saying this shou