[perl #126927] [BUG] Spurious warning when trying to smartmatch num64 against Num in Rakudo

2017-07-21 Thread Jan-Olof Hendig via RT
On Tue, 15 Dec 2015 12:36:13 -0800, steve.mynott+bitc...@gmail.com wrote:
> Bisected to f457007181bb6e2dcb6aefe857f36d648ae38401 

This was fixed with 
https://github.com/rakudo/rakudo/commit/cff3437de58ef36a9a2a84915ee9181643af4348.
Tests needed


[perl #126927] [BUG] Spurious warning when trying to smartmatch num64 against Num in Rakudo

2015-12-16 Thread steve mynott via RT
Bisected to f457007181bb6e2dcb6aefe857f36d648ae38401 


[perl #126927] [BUG] Spurious warning when trying to smartmatch num64 against Num in Rakudo

2015-12-15 Thread Carl Mäsak
# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #126927]
# in the subject line of all future correspondence about this issue. 
# https://rt.perl.org/Ticket/Display.html?id=126927 >


 m: say num64 ~~ Num
 rakudo-moar 9e53fa: OUTPUT«Cannot unbox a type object [...]
 eh?
[...]
 m: say num64 ~~ Num;
 rakudo-moar b7c6b5: OUTPUT«Cannot unbox a type object [...]
 huh
 did that one get reported?
 don't think so
* masak submits rakudobug

Expected behavior: no error about unboxing, and the output "True".