# New Ticket Created by  Aleks-Daniel Jakimenko-Aleksejev 
# Please include the string:  [perl #130288]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=130288 >


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

Reply via email to