# New Ticket Created by Paul Cochrane # Please include the string: [perl #48192] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48192 >
In languages/amber/lib/kernel/pmc/amber_string.pmc:integer() there is the todo item: METHOD PMC* integer() { /* XXX OVERFLOW */ which I'm guessing means that there is an overflow problem lurking in this method. This needs to be corrected.