Re: Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-11-10 Thread dflorey
Unfortunately I was wrong... the bug is still there. After merging the modules everything works fine again. Will test with the next release. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-10-31 Thread dflorey
I've retested with gwt 2.4 and the issue seems to be fixed. Thanks! -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Aw: Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-08-17 Thread dflorey
Hi, unfortunately I did not manage to reproduce the issue in a clean project. But I'd like to show the issue to someone with my existing projects. I've been able to find a workaround by adding the module classes to a fake rpc service. I could setup a TeamViewer session to show the issue on my

Re: Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-08-17 Thread Ray Ryan
That's a generous offer, but I don't know that anyone is going to be able to take you up on it. We'll keep an eye out for it here. And if you do manage to trim your failing code down to something you can share, we'll jump. Are you building against trunk? If not, you might try and see if the

Re: Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-08-17 Thread Daniel Florey
Hi Ray, thanks a lot. I'll try to check if building against trunk will change things. I've tried with 2.3 and 2.4rc and both produce the error - it worked fine with 2.04. After running into the error several times I've not disabled the runAsync and download everything in a single module. This

Aw: Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-08-11 Thread dflorey
I'll try to create 2 demo projects once I find the time. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-08-09 Thread Ray Ryan
Can you share some actual code? On Aug 9, 2011 7:37 AM, dflorey daniel.flo...@gmail.com wrote: BTW: It works find in dev mode, just fails when compiled -- http://groups.google.com/group/Google-Web-Toolkit-Contributors -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-08-09 Thread Daniel Florey
Just found out that the problem only occurs when the interface is empty (marker interface). As soon as any method is added, the instanceof works. What code snippets do you need? My project is too big to share ;-) Daniel 2011/8/9 Ray Ryan rj...@google.com Can you share some actual code? On Aug

Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-08-09 Thread Ray Ryan
Anything that we can compile that actually reproduces the problem. On Tue, Aug 9, 2011 at 8:46 AM, Daniel Florey daniel.flo...@gmail.comwrote: Just found out that the problem only occurs when the interface is empty (marker interface). As soon as any method is added, the instanceof works. What