[gwt-contrib] Re: Help testing the GWT 2.8 release

2015-11-10 Thread stuckagain
Hi Daniel, I can help testing a bit on OSX Safari/Chrome/FireFox. If those tests are also possible disconnected from the internet I could also try on Win7/IE11/Chrome/FireFox. PS: How is Singular coming along ? I'm still waiting anxiously for a first release (even unstable) to play with it. D

[gwt-contrib] Re: Help testing the GWT 2.8 release

2015-11-10 Thread Petrică Clement Chiriac
Daniel is GWT 2.8.1-beta1 or GWT 2.8.0-beta1 ? Thanks, Petrica Chiriac On Monday, November 2, 2015 at 10:14:07 PM UTC+2, Daniel Kurka wrote: > > Hi all, > > the GWT team needs help testing the GWT 2.8.1-beta1 release. As always, > before we publicize the release we are doing a bunch of DOA (dea

[gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-10 Thread Lars
After the "Redo file watching refactor." change (d746d952defbd42c81317ccbd5da0f1561b81d36) both CodeServer and Compiler are broken for my project and also for the following build in samples (see below). What went wrong? Btw. I'm using Windows7 and Java7... Buildfile: C:\Projects2\gwt-git\sample

[gwt-contrib] Re: Help testing the GWT 2.8 release

2015-11-10 Thread Brandon Donnelson
@stuckagain, contact Colin for getting signed up to test one of the OSes. @Petrica it will be GWT 2.8.0-beta1 On Tuesday, November 10, 2015 at 3:40:51 AM UTC-8, Petrică Clement Chiriac wrote: > > Daniel is GWT 2.8.1-beta1 or GWT 2.8.0-beta1 ? > > Thanks, > Petrica Chiriac > > > On Monday, Novem

Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread Manuel Carrasco Moñino
Seems that method overloading is not working anymore with JS_RC mode, it was working in JS mode though: Example: boolean validate() boolean validate(String foo) Is it a feature not implemented yet, or it is not in the specification? Thanks - Manolo On Mon, Nov 9, 2015 at 3:40 PM, Cristi

Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread Julien Dramaix
Method overloading works in native JsType JsType(isNative=true) On Tue, Nov 10, 2015 at 5:15 PM Manuel Carrasco Moñino wrote: > Seems that method overloading is not working anymore with JS_RC mode, it > was working in JS mode though: > > Example: > >boolean validate() >boolean validate(S

Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread Manuel Carrasco Moñino
I see, it works, thanks. Any plan to work as well with gwt exported classes ? On Tue, Nov 10, 2015 at 5:33 PM, Julien Dramaix wrote: > Method overloading works in native JsType JsType(isNative=true) > > On Tue, Nov 10, 2015 at 5:15 PM Manuel Carrasco Moñino > wrote: > >> Seems that method over

Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread 'Roberto Lublinerman' via GWT Contributors
No plan to support through Java implementors, although there are plans to support varargs which would let you accomplish something similar. On Nov 10, 2015 08:53, "Manuel Carrasco Moñino" wrote: > I see, it works, thanks. > > Any plan to work as well with gwt exported classes ? > > On Tue, Nov 10

Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread Manuel Carrasco Moñino
var args sounds pretty good, but some kind of overloading based on the number of parameters like we had in gwt-exporter should cover many use cases, compiler could give an error (like it does now) when it sees two methods with the same-number-of-parameters signature. On Tue, Nov 10, 2015 at 5:59

Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread Manuel Carrasco Moñino
Another issue in the new implementation is that it's not supported any more static shared fields in JsType native interfaces, I think if we support static methods we should support static fields as well, or is there i any reason to prevent it ?. On Tue, Nov 10, 2015 at 6:11 PM, Manuel Carrasco Moñ

Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread 'Goktug Gokdogan' via GWT Contributors
In native types, the support for static methods are same as the support for static fields; only overlays are supported because we don't modify the native types. Can you give an example that works with static methods and doesn't work with static field but should work as well? What do you mean by "st

Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-10 Thread 'Roberto Lublinerman' via GWT Contributors
Could you run it with -Dgwt.watchFileChanges=false and let us know? That flag should turn of the file watching logic. On Tue, Nov 10, 2015 at 6:39 AM, Lars wrote: > After the "Redo file watching refactor." change > (d746d952defbd42c81317ccbd5da0f1561b81d36) both CodeServer and Compiler are > bro

Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-10 Thread 'Goktug Gokdogan' via GWT Contributors
Also is this happening in any other configuration? Java8? windows 10? I can't reproduce it with mac or linux. On Tue, Nov 10, 2015 at 9:39 PM, 'Roberto Lublinerman' via GWT Contributors wrote: > Could you run it with -Dgwt.watchFileChanges=false and let us know? That > flag should turn of the

Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-10 Thread 'Roberto Lublinerman' via GWT Contributors
It happens in windows with or without the flag I think. I run it with logLevel DEBUG and -string and it was failing to find the sources for javax.validation. But it is a real pain to setup an environment in windows that runs our build. Elemental also fails to build. On Tue, Nov 10, 2015 at 10:36 P