Re: [gwt-contrib] GWT 2.5 Final - Next Week

2012-10-25 Thread Jim Douglas
Hi Unnur,

This is a regression of code that works in 2.3 and 2.4.  But we were able 
to implement a workaround based on the suggestions in the bug report.

Jim.

On Thursday, October 25, 2012 5:08:08 PM UTC-7, unnurg wrote:
>
> Hi Adam - 
>   I'm sorry, but we were only considering immediate regressions (so 
> stuff that worked in 2.4 and broke in 2.5) for the 2.5 RC2 -> 2.5 
> Final cherrypick list (we did add some patches that fixed older 
> problems, but they were patches that were small and ready to go, not 
> bug fix requests), and we also closed the door on new requests/issues 
> on Monday morning (at some point, we just have to draw the line and 
> get it out). 
>
> - Unnur 
>
> On Tue, Oct 23, 2012 at 1:07 PM, Adam Hawthorne 
> > 
> wrote: 
> > Hi Unnur, 
> > 
> > We just discovered that 
> > http://code.google.com/p/google-web-toolkit/issues/detail?id=7628severely 
> > breaks our application; is a fix for this a possibility for 2.5.0-final? 
> > 
> > For a little bit of background, we have a large number of high-level 
> command 
> > objects that may return data.  The web application requests using RPC 
> and 
> > the server responds with these commands.  When the client completes the 
> > commands, it can send responses back to the server with its next 
> request. 
> > These responses share a common parameterized superclass that holds a 
> value 
> > of that type.  Each subclass specifies a concrete type to the type 
> > parameter. 
> > 
> > What we initially found to be a problem was a class 'IntArrayResponse 
> > extends Response> '.  If the ArrayList had any 
> elements, 
> > we receive the RPC error.  It might be possible to specify the value in 
> each 
> > subclass, but we haven't yet verified that. 
> > 
> > Thanks for your response, 
> > 
> > Adam 
> > 
> > On Thu, Oct 18, 2012 at 11:56 AM, unnurg > 
> wrote: 
> >> 
> >> Hi Guys - 
> >>   We are going to be pushing the 2.5 RC2 (plus 1-2 minor cherrypicks) 
> to 
> >> Final next week - if there are any problems, please let me 
> >> (unn...@google.com ) know before Monday morning.  Note 
> that "problems" 
> >> includes only regressions - so stuff that worked in 2.4 and is now 
> broken in 
> >> 2.5. 
> >> 
> >> Thanks everyone! 
> >> - Unnur 
> >> 
> >> -- 
> >> http://groups.google.com/group/Google-Web-Toolkit-Contributors 
> > 
> > 
> > 
> > 
> > -- 
> > Adam Hawthorne 
> > Software Architect 
> > BASIS International Ltd. 
> > www.basis.com 
> > +1.505.938.6169 Phone 
> > +1.505.750.4128 Direct 
> > 
> > -- 
> > http://groups.google.com/group/Google-Web-Toolkit-Contributors 
>
>
>
> -- 
> DO NOT FORWARD 
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] GWT 2.5 Final - Next Week

2012-10-25 Thread Unnur Gretarsdottir
Hi Adam -
  I'm sorry, but we were only considering immediate regressions (so
stuff that worked in 2.4 and broke in 2.5) for the 2.5 RC2 -> 2.5
Final cherrypick list (we did add some patches that fixed older
problems, but they were patches that were small and ready to go, not
bug fix requests), and we also closed the door on new requests/issues
on Monday morning (at some point, we just have to draw the line and
get it out).

- Unnur

On Tue, Oct 23, 2012 at 1:07 PM, Adam Hawthorne  wrote:
> Hi Unnur,
>
> We just discovered that
> http://code.google.com/p/google-web-toolkit/issues/detail?id=7628 severely
> breaks our application; is a fix for this a possibility for 2.5.0-final?
>
> For a little bit of background, we have a large number of high-level command
> objects that may return data.  The web application requests using RPC and
> the server responds with these commands.  When the client completes the
> commands, it can send responses back to the server with its next request.
> These responses share a common parameterized superclass that holds a value
> of that type.  Each subclass specifies a concrete type to the type
> parameter.
>
> What we initially found to be a problem was a class 'IntArrayResponse
> extends Response> '.  If the ArrayList had any elements,
> we receive the RPC error.  It might be possible to specify the value in each
> subclass, but we haven't yet verified that.
>
> Thanks for your response,
>
> Adam
>
> On Thu, Oct 18, 2012 at 11:56 AM, unnurg  wrote:
>>
>> Hi Guys -
>>   We are going to be pushing the 2.5 RC2 (plus 1-2 minor cherrypicks) to
>> Final next week - if there are any problems, please let me
>> (unn...@google.com) know before Monday morning.  Note that "problems"
>> includes only regressions - so stuff that worked in 2.4 and is now broken in
>> 2.5.
>>
>> Thanks everyone!
>> - Unnur
>>
>> --
>> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>
>
>
>
> --
> Adam Hawthorne
> Software Architect
> BASIS International Ltd.
> www.basis.com
> +1.505.938.6169 Phone
> +1.505.750.4128 Direct
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors



-- 
DO NOT FORWARD

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors


Re: [gwt-contrib] GWT 2.5 Final - Next Week

2012-10-25 Thread Adam Hawthorne
Hi Unnur,

We just discovered that
http://code.google.com/p/google-web-toolkit/issues/detail?id=7628 severely
breaks our application; is a fix for this a possibility for 2.5.0-final?

For a little bit of background, we have a large number of high-level
command objects that may return data.  The web application requests using
RPC and the server responds with these commands.  When the client completes
the commands, it can send responses back to the server with its next
request.  These responses share a common parameterized superclass that
holds a value of that type.  Each subclass specifies a concrete type to the
type parameter.

What we initially found to be a problem was a class 'IntArrayResponse
extends Response> '.  If the ArrayList had any elements,
we receive the RPC error.  It might be possible to specify the value in
each subclass, but we haven't yet verified that.

Thanks for your response,

Adam

On Thu, Oct 18, 2012 at 11:56 AM, unnurg  wrote:

> Hi Guys -
>   We are going to be pushing the 2.5 RC2 (plus 1-2 minor cherrypicks) to
> Final next week - if there are any problems, please let me (
> unn...@google.com) know before Monday morning.  Note that "problems"
> includes only regressions - so stuff that worked in 2.4 and is now broken
> in 2.5.
>
> Thanks everyone!
> - Unnur
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors




-- 
Adam Hawthorne
Software Architect
BASIS International Ltd.
www.basis.com
+1.505.938.6169 Phone
+1.505.750.4128 Direct

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] GWT 2.5 Final - Next Week

2012-10-18 Thread Johannes Barop
I'm still having this issue: 
http://code.google.com/p/google-web-toolkit/issues/detail?id=7475

Am 18.10.2012 um 17:56 schrieb unnurg :

> Hi Guys -
>   We are going to be pushing the 2.5 RC2 (plus 1-2 minor cherrypicks) to 
> Final next week - if there are any problems, please let me 
> (unn...@google.com) know before Monday morning.  Note that "problems" 
> includes only regressions - so stuff that worked in 2.4 and is now broken in 
> 2.5.
> 
> Thanks everyone!
> - Unnur
> 
> -- 
> http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] GWT 2.5 Final - Next Week

2012-10-18 Thread Unnur Gretarsdottir
Hi Jens -
  It seems like both of those are still being debugged and are potentially
unrelated to the 2.5 upgrade.  As far as I know, there were few changes to
RequestFactory and TabLayoutPanel in 2.5.  I added both of those threads to
my watchlist however, and if they resolve in the next few days to point to
a 2.5 regression we'll see what we can do.  Thanks for the heads up!

- Unnur


On Thu, Oct 18, 2012 at 12:00 PM, Jens  wrote:

> These came up on the GWT group from guys upgrading to 2.5 RC1/2:
>
> RequestFactory (Update from 2.4 to 2.5):
> https://groups.google.com/forum/#!msg/google-web-toolkit/kYrmJ3gQLRI/ZcjrSIZ_qWYJ
> TabLayoutPanel (Update from 2.3 to 2.5):
> https://groups.google.com/forum/#!msg/google-web-toolkit/E2-DcCWhz6U/57a52tcPIaAJ
>
> -- J.
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors




-- 
DO NOT FORWARD

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] GWT 2.5 Final - Next Week

2012-10-18 Thread Unnur Gretarsdottir
Hi Johannes -
  I've confirmed that this is not a regression - just a known issue with
the new closure compiler stuff.  I've updated the bug accordingly.
- Unnur


On Thu, Oct 18, 2012 at 11:35 AM, Unnur Gretarsdottir wrote:

> Hmmm - I'm not sure that will qualify as a regression - did it work in 2.4
> (I thought closure compiler was new in 2.5)?  I'll ping our guys that
> worked on Closure Compiler though and see what the status is - thanks for
> the heads up!
> - Unnur
>
>
> On Thu, Oct 18, 2012 at 11:19 AM, Johannes Barop  wrote:
>
>> I'm still having this issue:
>> http://code.google.com/p/google-web-toolkit/issues/detail?id=7475
>>
>> Am 18.10.2012 um 17:56 schrieb unnurg :
>>
>> Hi Guys -
>>   We are going to be pushing the 2.5 RC2 (plus 1-2 minor cherrypicks) to
>> Final next week - if there are any problems, please let me (
>> unn...@google.com) know before Monday morning.  Note that "problems"
>> includes only regressions - so stuff that worked in 2.4 and is now broken
>> in 2.5.
>>
>> Thanks everyone!
>> - Unnur
>>
>> --
>> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>>
>>
>>
>
>
> --
> DO NOT FORWARD
>



-- 
DO NOT FORWARD

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] GWT 2.5 Final - Next Week

2012-10-18 Thread Jens
These came up on the GWT group from guys upgrading to 2.5 RC1/2:

RequestFactory (Update from 2.4 to 2.5): 
https://groups.google.com/forum/#!msg/google-web-toolkit/kYrmJ3gQLRI/ZcjrSIZ_qWYJ
TabLayoutPanel (Update from 2.3 to 2.5): 
https://groups.google.com/forum/#!msg/google-web-toolkit/E2-DcCWhz6U/57a52tcPIaAJ

-- J.

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] GWT 2.5 Final - Next Week

2012-10-18 Thread Unnur Gretarsdottir
Hmmm - I'm not sure that will qualify as a regression - did it work in 2.4
(I thought closure compiler was new in 2.5)?  I'll ping our guys that
worked on Closure Compiler though and see what the status is - thanks for
the heads up!
- Unnur


On Thu, Oct 18, 2012 at 11:19 AM, Johannes Barop  wrote:

> I'm still having this issue:
> http://code.google.com/p/google-web-toolkit/issues/detail?id=7475
>
> Am 18.10.2012 um 17:56 schrieb unnurg :
>
> Hi Guys -
>   We are going to be pushing the 2.5 RC2 (plus 1-2 minor cherrypicks) to
> Final next week - if there are any problems, please let me (
> unn...@google.com) know before Monday morning.  Note that "problems"
> includes only regressions - so stuff that worked in 2.4 and is now broken
> in 2.5.
>
> Thanks everyone!
> - Unnur
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>
>
>


-- 
DO NOT FORWARD

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] GWT 2.5 Final - Next Week

2012-10-18 Thread unnurg
Hi Guys -
  We are going to be pushing the 2.5 RC2 (plus 1-2 minor cherrypicks) to 
Final next week - if there are any problems, please let me 
(unn...@google.com) know before Monday morning.  Note that "problems" 
includes only regressions - so stuff that worked in 2.4 and is now broken 
in 2.5.

Thanks everyone!
- Unnur

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors