Re: Unexpected internal compiler error when trying out 2.7.0-RC1

2014-11-03 Thread Arlo O'Keeffe
I created an issue: https://code.google.com/p/google-web-toolkit/issues/detail?id=8977 On Monday, November 3, 2014 9:00:06 AM UTC+1, Arlo O'Keeffe wrote: > > This works. > > I hope this will be fixed for the release. > > Friday, October 31, 2014 2:51:18 PM UTC+1, Martijn W

Re: Unexpected internal compiler error when trying out 2.7.0-RC1

2014-11-03 Thread Arlo O'Keeffe
compiler is unable to continue afterwards but it's worth a try. > > Op vrijdag 31 oktober 2014 14:21:24 UTC+1 schreef Arlo O'Keeffe: >> >> I have the same error. >> >> On Thursday, October 30, 2014 4:39:03 PM UTC+1, Martijn Wijns wrote: >>> >>&g

Re: Unexpected internal compiler error when trying out 2.7.0-RC1

2014-10-31 Thread Arlo O'Keeffe
I have the same error. On Thursday, October 30, 2014 4:39:03 PM UTC+1, Martijn Wijns wrote: > > When trying out 2.7.0-RC1 I get the following error after a page refresh: > > [ERROR] Unexpected internal compiler error > java.lang.AssertionError > at com.google.gwt.dev.jjs.impl.UnifyAst.ins

Re: Re-firing a failed/rejected server call in RequestFactory, is this possible?

2013-11-27 Thread Arlo O'Keeffe
Jan and I further looked into the issue and actually found a working solution that is "less hacky" than Eric's. private void setupRequest(UserRequest request, UserProxy proxy) { final UserProxy editableProxy = request.edit(proxy); editorDriver.edit(editableProxy, request); request.save(editablePr