Re: [Gambas-user] Issue 95 in gambas: FOR-optimization not correct

2011-09-01 Thread gambas
Comment #4 on issue 95 by benoit.m...@gmail.com: FOR-optimization not correct http://code.google.com/p/gambas/issues/detail?id=95 Fixed in revision #4072. -- Special Offer -- Download ArcSight Logger for FREE! Finally

Re: [Gambas-user] Issue 95 in gambas: FOR-optimization not correct

2011-09-01 Thread gambas
Comment #3 on issue 95 by emil.len...@gmail.com: FOR-optimization not correct http://code.google.com/p/gambas/issues/detail?id=95 Critical: The current solution is not correct for floating point numbers. In this case: Dim i As Float For i = -10.0 To -1.0 Step 1.0 Print i Next The

Re: [Gambas-user] Issue 95 in gambas: FOR-optimization not correct

2011-08-31 Thread gambas
Updates: Status: Fixed Comment #2 on issue 95 by benoit.m...@gmail.com: FOR-optimization not correct http://code.google.com/p/gambas/issues/detail?id=95 Fixed in revision #4068. -- Special Offer -- Download Ar

Re: [Gambas-user] Issue 95 in gambas: FOR-optimization not correct

2011-08-31 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 95 by benoit.m...@gmail.com: FOR-optimization not correct http://code.google.com/p/gambas/issues/detail?id=95 (No comment was entered for this change.)

[Gambas-user] Issue 95 in gambas: FOR-optimization not correct

2011-08-31 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 95 by emil.len...@gmail.com: FOR-optimization not correct http://code.google.com/p/gambas/issues/detail?id=95 1) Describe the problem. Every time a FOR begins, the code is