[Gambas-user] Potentially difficult to find error in the IDE

Benoît Minisini gambas at ...1...
Sat Apr 16 15:31:44 CEST 2011


> On Saturday 16 April 2011 21:52:39 Jussi Lahtinen wrote:
> > Yes, there still are some situations when error messages aren't properly
> > shown.
> > I haven't be able to reproduce this bug consistently. To me this happens
> > randomly and rarely.
> > Also I don't see the quick flashes, because my project is full screen and
> > when execution stops,
> > focus isn't automatically changed to IDE.
> > 
> > If you know way to reproduce this every time, maybe you can send project
> > to demonstrate it.
> 
> Would if I could. I've spent many hours delving into hard to reproduce bugs
> and sending Benoit little projects - I always do when its reproducable.
> 
> Regards
> 
> richard
> 

The revision #3771 should fix most of the problem.

Now the form code is always compiled *before* the class code. Consequently 
errors like an identifier declared twice is always raised inside the source 
code.

Maybe there are other cases not handled by this fix.

Regards,

-- 
Benoît Minisini




More information about the User mailing list