[perl #65514] Can't mix in True or False as ($value but True)

2009-05-10 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #65514] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65514 This works fine: $ ./perl6 -e 'enum A b c; (abc but c).uc.say' ABC This doesn't $

[perl #65522] Things written to file does not flush when filehandle goes out of scope in Rakudo

2009-05-10 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #65522] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65522 masak ok, so I do this locally: masak { my $fh = open(foo, :w) or die; $fh.print(OH

[perl #46821] [RFC] should readonly be deep or shallow?

2009-05-10 Thread James Keenan via RT
See also discussion in https://trac.parrot.org/parrot/ticket/658.