Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Manuel Carrasco Moñino
I agree 100%, the friction for contributing this project is huge. Not only
the setup of the project, but the review process, tools, build, etc.

We are trying to improve the process, right now contribution to the
documentation has been enormously simplified (please don't hesitate improve
to the contributors page if you found something wrong or unclear) but
anyway we must continue working to facilitate code contributions, we love
hearing suggestions and ideas from you.

On Mon, Feb 9, 2015 at 4:32 PM, Richard Wallis rdwal...@gmail.com wrote:

 I know it's too much to ask to move the project to github.  But even the
 authentication on this project is not done in the standard way.

 Last time I tried to submit a patch I was stuck for days because I'd done
 the checkout with --depth 1.

 There's a lot of friction to contributing to this project.

 I'm useless with git / the unix command line but things could be made
 easier.


 On Mon, Feb 9, 2015 at 5:18 PM, Manuel Carrasco Moñino man...@apache.org
 wrote:



 On Mon, Feb 9, 2015 at 4:15 PM, Richard Wallis rdwal...@gmail.com
 wrote:

 Thanks Thomas  Manuel for the handholding :)

 Managed to find git bash and create the cookie.

 If anyone has the time, please can the contribution process be made more
 standardized.


 What do you mean as standard, accept github pull requests?



 --
 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/CAM28XAuZ%2BEcRdHza2qARVJ0PspEt-WndjTrQFuwRWtqBQwwq%2BQ%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAuZ%2BEcRdHza2qARVJ0PspEt-WndjTrQFuwRWtqBQwwq%2BQ%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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/CAEqaEVhW5bhaySZLgxT-JU0ckpC-EOLCJjTReB2JQdhUhCysrg%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEqaEVhW5bhaySZLgxT-JU0ckpC-EOLCJjTReB2JQdhUhCysrg%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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/CAM28XAuxzbivGOHENea5%3DJ9hP_gcqp1PTDXmC-SM9Sn3__A4NA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Richard Wallis
Thanks Thomas  Manuel for the handholding :)

Managed to find git bash and create the cookie.

If anyone has the time, please can the contribution process be made more
standardized.

On Mon, Feb 9, 2015 at 5:11 PM, Manuel Carrasco Moñino man...@apache.org
wrote:


 On Mon, Feb 9, 2015 at 2:47 PM, Richard Wallis rdwal...@gmail.com wrote:

 Thanks for the help.

 I've contributed before, so everything is setup.  I just need the
 password (Is this not possible?).

 It's a bit too much to ask Windows users to install cygwin, I'll setup a
 vm if it's not possible to get a password.


 It's no so much, actually 'git for windows' is built on the top of cygwin,
 it installs a bash shell and iirc, some utilities like perl etc. You can
 even select if it installs some other unix like utilities like find etc.




  --
 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/CAM28XAvvg%3DHPgOGFPN5QOWoisKdF%2BZTRda0MBFoTNvybB%2B-awA%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAvvg%3DHPgOGFPN5QOWoisKdF%2BZTRda0MBFoTNvybB%2B-awA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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/CAEqaEVg0GZM---8LO75PgQTjvPU-EtB%3DmLxuFrf9DO5kVjQfWA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] What constitutes an acceptable emulated String.format implementation?

2015-02-09 Thread Colin Alworth
Its not that 3k is huge, its that it would be (to a developer, accustomed
to GWT's policies) massively larger than normally expected for built-in
methods. Just ran SOYC on a project (OBF but not closure), and the largest
java.lang.String method is 466 bytes, greater than twice the size of the
next biggest method. The entire class is only 1,749 bytes, and the entire
java.lang (for this project) is 10,535 bytes.

Adding String.format, once, using only %s to substitute in strings easily,
would add 30%.

On Mon Feb 09 2015 at 8:26:49 AM Benjamin DeLillo bpd9...@gmail.com wrote:

 Dan,

 Thanks for the response.

 sprintf.js is 3kB minified and 7.5kB uncompressed weighing in at just
 under 200 LoC, you mention this would be too big. Just how small would an
 implementation have to be to be acceptable? How large are other JRE
 emulation implementations by comparison? I spoke with Ray at GWT.Create
 2013 and his take on this was that although String.format was originally
 excluded from GWT for codesize reasons, that in today's browser/internet
 ecosystem the hit would be acceptable.

 I do agree that any less than complete implementation needs to have as
 obvious a failure mode as possible for when it diverges from String.format
 canon, and must be well documented and easy to find. How do other JRE
 emulation implementations handle this kind of divergence? Or do they avoid
 such divergence at all costs?



 On Monday, February 9, 2015 at 5:13:38 AM UTC-5, Daniel Kurka wrote:

 Hi Benjamin,

 thanks for reaching out to us. Answers are inline.


 On Sat, Feb 7, 2015 at 5:31 AM, Benjamin DeLillo bpd...@gmail.com
 wrote:

 For an implementation to be accepted would it have to conform to the entire 
 Java Formater spec? 
 http://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html

 I think supporting the entire java spec is impossible since we do not
 have Locale working (for codesize reasons). So we would need to discuss
 what a good subset would be


 Would an implementation lacking the Date/Time conversions be acceptable?

 Would an implementation that wraps sprintf.js be acceptable (if the 
 licensing is compatible)? https://github.com/alexei/sprintf.js

 I briefly skimmed the lib and it seems huge, so I am inclined to say no.
 In general you have to think about that any application will have the hit
 of that method in their app as soon as they call String.format one time in
 their code base.



 What about a minimal positional substitution implementation and nothing 
 more?


 Right now any code that relies on String.format will not compile in GWT
 and thus give the author a clear indication of having a problem. Once we
 support a subset this compile error might be gone, but we will be
 introducing runtime errors for not supported features rather than compile
 time errors.

 One could try to deal with these (and this is bad from the compiler
 perspective), by looking at the parameters of String.format and only allow
 statically resolvable arguments for the format String that are supported by
 the emulation, but this is a very tight coupling of compiler and lib that
 we do not want in the compiler.

 So if we want to do a minimal support of String.format these are the
 kinds of problems we need to discuss.



  --
 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/bc6afdc0-eb87-
 4815-b076-6db912f8f94c%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/bc6afdc0-eb87-4815-b076-6db912f8f94c%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




 --
 Google Germany GmbH
 *Dienerstr. 12*
 *80331 München*

 Registergericht und -nummer: Hamburg, HRB 86891
 Sitz der Gesellschaft: Hamburg
 Geschäftsführer: Graham Law, Katherine Stephens

  --
 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/fa54c87b-c54b-4c8d-87f9-ff234c04cc35%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/fa54c87b-c54b-4c8d-87f9-ff234c04cc35%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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 

[gwt-contrib] Javascript Exceptions in SDM about classes not being defined

2015-02-09 Thread Ali Akhtar
I'm using 2.8.0-SNAPSHOT, 
from https://github.com/manolo/gwt-snapshot/raw/master/

When I try to invoke the following method:

   public ClerkD setEvents(HasValue?... fields)
{
for (HasValue? f : fields)
{
f.addValueChangeHandler( e - validate() );
}
return this;
}

I get the following exception:

com.google.gwt.core.client.JavaScriptException: (ReferenceError) : 
Lcom_google_gwt_user_client_ui_HasValue_2_classLit_0_g$ is not defined

Any ideas what's going on here? The code compiles, I have the classes on 
classpath, but I still see that exception.

In fact, lately I've been getting a lot of these 'xxx_classLit_0_g$ not 
defined' exceptions in SDM. E.g:

https://groups.google.com/forum/#!topic/google-web-toolkit/RzsjqX2gGd4

https://groups.google.com/forum/#!topic/google-web-toolkit/Uf3IUgeUdP8

It seems that using any random class in GWT can cause that exception to 
come up. Which doesn't make sense as I'm writing valid code that compiles. 

Am I doing something wrong, or is this a bug in the compiler?

Would greatly appreciate if any light can be shed on this.

-- 
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/83b0b1f8-f8a7-4997-8426-62804e286adf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.8.0-SNAPSHOT

2015-02-09 Thread Ali Akhtar
Hey Manuel,

I'm using your linked repo, but I'm not sure if its updating. Defender 
methods were added a few days ago, however when I try to use them within 
client code, I get an 'undefined' javascript error.

-- 
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/e542c9ca-00ec-4466-826b-8f7ac5ef38af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Manuel Carrasco Moñino
On Mon, Feb 9, 2015 at 4:15 PM, Richard Wallis rdwal...@gmail.com wrote:

 Thanks Thomas  Manuel for the handholding :)

 Managed to find git bash and create the cookie.

 If anyone has the time, please can the contribution process be made more
 standardized.


What do you mean as standard, accept github pull requests?

-- 
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/CAM28XAuZ%2BEcRdHza2qARVJ0PspEt-WndjTrQFuwRWtqBQwwq%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Richard Wallis
I know it's too much to ask to move the project to github.  But even the
authentication on this project is not done in the standard way.

Last time I tried to submit a patch I was stuck for days because I'd done
the checkout with --depth 1.

There's a lot of friction to contributing to this project.

I'm useless with git / the unix command line but things could be made
easier.


On Mon, Feb 9, 2015 at 5:18 PM, Manuel Carrasco Moñino man...@apache.org
wrote:



 On Mon, Feb 9, 2015 at 4:15 PM, Richard Wallis rdwal...@gmail.com wrote:

 Thanks Thomas  Manuel for the handholding :)

 Managed to find git bash and create the cookie.

 If anyone has the time, please can the contribution process be made more
 standardized.


 What do you mean as standard, accept github pull requests?



 --
 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/CAM28XAuZ%2BEcRdHza2qARVJ0PspEt-WndjTrQFuwRWtqBQwwq%2BQ%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAuZ%2BEcRdHza2qARVJ0PspEt-WndjTrQFuwRWtqBQwwq%2BQ%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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/CAEqaEVhW5bhaySZLgxT-JU0ckpC-EOLCJjTReB2JQdhUhCysrg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Manuel Carrasco Moñino
On Mon, Feb 9, 2015 at 2:47 PM, Richard Wallis rdwal...@gmail.com wrote:

 Thanks for the help.

 I've contributed before, so everything is setup.  I just need the password
 (Is this not possible?).

 It's a bit too much to ask Windows users to install cygwin, I'll setup a
 vm if it's not possible to get a password.


It's no so much, actually 'git for windows' is built on the top of cygwin,
it installs a bash shell and iirc, some utilities like perl etc. You can
even select if it installs some other unix like utilities like find etc.






-- 
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/CAM28XAvvg%3DHPgOGFPN5QOWoisKdF%2BZTRda0MBFoTNvybB%2B-awA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.8.0-SNAPSHOT

2015-02-09 Thread Manuel Carrasco Moñino
It was updated yesterday with all the stuff in master, so those changes
should be there.
Today is going to be run in a couple of hours, although there are no
changes in the repo.
Try to force your maven cache to be updated: mvn -U

On Tue, Feb 10, 2015 at 7:39 AM, Ali Akhtar ali.rac...@gmail.com wrote:

 Hey Manuel,

 I'm using your linked repo, but I'm not sure if its updating. Defender
 methods were added a few days ago, however when I try to use them within
 client code, I get an 'undefined' javascript error.

 --
 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/e542c9ca-00ec-4466-826b-8f7ac5ef38af%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/e542c9ca-00ec-4466-826b-8f7ac5ef38af%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 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/CAM28XAuECu0rMy7dZOsZVa83mtyfYYwk9wSttLsM9XHytc%3DGYw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Javascript Exceptions in SDM about classes not being defined

2015-02-09 Thread 'Daniel Kurka' via GWT Contributors
This looks like the same compiler bug we are currently investigating, for
now you can clear your SDM cache (button on its page) and you should be
able to continue.

On Tue, Feb 10, 2015 at 7:16 AM, Ali Akhtar ali.rac...@gmail.com wrote:

 I'm using 2.8.0-SNAPSHOT, from
 https://github.com/manolo/gwt-snapshot/raw/master/

 When I try to invoke the following method:

public ClerkD setEvents(HasValue?... fields)
 {
 for (HasValue? f : fields)
 {
 f.addValueChangeHandler( e - validate() );
 }
 return this;
 }

 I get the following exception:

 com.google.gwt.core.client.JavaScriptException: (ReferenceError) :
 Lcom_google_gwt_user_client_ui_HasValue_2_classLit_0_g$ is not defined

 Any ideas what's going on here? The code compiles, I have the classes on
 classpath, but I still see that exception.

 In fact, lately I've been getting a lot of these 'xxx_classLit_0_g$ not
 defined' exceptions in SDM. E.g:

 https://groups.google.com/forum/#!topic/google-web-toolkit/RzsjqX2gGd4

 https://groups.google.com/forum/#!topic/google-web-toolkit/Uf3IUgeUdP8

 It seems that using any random class in GWT can cause that exception to
 come up. Which doesn't make sense as I'm writing valid code that compiles.

 Am I doing something wrong, or is this a bug in the compiler?

 Would greatly appreciate if any light can be shed on this.

 --
 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/83b0b1f8-f8a7-4997-8426-62804e286adf%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/83b0b1f8-f8a7-4997-8426-62804e286adf%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
Google Germany GmbH
*Dienerstr. 12*
*80331 München*

Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Graham Law, Katherine Stephens

-- 
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/CALLujirarjkVZiL-KXu735kWtSuiRQdMiQFVaWVwXgq75_AB5w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] What constitutes an acceptable emulated String.format implementation?

2015-02-09 Thread 'Goktug Gokdogan' via GWT Contributors
Also Daniel's point about compile-time errors are important. That could be
potentially handled with error-prone checkers.

On Mon, Feb 9, 2015 at 9:39 AM, Goktug Gokdogan gok...@google.com wrote:



 On Fri, Feb 6, 2015 at 8:31 PM, Benjamin DeLillo bpd9...@gmail.com
 wrote:

 For an implementation to be accepted would it have to conform to the entire 
 Java Formater spec? 
 http://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html

 We may have 'known' limitations.

 Would an implementation lacking the Date/Time conversions be acceptable?

 Yes, I think that is a possibility.

 Would an implementation that wraps sprintf.js be acceptable (if the 
 licensing is compatible)? https://github.com/alexei/sprintf.js


 I prefer stuff in core to be pure Java if there is no strong reason to do
 otherwise.

 What about a minimal positional substitution implementation and nothing more?

  Not sure about this one; perhaps other people may have a good arguments
 for one way or the other.


 --
 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/bc6afdc0-eb87-4815-b076-6db912f8f94c%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/bc6afdc0-eb87-4815-b076-6db912f8f94c%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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%3DyUA2rhkYhiOcCuvHa36ciH3KyVCH-0tQcaQNyZ-5mn%2BhfyQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] What constitutes an acceptable emulated String.format implementation?

2015-02-09 Thread 'Goktug Gokdogan' via GWT Contributors
On Fri, Feb 6, 2015 at 8:31 PM, Benjamin DeLillo bpd9...@gmail.com wrote:

 For an implementation to be accepted would it have to conform to the entire 
 Java Formater spec? 
 http://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html

 We may have 'known' limitations.

 Would an implementation lacking the Date/Time conversions be acceptable?

 Yes, I think that is a possibility.

 Would an implementation that wraps sprintf.js be acceptable (if the licensing 
 is compatible)? https://github.com/alexei/sprintf.js


 I prefer stuff in core to be pure Java if there is no strong reason to do
otherwise.

What about a minimal positional substitution implementation and nothing more?

  Not sure about this one; perhaps other people may have a good arguments
for one way or the other.


 --
 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/bc6afdc0-eb87-4815-b076-6db912f8f94c%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/bc6afdc0-eb87-4815-b076-6db912f8f94c%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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%3DyUA1NRNSdG-u%3D1pPyQKiNaeqWkdmeTvsuZ4wWJC3JHsF_6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] What constitutes an acceptable emulated String.format implementation?

2015-02-09 Thread 'Daniel Kurka' via GWT Contributors
Hi Benjamin,

thanks for reaching out to us. Answers are inline.

On Sat, Feb 7, 2015 at 5:31 AM, Benjamin DeLillo bpd9...@gmail.com wrote:

 For an implementation to be accepted would it have to conform to the entire 
 Java Formater spec? 
 http://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html

 I think supporting the entire java spec is impossible since we do not have
Locale working (for codesize reasons). So we would need to discuss what a
good subset would be



 Would an implementation lacking the Date/Time conversions be acceptable?

 Would an implementation that wraps sprintf.js be acceptable (if the licensing 
 is compatible)? https://github.com/alexei/sprintf.js

 I briefly skimmed the lib and it seems huge, so I am inclined to say no.
In general you have to think about that any application will have the hit
of that method in their app as soon as they call String.format one time in
their code base.



 What about a minimal positional substitution implementation and nothing more?


Right now any code that relies on String.format will not compile in GWT and
thus give the author a clear indication of having a problem. Once we
support a subset this compile error might be gone, but we will be
introducing runtime errors for not supported features rather than compile
time errors.

One could try to deal with these (and this is bad from the compiler
perspective), by looking at the parameters of String.format and only allow
statically resolvable arguments for the format String that are supported by
the emulation, but this is a very tight coupling of compiler and lib that
we do not want in the compiler.

So if we want to do a minimal support of String.format these are the kinds
of problems we need to discuss.



  --
 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/bc6afdc0-eb87-4815-b076-6db912f8f94c%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/bc6afdc0-eb87-4815-b076-6db912f8f94c%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
Google Germany GmbH
*Dienerstr. 12*
*80331 München*

Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Graham Law, Katherine Stephens

-- 
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/CALLujir_g5%2BZhbDbF_CnbHdKyfKAYomz9%2B9x3asZvu0O7vGQKg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] A little change on two http.client.Request modifiers

2015-02-09 Thread Danilo Reinert
Currently I'm using the http.client.Request class without the 
RequestBuilder for a project I'm working on, and I need to change 
the access level of two members from package to public: L148 
https://gwt.googlesource.com/gwt/+/master/user/src/com/google/gwt/http/client/Request.java#148
 (Ctor 
accepting a XMLHttpRequest, a timeout and a callback) and L233 
https://gwt.googlesource.com/gwt/+/master/user/src/com/google/gwt/http/client/Request.java#233
 (method 
to be called when the XHR ready state changes to 4).

So I don't have to override the class and relying on classpath tricks, 
considering I'm developing a public library, I wonder if there is any 
problem making this change in the original class.

Thanks.

-- 
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/3979ee78-9cee-4ac3-bd36-7d93b72fce07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Richard Wallis
Sorry, spoke to soon.  Daniel obtain password under HTTP password also
redirects to the create a cookie page.

Can I not read the password out of the cookie somehow?

On Mon, Feb 9, 2015 at 3:52 PM, Richard Wallis rdwal...@gmail.com wrote:

 Thanks Daniel, maybe the gerrit failed authentication prompt should point
 there:

 At the moment it reads:

 Please generate a new password at:
   https://gwt.googlesource.com/new-password

 Anyway thanks for the help everyone.

 On Mon, Feb 9, 2015 at 3:49 PM, 'Daniel Kurka' via GWT Contributors 
 google-web-toolkit-contributors@googlegroups.com wrote:

 Here is how you do it:

 1. Go to http://gwt-review.googlesource.com
 2. Upper left corner press on the arrow right of our login name
 3. Press preferences
 4. Press HTTP Password
 5. Press Obtain password

 -Daniel

 On Mon, Feb 9, 2015 at 2:47 PM, Richard Wallis rdwal...@gmail.com
 wrote:

 Thanks for the help.

 I've contributed before, so everything is setup.  I just need the
 password (Is this not possible?).

 It's a bit too much to ask Windows users to install cygwin, I'll setup a
 vm if it's not possible to get a password.

 Julien, I've read through the slides and they seem to have the same info
 as the contribution guide.

 On Mon, Feb 9, 2015 at 3:18 PM, Julien Dramaix julien.dram...@gmail.com
  wrote:

 Richard,

 You could find interesting information on how to contribute by reading
 the documents we've written for the contributor workshop at gwtcreate
 this year:
 Preparation step for the workshop: http://goo.gl/F4pk0V
 Workshop slides:
 https://docs.google.com/presentation/d/11W6b4JCKB3N1-EuaGRORyLkSNOJuW47Q8ArMs4NjkQg/pub?start=falseloop=falsedelayms=3

 Julien

 On Mon Feb 09 2015 at 1:59:31 PM Richard Wallis rdwal...@gmail.com
 wrote:

 Hi, trying to submit a patch and I can't authenticate.

 I go to https://gwt.googlesource.com

 I click generate password and I get instructions on how to generate a
 cookie on a Unix system.  I'm on Windows.

 I have signed the contributor agreement. Can I submit my patch via
 github?

 --
 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+unsubscribe@
 googlegroups.com.
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/google-web-toolkit-contributors/c3b6c72f-ccea-
 4d5a-afa1-5146d23b39e7%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c3b6c72f-ccea-4d5a-afa1-5146d23b39e7%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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/CAEqaEVjCJJtNDO1eDa-0BaRaz%2B0%2B4xQ3UBv2%3DE6Sp5EGdCkgMQ%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEqaEVjCJJtNDO1eDa-0BaRaz%2B0%2B4xQ3UBv2%3DE6Sp5EGdCkgMQ%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




 --
 Google Germany GmbH
 *Dienerstr. 12*
 *80331 München*

 Registergericht und -nummer: Hamburg, HRB 86891
 Sitz der Gesellschaft: Hamburg
 Geschäftsführer: Graham Law, Katherine Stephens

 --
 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/CALLujioMGcq_JeY4N1Okav0qXuDzFyFoR1otekc%3DspPott94VA%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CALLujioMGcq_JeY4N1Okav0qXuDzFyFoR1otekc%3DspPott94VA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google 

Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Julien Dramaix
I don't think you can read the password.

During the contributor workshop, several people have had this problem and
resetting the password using:
  https://gwt.googlesource.com/new-password
solve the issue.

Julien

On Mon Feb 09 2015 at 2:54:44 PM Richard Wallis rdwal...@gmail.com wrote:

 Sorry, spoke to soon.  Daniel obtain password under HTTP password also
 redirects to the create a cookie page.

 Can I not read the password out of the cookie somehow?

 On Mon, Feb 9, 2015 at 3:52 PM, Richard Wallis rdwal...@gmail.com wrote:

 Thanks Daniel, maybe the gerrit failed authentication prompt should point
 there:

 At the moment it reads:

 Please generate a new password at:
   https://gwt.googlesource.com/new-password

 Anyway thanks for the help everyone.

 On Mon, Feb 9, 2015 at 3:49 PM, 'Daniel Kurka' via GWT Contributors 
 google-web-toolkit-contributors@googlegroups.com wrote:

 Here is how you do it:

 1. Go to http://gwt-review.googlesource.com
 2. Upper left corner press on the arrow right of our login name
 3. Press preferences
 4. Press HTTP Password
 5. Press Obtain password

 -Daniel

 On Mon, Feb 9, 2015 at 2:47 PM, Richard Wallis rdwal...@gmail.com
 wrote:

 Thanks for the help.

 I've contributed before, so everything is setup.  I just need the
 password (Is this not possible?).

 It's a bit too much to ask Windows users to install cygwin, I'll setup
 a vm if it's not possible to get a password.

 Julien, I've read through the slides and they seem to have the same
 info as the contribution guide.

 On Mon, Feb 9, 2015 at 3:18 PM, Julien Dramaix 
 julien.dram...@gmail.com wrote:

 Richard,

 You could find interesting information on how to contribute by reading
 the documents we've written for the contributor workshop at gwtcreate
 this year:
 Preparation step for the workshop: http://goo.gl/F4pk0V
 Workshop slides:
 https://docs.google.com/presentation/d/11W6b4JCKB3N1-EuaGRORyLkSNOJuW47Q8ArMs4NjkQg/pub?start=falseloop=falsedelayms=3

 Julien

 On Mon Feb 09 2015 at 1:59:31 PM Richard Wallis rdwal...@gmail.com
 wrote:

 Hi, trying to submit a patch and I can't authenticate.

 I go to https://gwt.googlesource.com

 I click generate password and I get instructions on how to generate a
 cookie on a Unix system.  I'm on Windows.

 I have signed the contributor agreement. Can I submit my patch via
 github?

 --
 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+unsubscribe@
 googlegroups.com.
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/google-web-toolkit-contributors/c3b6c72f-ccea-
 4d5a-afa1-5146d23b39e7%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c3b6c72f-ccea-4d5a-afa1-5146d23b39e7%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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/CAEqaEVjCJJtNDO1eDa-0BaRaz%2B0%2B4xQ3UBv2%3DE6Sp5EGdCkgMQ%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEqaEVjCJJtNDO1eDa-0BaRaz%2B0%2B4xQ3UBv2%3DE6Sp5EGdCkgMQ%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




 --
 Google Germany GmbH
 *Dienerstr. 12*
 *80331 München*

 Registergericht und -nummer: Hamburg, HRB 86891
 Sitz der Gesellschaft: Hamburg
 Geschäftsführer: Graham Law, Katherine Stephens

 --
 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/CALLujioMGcq_JeY4N1Okav0qXuDzFyFoR1otekc%3DspPott94VA%40mail.gmail.com
 

Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Richard Wallis
https://gwt.googlesource.com/new-password is the page that everything else
directs to.

It tells me how to setup a cookie.

On Mon, Feb 9, 2015 at 3:59 PM, Julien Dramaix julien.dram...@gmail.com
wrote:

 I don't think you can read the password.

 During the contributor workshop, several people have had this problem and
 resetting the password using:
   https://gwt.googlesource.com/new-password
 solve the issue.

 Julien

 On Mon Feb 09 2015 at 2:54:44 PM Richard Wallis rdwal...@gmail.com
 wrote:

 Sorry, spoke to soon.  Daniel obtain password under HTTP password also
 redirects to the create a cookie page.

 Can I not read the password out of the cookie somehow?

 On Mon, Feb 9, 2015 at 3:52 PM, Richard Wallis rdwal...@gmail.com
 wrote:

 Thanks Daniel, maybe the gerrit failed authentication prompt should
 point there:

 At the moment it reads:

 Please generate a new password at:
   https://gwt.googlesource.com/new-password

 Anyway thanks for the help everyone.

 On Mon, Feb 9, 2015 at 3:49 PM, 'Daniel Kurka' via GWT Contributors 
 google-web-toolkit-contributors@googlegroups.com wrote:

 Here is how you do it:

 1. Go to http://gwt-review.googlesource.com
 2. Upper left corner press on the arrow right of our login name
 3. Press preferences
 4. Press HTTP Password
 5. Press Obtain password

 -Daniel

 On Mon, Feb 9, 2015 at 2:47 PM, Richard Wallis rdwal...@gmail.com
 wrote:

 Thanks for the help.

 I've contributed before, so everything is setup.  I just need the
 password (Is this not possible?).

 It's a bit too much to ask Windows users to install cygwin, I'll setup
 a vm if it's not possible to get a password.

 Julien, I've read through the slides and they seem to have the same
 info as the contribution guide.

 On Mon, Feb 9, 2015 at 3:18 PM, Julien Dramaix 
 julien.dram...@gmail.com wrote:

 Richard,

 You could find interesting information on how to contribute by
 reading the documents we've written for the contributor workshop at
 gwtcreate this year:
 Preparation step for the workshop: http://goo.gl/F4pk0V
 Workshop slides:
 https://docs.google.com/presentation/d/11W6b4JCKB3N1-EuaGRORyLkSNOJuW47Q8ArMs4NjkQg/pub?start=falseloop=falsedelayms=3

 Julien

 On Mon Feb 09 2015 at 1:59:31 PM Richard Wallis rdwal...@gmail.com
 wrote:

 Hi, trying to submit a patch and I can't authenticate.

 I go to https://gwt.googlesource.com

 I click generate password and I get instructions on how to generate
 a cookie on a Unix system.  I'm on Windows.

 I have signed the contributor agreement. Can I submit my patch via
 github?

 --
 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+unsubscribe@
 googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-
 contributors/c3b6c72f-ccea-4d5a-afa1-5146d23b39e7%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c3b6c72f-ccea-4d5a-afa1-5146d23b39e7%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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/CAEqaEVjCJJtNDO1eDa-0BaRaz%2B0%2B4xQ3UBv2%3DE6Sp5EGdCkgMQ%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEqaEVjCJJtNDO1eDa-0BaRaz%2B0%2B4xQ3UBv2%3DE6Sp5EGdCkgMQ%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




 --
 Google Germany GmbH
 *Dienerstr. 12*
 *80331 München*

 Registergericht und -nummer: Hamburg, HRB 86891
 Sitz der Gesellschaft: Hamburg
 Geschäftsführer: Graham Law, Katherine Stephens

 --
 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
 

Re: [gwt-contrib] What constitutes an acceptable emulated String.format implementation?

2015-02-09 Thread Benjamin DeLillo
Dan,

Thanks for the response.

sprintf.js is 3kB minified and 7.5kB uncompressed weighing in at just under 
200 LoC, you mention this would be too big. Just how small would an 
implementation have to be to be acceptable? How large are other JRE 
emulation implementations by comparison? I spoke with Ray at GWT.Create 
2013 and his take on this was that although String.format was originally 
excluded from GWT for codesize reasons, that in today's browser/internet 
ecosystem the hit would be acceptable.

I do agree that any less than complete implementation needs to have as 
obvious a failure mode as possible for when it diverges from String.format 
canon, and must be well documented and easy to find. How do other JRE 
emulation implementations handle this kind of divergence? Or do they avoid 
such divergence at all costs?



On Monday, February 9, 2015 at 5:13:38 AM UTC-5, Daniel Kurka wrote:

 Hi Benjamin,

 thanks for reaching out to us. Answers are inline.

 On Sat, Feb 7, 2015 at 5:31 AM, Benjamin DeLillo bpd...@gmail.com 
 javascript: wrote:

 For an implementation to be accepted would it have to conform to the entire 
 Java Formater spec? 
 http://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html

 I think supporting the entire java spec is impossible since we do not 
 have Locale working (for codesize reasons). So we would need to discuss 
 what a good subset would be
  

 Would an implementation lacking the Date/Time conversions be acceptable?

 Would an implementation that wraps sprintf.js be acceptable (if the 
 licensing is compatible)? https://github.com/alexei/sprintf.js

 I briefly skimmed the lib and it seems huge, so I am inclined to say no. 
 In general you have to think about that any application will have the hit 
 of that method in their app as soon as they call String.format one time in 
 their code base.
  


 What about a minimal positional substitution implementation and nothing more?


 Right now any code that relies on String.format will not compile in GWT 
 and thus give the author a clear indication of having a problem. Once we 
 support a subset this compile error might be gone, but we will be 
 introducing runtime errors for not supported features rather than compile 
 time errors.

 One could try to deal with these (and this is bad from the compiler 
 perspective), by looking at the parameters of String.format and only allow 
 statically resolvable arguments for the format String that are supported by 
 the emulation, but this is a very tight coupling of compiler and lib that 
 we do not want in the compiler.

 So if we want to do a minimal support of String.format these are the kinds 
 of problems we need to discuss. 

  

  -- 
 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 
 javascript:.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/bc6afdc0-eb87-4815-b076-6db912f8f94c%40googlegroups.com
  
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/bc6afdc0-eb87-4815-b076-6db912f8f94c%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Google Germany GmbH
 *Dienerstr. 12*
 *80331 München*

 Registergericht und -nummer: Hamburg, HRB 86891
 Sitz der Gesellschaft: Hamburg
 Geschäftsführer: Graham Law, Katherine Stephens
  

-- 
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/fa54c87b-c54b-4c8d-87f9-ff234c04cc35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Manuel Carrasco Moñino
You cannot submit your patch via github.

In windows, probably your git installation comes with a terminal where you
can copy and paste the instructions google give you to setup your cookies.

Otherwise I recommend to install cygwin, it comes with a terminal which
almost emulates a unix system environment, when installing cygwing select
git, and any other utility you could need.



On Mon, Feb 9, 2015 at 1:59 PM, Richard Wallis rdwal...@gmail.com wrote:

 Hi, trying to submit a patch and I can't authenticate.

 I go to https://gwt.googlesource.com

 I click generate password and I get instructions on how to generate a
 cookie on a Unix system.  I'm on Windows.

 I have signed the contributor agreement. Can I submit my patch via github?

 --
 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/c3b6c72f-ccea-4d5a-afa1-5146d23b39e7%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c3b6c72f-ccea-4d5a-afa1-5146d23b39e7%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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/CAM28XAv_b42LGTbZSsdZ1yBG13ZiU3q5%2Bj_uLuQ1GNooFFonWg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Richard Wallis
Thanks Daniel, maybe the gerrit failed authentication prompt should point
there:

At the moment it reads:

Please generate a new password at:
  https://gwt.googlesource.com/new-password

Anyway thanks for the help everyone.

On Mon, Feb 9, 2015 at 3:49 PM, 'Daniel Kurka' via GWT Contributors 
google-web-toolkit-contributors@googlegroups.com wrote:

 Here is how you do it:

 1. Go to http://gwt-review.googlesource.com
 2. Upper left corner press on the arrow right of our login name
 3. Press preferences
 4. Press HTTP Password
 5. Press Obtain password

 -Daniel

 On Mon, Feb 9, 2015 at 2:47 PM, Richard Wallis rdwal...@gmail.com wrote:

 Thanks for the help.

 I've contributed before, so everything is setup.  I just need the
 password (Is this not possible?).

 It's a bit too much to ask Windows users to install cygwin, I'll setup a
 vm if it's not possible to get a password.

 Julien, I've read through the slides and they seem to have the same info
 as the contribution guide.

 On Mon, Feb 9, 2015 at 3:18 PM, Julien Dramaix julien.dram...@gmail.com
 wrote:

 Richard,

 You could find interesting information on how to contribute by reading
 the documents we've written for the contributor workshop at gwtcreate
 this year:
 Preparation step for the workshop: http://goo.gl/F4pk0V
 Workshop slides:
 https://docs.google.com/presentation/d/11W6b4JCKB3N1-EuaGRORyLkSNOJuW47Q8ArMs4NjkQg/pub?start=falseloop=falsedelayms=3

 Julien

 On Mon Feb 09 2015 at 1:59:31 PM Richard Wallis rdwal...@gmail.com
 wrote:

 Hi, trying to submit a patch and I can't authenticate.

 I go to https://gwt.googlesource.com

 I click generate password and I get instructions on how to generate a
 cookie on a Unix system.  I'm on Windows.

 I have signed the contributor agreement. Can I submit my patch via
 github?

 --
 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+unsubscribe@
 googlegroups.com.
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/google-web-toolkit-contributors/c3b6c72f-ccea-
 4d5a-afa1-5146d23b39e7%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c3b6c72f-ccea-4d5a-afa1-5146d23b39e7%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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/CAEqaEVjCJJtNDO1eDa-0BaRaz%2B0%2B4xQ3UBv2%3DE6Sp5EGdCkgMQ%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEqaEVjCJJtNDO1eDa-0BaRaz%2B0%2B4xQ3UBv2%3DE6Sp5EGdCkgMQ%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




 --
 Google Germany GmbH
 *Dienerstr. 12*
 *80331 München*

 Registergericht und -nummer: Hamburg, HRB 86891
 Sitz der Gesellschaft: Hamburg
 Geschäftsführer: Graham Law, Katherine Stephens

 --
 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/CALLujioMGcq_JeY4N1Okav0qXuDzFyFoR1otekc%3DspPott94VA%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CALLujioMGcq_JeY4N1Okav0qXuDzFyFoR1otekc%3DspPott94VA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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 

Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Richard Wallis
Thanks for the help.

I've contributed before, so everything is setup.  I just need the password
(Is this not possible?).

It's a bit too much to ask Windows users to install cygwin, I'll setup a vm
if it's not possible to get a password.

Julien, I've read through the slides and they seem to have the same info as
the contribution guide.

On Mon, Feb 9, 2015 at 3:18 PM, Julien Dramaix julien.dram...@gmail.com
wrote:

 Richard,

 You could find interesting information on how to contribute by reading the
 documents we've written for the contributor workshop at gwtcreate this
 year:
 Preparation step for the workshop: http://goo.gl/F4pk0V
 Workshop slides:
 https://docs.google.com/presentation/d/11W6b4JCKB3N1-EuaGRORyLkSNOJuW47Q8ArMs4NjkQg/pub?start=falseloop=falsedelayms=3

 Julien

 On Mon Feb 09 2015 at 1:59:31 PM Richard Wallis rdwal...@gmail.com
 wrote:

 Hi, trying to submit a patch and I can't authenticate.

 I go to https://gwt.googlesource.com

 I click generate password and I get instructions on how to generate a
 cookie on a Unix system.  I'm on Windows.

 I have signed the contributor agreement. Can I submit my patch via github?

 --
 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/c3b6c72f-ccea-
 4d5a-afa1-5146d23b39e7%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c3b6c72f-ccea-4d5a-afa1-5146d23b39e7%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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/CAEqaEVjCJJtNDO1eDa-0BaRaz%2B0%2B4xQ3UBv2%3DE6Sp5EGdCkgMQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread 'Daniel Kurka' via GWT Contributors
Here is how you do it:

1. Go to http://gwt-review.googlesource.com
2. Upper left corner press on the arrow right of our login name
3. Press preferences
4. Press HTTP Password
5. Press Obtain password

-Daniel

On Mon, Feb 9, 2015 at 2:47 PM, Richard Wallis rdwal...@gmail.com wrote:

 Thanks for the help.

 I've contributed before, so everything is setup.  I just need the password
 (Is this not possible?).

 It's a bit too much to ask Windows users to install cygwin, I'll setup a
 vm if it's not possible to get a password.

 Julien, I've read through the slides and they seem to have the same info
 as the contribution guide.

 On Mon, Feb 9, 2015 at 3:18 PM, Julien Dramaix julien.dram...@gmail.com
 wrote:

 Richard,

 You could find interesting information on how to contribute by reading
 the documents we've written for the contributor workshop at gwtcreate
 this year:
 Preparation step for the workshop: http://goo.gl/F4pk0V
 Workshop slides:
 https://docs.google.com/presentation/d/11W6b4JCKB3N1-EuaGRORyLkSNOJuW47Q8ArMs4NjkQg/pub?start=falseloop=falsedelayms=3

 Julien

 On Mon Feb 09 2015 at 1:59:31 PM Richard Wallis rdwal...@gmail.com
 wrote:

 Hi, trying to submit a patch and I can't authenticate.

 I go to https://gwt.googlesource.com

 I click generate password and I get instructions on how to generate a
 cookie on a Unix system.  I'm on Windows.

 I have signed the contributor agreement. Can I submit my patch via
 github?

 --
 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/c3b6c72f-ccea-
 4d5a-afa1-5146d23b39e7%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c3b6c72f-ccea-4d5a-afa1-5146d23b39e7%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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/CAEqaEVjCJJtNDO1eDa-0BaRaz%2B0%2B4xQ3UBv2%3DE6Sp5EGdCkgMQ%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEqaEVjCJJtNDO1eDa-0BaRaz%2B0%2B4xQ3UBv2%3DE6Sp5EGdCkgMQ%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




-- 
Google Germany GmbH
*Dienerstr. 12*
*80331 München*

Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Graham Law, Katherine Stephens

-- 
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/CALLujioMGcq_JeY4N1Okav0qXuDzFyFoR1otekc%3DspPott94VA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Richard Wallis
Hi, trying to submit a patch and I can't authenticate.

I go to https://gwt.googlesource.com

I click generate password and I get instructions on how to generate a 
cookie on a Unix system.  I'm on Windows.

I have signed the contributor agreement. Can I submit my patch via github?

-- 
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/c3b6c72f-ccea-4d5a-afa1-5146d23b39e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] A little change on two http.client.Request modifiers

2015-02-09 Thread Julien Dramaix
Hi Danilo,

The best is to propose the change by submitting a CL in gerrit  and start
the discussion there.

Julien

On Mon Feb 09 2015 at 12:37:01 PM Danilo Reinert danilorein...@gmail.com
wrote:

 Currently I'm using the http.client.Request class without the
 RequestBuilder for a project I'm working on, and I need to change
 the access level of two members from package to public: L148
 https://gwt.googlesource.com/gwt/+/master/user/src/com/google/gwt/http/client/Request.java#148
  (Ctor
 accepting a XMLHttpRequest, a timeout and a callback) and L233
 https://gwt.googlesource.com/gwt/+/master/user/src/com/google/gwt/http/client/Request.java#233
  (method
 to be called when the XHR ready state changes to 4).

 So I don't have to override the class and relying on classpath tricks,
 considering I'm developing a public library, I wonder if there is any
 problem making this change in the original class.

 Thanks.

 --
 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/3979ee78-9cee-
 4ac3-bd36-7d93b72fce07%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/3979ee78-9cee-4ac3-bd36-7d93b72fce07%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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/CABb_3%3D65BLSet%2Bv7LDd_HBc1uDugHBJw50XObfNQmLSRYPQWvw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Julien Dramaix
Richard,

You could find interesting information on how to contribute by reading the
documents we've written for the contributor workshop at gwtcreate this
year:
Preparation step for the workshop: http://goo.gl/F4pk0V
Workshop slides:
https://docs.google.com/presentation/d/11W6b4JCKB3N1-EuaGRORyLkSNOJuW47Q8ArMs4NjkQg/pub?start=falseloop=falsedelayms=3

Julien

On Mon Feb 09 2015 at 1:59:31 PM Richard Wallis rdwal...@gmail.com wrote:

 Hi, trying to submit a patch and I can't authenticate.

 I go to https://gwt.googlesource.com

 I click generate password and I get instructions on how to generate a
 cookie on a Unix system.  I'm on Windows.

 I have signed the contributor agreement. Can I submit my patch via github?

 --
 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/c3b6c72f-ccea-
 4d5a-afa1-5146d23b39e7%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c3b6c72f-ccea-4d5a-afa1-5146d23b39e7%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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/CABb_3%3D5A0QKy86AweYGvoVSRCibKsbfKSneiCmPgX5tGeCosag%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Thomas Broyer


On Monday, February 9, 2015 at 3:04:34 PM UTC+1, Richard Wallis wrote:

 https://gwt.googlesource.com/new-password is the page that everything 
 else directs to.

 It tells me how to setup a cookie.


When I open that page, I see a Windows Users ↴ yellow box. Clicking on 
it, it then says “We recommend Git for Windows 
http://git-scm.com/download/win. Paste the following script into Git 
Bash.”

-- 
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/7ececd75-cf5a-49f3-949f-6019a3884a98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.