[gwt-contrib] IncrementalGenerator recommendations

2015-02-25 Thread Danilo Reinert
Hello contributors, I've looked for some orientation on using IncrementalGenerator but I couldn't find anything enlightening. Generator documentation is a bit better than it was before, but I still have some insecurities with IncrementalGenerator. Does anyone have some recommendations to pass?

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

2015-02-11 Thread Danilo Reinert
Ok, thanks. Em segunda-feira, 9 de fevereiro de 2015 10:03:24 UTC-3, Julien Dramaix escreveu: 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 danilo...@gmail.com

[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

Re: [gwt-contrib] Re: Getting rid of autoboxing?

2014-11-28 Thread Danilo Reinert
What Jens put is very reasonable and I also believe that such impactful optimizations should be optional and documented that way. Em sexta-feira, 21 de novembro de 2014 18h48min45s UTC-3, Jens escreveu: It could be conditioned on jsinterop being switched on or not, in general though, more

[gwt-contrib] Running TestCase from IDEA

2014-10-03 Thread Danilo Reinert
I've already set-up the gwt project in Intellij, excluding the super sources, and I can compile with success. But some testcases I can run from the IDE without any problem. Others, there's a classpath problem. See this log: Tracing compile failure path for type

[gwt-contrib] JavaScriptObject marker interface

2014-02-27 Thread Danilo Reinert
I work essentially with JSOs and I prefer to user the Interface-Impl pair pattern. It happens that sometimes I cannot use my interfaces because some components requires JavaScriptObject extensions, like JsArray. I'm missing some IsJavaScriptObject marker interface. Does that sounds

Re: [gwt-contrib] Re: IntelliJ IDEA set-up

2014-01-15 Thread Danilo Reinert
AM UTC+1, Danilo Reinert wrote: Has anyone set-up gwt project in IDEA 12+ ? I know Ray Cromwell has, among others most probably. Maybe he can share some files somewhere? In the (near?) future, we'll migrate out of Ant to make it easier to auto-configure your IDE (either Eclipse or IntelliJ

Re: [gwt-contrib] Re: IntelliJ IDEA set-up

2014-01-15 Thread Danilo Reinert
I'm unable to avoid java compiler confusion related to super classes. -- D. Reinert Em quarta-feira, 15 de janeiro de 2014 12h38min53s UTC-3, Danilo Reinert escreveu: I tried importing from eclipse files but I`m still getting 8 errors: java: duplicate class

[gwt-contrib] Run single GWTTestSuite on trunk

2014-01-14 Thread Danilo Reinert
How could I run a single TestSuite (or module) of gwt/trunk using ant? -- D. Reinert -- 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

[gwt-contrib] IntelliJ IDEA set-up

2014-01-14 Thread Danilo Reinert
Has anyone set-up gwt project in IDEA 12+ ? -- D. Reinert -- 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,

Re: [gwt-contrib] JsArrayList - ListT implementation for OverlayTypes (wrapping JsArrayT)

2013-12-09 Thread Danilo Reinert
Em sexta-feira, 22 de novembro de 2013 16h16min06s UTC-3, Goktug Gokdogan escreveu: On Thu, Nov 21, 2013 at 6:46 PM, Danilo Reinert danilo...@gmail.comjavascript: wrote: Hi all, Finally I've made an acceptable implementation of ListT for JavaScriptObjects. Thanks to T. Broyer's