On Tue, 06 Dec 2016 19:00:22 -0800, alex.jakime...@gmail.com wrote:
> Code:
> say 42 xx ‘123abc’
> 
> Result (2016.06):
> Cannot convert string to number: trailing characters after number in
> '123<HERE>abc' (indicated by <HERE>)
>   in block <unit> at /tmp/vENGo0kTCa line 1
> 
> Actually thrown at:
>   in block <unit> at /tmp/vENGo0kTCa line 1
>  «exit code = 1»
> 
> 
> Result (HEAD):
> This type cannot unbox to a native integer: P6opaque, Failure
>   in block <unit> at /tmp/vENGo0kTCa line 1
> «exit code = 1»
> 
> 
> The previous error message was much better. Current error message
> talks about some internal stuff and that is LTA.
> 
> 
> Bisectable points to
> https://github.com/rakudo/rakudo/commit/c549267e3227e4cf802486b5ae0513a6b5a7c05d

Fix: 
https://github.com/rakudo/rakudo/commit/5bacb0573ce9458c2e6a7bcc1bc9a5f2cce18233
Test: https://github.com/perl6/roast/commit/5f708dc3b6

Reply via email to