> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 08, 2003 3:03 AM > To: Velocity Developers List > Subject: Re: Running total (more on: Is there a need for > further development) > > > "pero" <[EMAIL PROTECTED]> writes: > > > That's the reason I wrote the Number-Handling-Patch and > even improved > > it (or better fixed it since I forgot something :). > > Is this in an issue somewhere? If not please make it so. > Can you set the milestone to 1.4? Geir, was this approved > for inclusion? What further revision does it need?
No, it is no issue nowhere. I could add it (waiting for the reactions). The code runs 100% ok (as far as I tested it), UnitTests are included in the patch. What could / should be done is performance-improvements. Until now every Number-Operation is done using BigDecimal / BigInteger since that made the patch very simple and correct (handling with overflows and precision changes) and I just wanted to start the development on that point (number-support). The improvements are quite easy to do, though. The last thing I heard from Geir (who actually encouraged me to provide the patch) that he wants to include full number support. But I guess I might trust my memory these days :) Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
