[gwt-contrib] AssertionError break Scheduler

2011-05-06 Thread Laurent Le Goff
Hi,
In debug mode, if a ScheduledCommand throws an AssertionError then 
SchedulerImpl will never ever flushFinallyCommands() cause of entryDepth 
value greater than 0.

I I look at flushFinallyCommands and then runScheduledTasks I discovered 
that it catch RuntimeException (Hidden exception) but not Error.

This behavior make the page very unstable in debug mode for my bug. The 
expected behavior is to display my initial AssertionError in the console.

Do i Have to fill a bug ?


thanks

laurent

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] AssertionError break Scheduler

2011-05-06 Thread Ray Ryan
Filing a bug would be helpful, thanks.

If you want to offer a fix the details are at
http://code.google.com/webtoolkit/makinggwtbetter.html
On May 6, 2011 12:50 AM, Laurent Le Goff legoff.laur...@gmail.com wrote:

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors