Re: [gwt-contrib] Discussion: Elemental Json

2014-08-01 Thread 'Ray Cromwell' via GWT Contributors
It is likely that all of the non-collections stuff is going to be totally redone with JsInterop. The actual collections interfaces (ArrayOf, etc) as well as Json, we may keep because it is useful to to have JRE implementations to work in a shared context. However, the implementations backing those

Re: [gwt-contrib] Discussion: Elemental Json

2014-08-01 Thread 'Goktug Gokdogan' via GWT Contributors
(Responded for the parts that I know the answer for) On Fri, Aug 1, 2014 at 8:07 AM, Manuel Carrasco Moñino wrote: > > Hi all > > There is a patch [1] from Thomas in gerrit for spliting elemental > apparently in 3 libraries: > - elemental-collections > - elemental-json > - elemental > > 1.- Wha

Re: [gwt-contrib] Re: Can someone mentor me through my first push to Gerrit?

2014-08-01 Thread Richard Wallis
As suspected the internal server error was my fault, I'd created a shallow clone because the full clone takes me more than an hour. Thanks for everyone's help with this. On Wed, Jul 30, 2014 at 3:02 PM, 'Daniel Kurka' via GWT Contributors < google-web-toolkit-contributors@googlegroups.com> wrote

[gwt-contrib] Discussion: Elemental Json

2014-08-01 Thread Manuel Carrasco Moñino
Hi all There is a patch [1] from Thomas in gerrit for spliting elemental apparently in 3 libraries: - elemental-collections - elemental-json - elemental 1.- What are the plans with elemental-json and elemental-collections? 2.- Are they though to replace some similar stuff in gwt-user like JsonUti