Re: [gwt-contrib] Re: Elemental 2?

2015-11-20 Thread 'Julien Dramaix' via GWT Contributors
Yes I'm currently working on Elemental2 and other intersting stuffs around JsInterop. It's a bit to early to communicate something right now. But you can expect to have more news in one or two months. Julien On Thu, Nov 19, 2015 at 7:04 PM Goktug Gokdogan wrote: > We have

[gwt-contrib] Re: Cannot build GWT anymore locally

2015-11-20 Thread Christian Nzhie
ok, thank for getting us informations. On Monday, November 2, 2015 at 10:15:42 AM UTC+1, Jens wrote: > > GWT tools repository has been migrated from Google Code to Github. > > You now need to pull https://github.com/gwtproject/tools > > -- J. > -- You received this message because you are

[gwt-contrib] Re: Jsinterop and Angular2

2015-11-20 Thread Paul Stockley
I think you will have a hard time using Angular 2 with GWT as it stands. I asked questions about supporting some of the more advanced features used by Angular2 such as decorators and they are not supported. In addition, you would have to take the output from GWT and run it through babel or a

Re: [gwt-contrib] Re: Elemental 2?

2015-11-20 Thread Stephen Haberman
> Meanwhile I will revive my own generator project. I'll take the opportunity to hop on a soapbox, but the "closed source/eventually open source" model is a curious trend that I think I've only seen in the GWT community (are their other examples?)... Musing, it probably stems from Google setting

Re: [gwt-contrib] Re: Elemental 2?

2015-11-20 Thread Julien Dramaix
It's a bit too early to answer to this question with absolute certainty but I don't think I can guarantee the full backward compatibility with the first version of elemental. On Friday, November 20, 2015 at 10:50:26 AM UTC+1, James Horsley wrote: > > Thanks for the update Julien. Do you know if

Re: [gwt-contrib] Re: Elemental 2?

2015-11-20 Thread Rene Hangstrup Møller
Thanks for the update. Looking forward to seeing what you have been cooking up. Meanwhile I will revive my own generator project. /Rene Den fredag den 20. november 2015 kl. 11.05.44 UTC+1 skrev Julien Dramaix: > > It's a bit too early to answer to this question with absolute certainty > but I

[gwt-contrib] Re: Error compiling with trunk and guava-gwt-18.0.jar

2015-11-20 Thread Jens
You need to use Guava from their master branch or a SNAPSHOT build. Guava will do a new release as soon das GWT 2.8 has been released. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving

[gwt-contrib] Error compiling with trunk and guava-gwt-18.0.jar

2015-11-20 Thread John Huss
I built GWT trunk locally today and I'm trying to compile my app that uses Java 8 lambdas along with guava-gwt-18.0,jar. When I compile I get an error thrown because of guava: [java]Tracing compile failure path for type 'com.google.common.collect.GwtPlatform' [java]

Re: [gwt-contrib] Re: Elemental 2?

2015-11-20 Thread 'Goktug Gokdogan' via GWT Contributors
No worries :) On Fri, Nov 20, 2015 at 10:27 AM, Stephen Haberman < stephen.haber...@gmail.com> wrote: > Hi Goktug, > > That's all true, thanks for providing a counter data point. You're right, > the JsInterop design docs/etc. were all out in the open from day 1, which I > thought was pretty

Re: [gwt-contrib] Re: Elemental 2?

2015-11-20 Thread 'Goktug Gokdogan' via GWT Contributors
Singular is not a Google project and not being developed internally. It is Daniel's personal project and as fas as I know it is already in the open source. We don't have anything to share for Elemental yet. We are talking with other teams, thinking about alternatives etc. Also when we release, it

Re: [gwt-contrib] Re: Elemental 2?

2015-11-20 Thread Stephen Haberman
Hi Goktug, That's all true, thanks for providing a counter data point. You're right, the JsInterop design docs/etc. were all out in the open from day 1, which I thought was pretty exiting. I definitely can't take any credit for providing useful feedback, but I enjoyed seeing the thoughts and

Re: [gwt-contrib] Re: Elemental 2?

2015-11-20 Thread 'Ray Cromwell' via GWT Contributors
Another thing to consider is that J2CL was developed as a 'bake off', in which multiple prototypes and designs were discussed/looked at (compile from Java with JDT, compile from bytecode, compile using Javac APIs, writing parser by hand, etc) It would have been a bit premature to release any of

Re: [gwt-contrib] Re: Error compiling with trunk and guava-gwt-18.0.jar

2015-11-20 Thread 'Goktug Gokdogan' via GWT Contributors
I would expect the RCs to work, the patch is already in the trunk for a while. On Fri, Nov 20, 2015 at 2:25 PM, Thomas Broyer wrote: > > > On Friday, November 20, 2015 at 4:45:15 PM UTC+1, Jens wrote: >> >> You need to use Guava from their master branch or a SNAPSHOT build.

[gwt-contrib] Re: Error compiling with trunk and guava-gwt-18.0.jar

2015-11-20 Thread Thomas Broyer
On Friday, November 20, 2015 at 4:45:15 PM UTC+1, Jens wrote: > > You need to use Guava from their master branch or a SNAPSHOT build. Guava > will do a new release as soon das GWT 2.8 has been released. > Oh, I thought 19.0-rc2 (or even 19.0-rc1) was enough. -- You received this message

Re: [gwt-contrib] Re: Error compiling with trunk and guava-gwt-18.0.jar

2015-11-20 Thread Jens
They have reverted the Array fix in the release branch of Guava 19 as they want it to be GWT 2.6 / 2.7 compatible. Guava 20+ will require GWT 2.8+ See GWT notes: https://github.com/google/guava/wiki/Release19 -- J. -- You received this message because you are subscribed to the Google Groups

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

2015-11-20 Thread 'Goktug Gokdogan' via GWT Contributors
dramaix@ is writing such a tool; that's how we are planning to generate Elemental2. On Fri, Nov 20, 2015 at 7:56 PM, Slava Pankov wrote: > And it would be nice to generate java code with new jsinterop annotations > based on typescript d.ts files. Dart team is going to