[perl #130181] [BUG] .WHAT.:: leaks internal exception

2017-08-29 Thread Brian S. Julin via RT
On Sat, 26 Nov 2016 10:50:44 -0800, FROGGS.de wrote:
> say Int.new.WHAT.::
> 
> rakudo-moar 7c5ea3: OUTPUT«===SORRY!===␤MVMArray: Can't pop from an
> empty array␤»
> 
> IMO it should do the same as:
> m: say Int::
> rakudo-moar 7c5ea3: OUTPUT«Int␤»
> 
> 

fixed in rakudo 74ca5ce951, roast tests in 4ff4def2e4


[perl #130181] [BUG] .WHAT.:: leaks internal exception

2016-11-26 Thread via RT
# New Ticket Created by  Tobias Leich 
# Please include the string:  [perl #130181]
# in the subject line of all future correspondence about this issue. 
# https://rt.perl.org/Ticket/Display.html?id=130181 >


say Int.new.WHAT.::

rakudo-moar 7c5ea3: OUTPUT«===SORRY!===␤MVMArray: Can't pop from an
empty array␤»

IMO it should do the same as:
m: say Int::
rakudo-moar 7c5ea3: OUTPUT«Int␤»