[perl #68572] [BUG] Instead of emitting a cautious and slightly scary internal error message, Rakudo should forbid nesting other packages in roles

2010-07-28 Thread Will Coleda via RT
On Sun Aug 16 05:49:20 2009, masak wrote: > rakudo: role Maybe[::T] { role Just[T] {} }; say Maybe[Int].new() > rakudo 0d4fe0: OUTPUT«Potential internal error: bindability > check may have done more than just binding. [...] This no longer generates an error, but the followup that the OP says s

[perl #68572] [BUG] Instead of emitting a cautious and slightly scary internal error message, Rakudo should forbid nesting other packages in roles

2009-08-16 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #68572] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68572 > rakudo: role Maybe[::T] { role Just[T] {} }; say Maybe[Int].new() rakudo 0d4fe0: OUTPU