[perl #61444] Rakudo allows declaring an enum called 'Object'

2009-01-28 Thread jn...@jnthn.net via RT
On Wed Dec 17 13:43:49 2008, masak wrote: > <[particle]> rakudo: enum Object; say Object::Failure; > [particle]: shouldn't defining an enum called 'Object' > constitute an error of some sort? > <[particle]> sure looks like a bug to me > * masak reports As of r36096, this now gives a compile time

[perl #61444] Rakudo allows declaring an enum called 'Object'

2008-12-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61444] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61444 > <[particle]> rakudo: enum Object; say Object::Failure; [particle]: shouldn't defining a