Re: [gwt-contrib] Re: Configurable checks for GWT

2016-05-10 Thread 'Goktug Gokdogan' via GWT Contributors
I can see that most of the new usages (e.g. Optional.java) is incorrect.
Can you guys fix those?

On Mon, May 9, 2016 at 2:12 PM, Goktug Gokdogan  wrote:

>
>
> On Mon, May 9, 2016 at 12:52 PM, Jens  wrote:
>
>> Hm ok, I think I got it. I would say my Arrays.sort() example should
>> actually use a critical check then because array.slice() can do lots
>> unexpected things (negative indexes for either argument works but results
>> an unexpected subset of array items to be sorted, toIndex can be larger
>> than fromIndex which basically results in no sorting at all) compared to
>> Java. A critical check would make sure that follow up code can expect the
>> array to be sorted they way its meant to be.
>>
>>
> That's fair; the way you described actually sounds like a good candidate
> for checkCritical. We already did similar with Arrays.copy to not end of
> with messed up indices.
>
>
>> I guess in some cases its just tough to draw the line.
>>
>>
> Yes, at the end it becomes a judgement call.
>
>
>> -- J.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "GWT Contributors" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/28e222a3-9138-447c-aeaa-a2daca59ccdd%40googlegroups.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAN%3DyUA0b6ZcVpHKEG5GpMigAc%2B%2BSP4EenmYb1%3Dh1oTd-Ei43bA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: Setting up gwt project for development

2016-05-10 Thread Konstantin Solomatov
Hello Thomas,
 

> I gave up trying to refactor/change the build/built-tool for GWT 2.x; 
> currently waiting for J2Cl and GWT 3.x to possibly start on new grounds.
>

Could you share the roadmap for J2CL? Is there any chance to try it before 
an official release? As far as I understand, it will be open source. Is 
there any chance that you share it on github or in some other place? 

Thanks,
Kostya

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/23e3e4fa-7555-4bbf-9a58-d0b5f745407a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Setting up gwt project for development

2016-05-10 Thread Konstantin Solomatov
That's really great news!

Thanks,
Kostya

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/3c42680c-c885-41bc-b1b0-8ecb2c0d895b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.