# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130443] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=130443 >
Code: my int @a = ^Inf; dd @a Result (2015.12,2016.02): This type cannot unbox to a native integer in block <unit> at /tmp/fdFVh_0R7j line 1 Result (2016.03,HEAD): array[int].new() In other words, ^Inf does nothing when assigned to @a. Even though the previous error message was LTA, the behavior was better because it wasn't swallowing it silently. Bisectable points to https://github.com/rakudo/rakudo/commit/2a20197e8ffbc7e0f6ff80794509ee14db93c368
