Re: [gwt-contrib] Re: Next GWT Contributor Hangout

2013-11-01 Thread Ivan Dimitrijevic
Can we get some kind of MoM?

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [gwt-contrib] Re: Next GWT Contributor Hangout

2013-11-01 Thread Bhaskar Janakiraman
Yes, sorry folks, as Matthew said earlier, we had technical problems with 
getting the video recording to work. Here's notes from the meeting (thanks 
to Brian). We'll do better next time.


   - 
   
   GWT Contributor hangout today (recording didn't work, so we just have 
   notes)
   - 
   
   James Northrup: wants to work on Mavenization; has a Maven project that 
   using GWT 2.5rc1. Using shell scripts to do the conversion.
   - 
  
  Want to be able to compile with just a method even if the rest of the 
  class is invalid. Ray: hard to do this using the JDT since it doesn't 
give 
  us anything back. We would need to investigate JDT's error recovery.
  - 
  
  Talked about Maven versus Gradle.
  - 
   
   Julian Dramaix is working on GSS; work in progress, next step is 
   conditional CSS. Ray: are you using the new syntax allowing you to call 
   functions? Yes. Ray: would be nice to have a conversion script for CSS - 
   GSS. Goktug: we shouldn't support two; too confusing. Brian: but we need a 
   transition.
   - 
   
   Colin: want to get snapshots going. Matthew is on it.
   - 
   
   Daniel and Ray talked about arrays. Ray: for typed arrays, we don't need 
   a type map because we can determine the type just by looking at it. For 
   regular arrays we can't. We should replace GWT.create() stuff with browser 
   checks in ArrayNormalizer. 
   

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[gwt-contrib] Re: Next GWT Contributor Hangout

2013-10-31 Thread Paul Stockley
When will the video be posted. Thx

On Friday, October 25, 2013 5:08:19 PM UTC-4, Bhaskar Janakiraman wrote:

 The next GWT contributors hangout will be on Wednesday, Oct 30, 10.45 - 
 11.30am PST. 

 We are making a change to the hangout sessions: it will be a regular 
 hangout and not a hangout-on-air, but we will record the session and upload 
 the video. Reasons for this:
 1. Improved audio quality with regular hangout.
 2. In the last couple of sessions, we only had 2-3 people who were 
 watching it live. 

 The video will be accessible from the GWT G+ 
 pagehttps://plus.google.com/u/1/b/116516353752856283537/116516353752856283537/posts
 .

 As before, if you want to participate in person in the hangout, please 
 send me your email address (to: bjanakiraman at google.com)  and I will 
 invite you to the hangout (limit of 10 remote participants). 
 Agenda:

 - GWT 2.6, status, patches in progress
 - Update on modular compilation and other on-going efforts. 

 Thanks,
 Bhaskar


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [gwt-contrib] Re: Next GWT Contributor Hangout

2013-10-31 Thread Matthew Dempsky
On Thu, Oct 31, 2013 at 7:32 AM, Paul Stockley pstockl...@gmail.com wrote:

 When will the video be posted. Thx


Sorry, we weren't able to record this meeting due to technical
difficulties. :(

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[gwt-contrib] Re: Next GWT Contributor Hangout

2013-10-28 Thread Joshb
Hi Bhaskar,

I am a long time GWT user (5+ years), and am very much interested in the 
developments surrounding SDM for the 3.0 release.  I know there has been a 
lot of talk about how the debug environment will look, and was hoping 
someone from google's GWT team could speak to what the goal is for GWT 3. 
 I came across these two videos:

http://www.youtube.com/watch?v=EbRviM8HgBs is a demo of how DART+Eclipse 
debugging works, and is exactly how I would hope a GWT implementation would 
go.  The video is by Seth Ladd, and if memory serves, he was on the GWT 
team at some point.  It looks like the solution uses Source Maps, and from 
my (limited) understanding, I would think that there are enough 
similarities between what is going on that something similar should work 
for GWT.  

http://www.youtube.com/watch?v=_uzSw_fb7NQ is a more generic 
Javscript-Eclipse debugging example.

I apologize if this isn't the right forum for this type of request/message, 
but as always, I will be following the hangout to see how things are 
progressing.

Thanks,

Josh

On Friday, October 25, 2013 5:08:19 PM UTC-4, Bhaskar Janakiraman wrote:

 The next GWT contributors hangout will be on Wednesday, Oct 30, 10.45 - 
 11.30am PST. 

 We are making a change to the hangout sessions: it will be a regular 
 hangout and not a hangout-on-air, but we will record the session and upload 
 the video. Reasons for this:
 1. Improved audio quality with regular hangout.
 2. In the last couple of sessions, we only had 2-3 people who were 
 watching it live. 

 The video will be accessible from the GWT G+ 
 pagehttps://plus.google.com/u/1/b/116516353752856283537/116516353752856283537/posts
 .

 As before, if you want to participate in person in the hangout, please 
 send me your email address (to: bjanakiraman at google.com)  and I will 
 invite you to the hangout (limit of 10 remote participants). 
 Agenda:

 - GWT 2.6, status, patches in progress
 - Update on modular compilation and other on-going efforts. 

 Thanks,
 Bhaskar


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.