This patch is looping and * .1 instead of dividing. Sorry for not being in git format-diff format (unified diff instead)
0002-patch-with-multiplication-instead.patch
Description: Binary data
On 07/03/2010, at 14.48, perl6 via RT wrote: > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "[PATCH] Fix parsing of overflowing numbers with exponent part", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [perl #73392]. > > Please include the string: > > [perl #73392] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > perl6-bugs-follo...@perl.org > > ------------------------------------------------------------------------- > It's done by grabing one part of the frac at a time instead of just trying to > deal with the whole thing in one go. If it overflows it quits. > > spectest passes >