Re: [gwt-contrib] CI / Jenkins configuration issue

2020-06-17 Thread 'Roberto Lublinerman' via GWT Contributors
any other repository I noticed on the gwt.googlesource.com repo. > > -- > Colin Alworth > co...@colinalworth.com > > > > On Wed, Jun 17, 2020, at 10:29 AM, 'Roberto Lublinerman' via GWT > Contributors wrote: > > The Jenkins server is online, however due to new

Re: [gwt-contrib] CI / Jenkins configuration issue

2020-06-17 Thread 'Roberto Lublinerman' via GWT Contributors
The Jenkins server is online, however due to new security related policies on the compute engine vms run by our teams, we cannot give public access to the Jenkins instance. The CI build is running as scheduled. The presubmit is broken, as far as I can tell it was broken long ago by a Jenkins

Re: [gwt-contrib] CI / Jenkins configuration issue

2020-05-03 Thread 'Roberto Lublinerman' via GWT Contributors
ange. Can a googler look into this, or grant us the > ability to do so? > > Thanks, > Colin > > On Monday, July 22, 2019 at 12:48:34 PM UTC-5, Roberto Lublinerman wrote: >> >> The issue is still not completely resolved and build.gwtproject.org is >> still unreacha

Re: [gwt-contrib] CI / Jenkins configuration issue

2019-07-22 Thread 'Roberto Lublinerman' via GWT Contributors
The issue is still not completely resolved and build.gwtproject.org is still unreachable. However continuous builds and presubmits should be working now. On Sun, Jul 7, 2019 at 4:39 AM Roberto Lublinerman wrote: > I am currently on vacation. The issue is that because of security concerns &g

Re: [gwt-contrib] CI / Jenkins configuration issue

2019-07-07 Thread 'Roberto Lublinerman' via GWT Contributors
I am currently on vacation. The issue is that because of security concerns new policies are in place regarding use of compute engine by Google teams. Http and https have been blocked by an enforcer bot. I will sort this out when I get back. There might be a need to transition out of this

Re: [gwt-contrib] CI / Jenkins configuration issue

2019-06-30 Thread 'Roberto Lublinerman' via GWT Contributors
It seems that we are running the build server in a way that a new enforcement mechanism disables http https serving. I'll follow up on the issue when I return. On Sun, Jun 30, 2019 at 1:30 PM Roberto Lublinerman wrote: > fixed > > On Sun, Jun 30, 2019 at 1:20 PM Roberto Lublinerman

Re: [gwt-contrib] CI / Jenkins configuration issue

2019-06-30 Thread 'Roberto Lublinerman' via GWT Contributors
It seems that there was some automatic configuration change that added a few firewall rules. I am looking into this but I will be out for a couple of weeks and I don't know if I'll be able to fix that before I return. On Sat, Jun 29, 2019 at 12:42 PM Jens wrote: > Can anybody with the

Re: [gwt-contrib] Fwd: Happy to announce general access for J2CL!

2018-11-21 Thread 'Roberto Lublinerman' via GWT Contributors
To save you some pain, you should probably use the WSL (Windows Subsystem for Linux). You can track the progress for and contribute to making it work natively in https://github.com/google/j2cl/issues/9. On Wed, Nov 21, 2018 at 4:32 PM Jason Washo wrote: > Awesome! I'm starting the process now.

Re: [gwt-contrib] Wrong deobfuscated stack traces

2018-07-30 Thread 'Roberto Lublinerman' via GWT Contributors
Looking at this traces it seems to me that the file/line is consistent but the member is completely off. That suggests that the wrong symbol map is being used. On Mon, Jul 30, 2018 at 4:40 AM Jens wrote: > In production we sometimes get exceptions and we log them using > StackTraceDeobfuscator

Re: [gwt-contrib] Re: IntelliJ IDEA project config

2018-04-25 Thread 'Roberto Lublinerman' via GWT Contributors
You can also set it up from the gradle build script here: https://gwt-review.googlesource.com/c/gwt/+/7984. It is quite outdated but I think with minimal work it might be brought up to date. I have used it in the past with success. On Wed, Apr 25, 2018 at 1:28 AM Jens

Re: [gwt-contrib] Re: Java10 support

2018-04-10 Thread 'Roberto Lublinerman' via GWT Contributors
On Mon, Apr 9, 2018 at 11:19 PM Alexander Leshkin < alexander.lesh...@gmail.com> wrote: > I'm stuck with a few issues in JDT compiler those make not possible to > launch "super sourced" tests at source level >= 9. > So, I have to first make patches for JDT and create custom JDT build > before

Re: [gwt-contrib] Re: Java10 support

2018-04-06 Thread 'Roberto Lublinerman' via GWT Contributors
On Thu, Apr 5, 2018 at 10:59 PM Alexander Leshkin < alexander.lesh...@gmail.com> wrote: > Ok. I'll prepare and upload the patch. > > Thanks for pointing out the solution's direction. > Np. Thanks for contributing to the compiler proper :). I was giving another look at the code and the safest

Re: [gwt-contrib] Re: Java10 support

2018-04-05 Thread 'Roberto Lublinerman' via GWT Contributors
On Thu, Apr 5, 2018 at 2:07 AM Alexander Leshkin < alexander.lesh...@gmail.com> wrote: > > Yes, all i had to do to make non-denotable type to work, is to replace > `$Local$` type with anonymous synthetic class name `Outer$1` when creating > JClassType for JLocal. > > Ok. So you changed

Re: [gwt-contrib] Re: Java10 support

2018-04-04 Thread 'Roberto Lublinerman' via GWT Contributors
On Wed, Apr 4, 2018 at 12:36 AM Alexander Leshkin < alexander.lesh...@gmail.com> wrote: But for non-denotable types GWT compiler breaks with assertion. E.g. it > breaks for anonymous local class: > var tuple = new Object(){ int first, second; }; > > It's because type binding for this declaration

[gwt-contrib] Code reviews on compiler patches

2018-03-22 Thread 'Roberto Lublinerman' via GWT Contributors
Anybody up for reviewing https://gwt-review.googlesource.com/c/gwt/+/20580? -- 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] Re: Gerrit Changes and Merging them into master

2018-02-06 Thread 'Roberto Lublinerman' via GWT Contributors
> There are also Java9 depeding issue which will not be reviewed for example. >> > > Yeah I agree, Java9 support, including new API emulations, should find its > way into GWT sooner than later. GWT usually has to wait for a good Eclipse > JDT release as GWT uses it to parse and compile GWT

Re: [gwt-contrib] Super slow compilation in projects with many wildcard generics

2017-09-27 Thread 'Roberto Lublinerman' via GWT Contributors
I would wait until an eclipse jdt release is done and upgrade JDT. On Tue, Sep 26, 2017 at 10:56 AM, Ignacio Baca Moreno-Torres < igna...@bacamt.com> wrote: > JDT has a bug (https://bugs.eclipse.org/bugs/show_bug.cgi?id=521438) that > make it super slow to compile some project involving

Re: [gwt-contrib] Re: Java 9

2017-07-26 Thread 'Roberto Lublinerman' via GWT Contributors
The correct link for the patches are https://gwt-review.googlesource.com/#/c/19000/ https://gwt-review.googlesource.com/#/c/19020/ On Wed, Jul 26, 2017 at 6:29 PM, Roberto Lublinerman <rlu...@google.com> wrote: > I have uploaded two patches for review to allow GWT to run under a Ja

Re: [gwt-contrib] Re: Java 9

2017-07-26 Thread 'Roberto Lublinerman' via GWT Contributors
I have uploaded two patches for review to allow GWT to run under a Java 9 vm. https://gwt-review.googlesource.com/#/c/19000/ https://gwt-review.googlesource.com/#/c/19001/ The main issue is (as noted by James) that the class loading has been revamped and GWT can no longer assume that the class

Re: [gwt-contrib] Fwd: jsinterop: @JsFunction .length always 0

2017-06-28 Thread 'Roberto Lublinerman' via GWT Contributors
n for all the answers so far. > > Vassilis > > On Tue, Jun 27, 2017 at 7:40 PM, 'Roberto Lublinerman' via GWT > Contributors <google-web-toolkit-contributors@googlegroups.com> wrote: > >> You can call it a missing feature. Clearly not a bug, not everything that &g

Re: [gwt-contrib] Fwd: jsinterop: @JsFunction .length always 0

2017-06-27 Thread 'Roberto Lublinerman' via GWT Contributors
You can call it a missing feature. Clearly not a bug, not everything that can be done in JS is available from Java with interop. For these situations you probably want to have some JS stubs. On Tue, Jun 27, 2017 at 1:09 AM, Vassilis Virvilis wrote: > Ok guys this is the last

Re: [gwt-contrib] Fwd: jsinterop woes: Part 2: return Double[]

2017-06-26 Thread 'Roberto Lublinerman' via GWT Contributors
> > > @Roberto > Please note that I am not mixing stuff (java and js objects in the same > array, or different kind of objects in the same array). > > D3 is doing the correct thing here. If you pass an array of something, > let's say T[] you can expect that you will be getting T and T[] out of D3

Re: [gwt-contrib] Fwd: jsinterop woes: Part 2: return Double[]

2017-06-26 Thread 'Roberto Lublinerman' via GWT Contributors
ail. > > -- > Colin Alworth > co...@colinalworth.com > > > > On Mon, Jun 26, 2017, at 12:09 PM, 'Roberto Lublinerman' via GWT > Contributors wrote: > > The short answer is that this is also not a bug. > > Java arrays are typed, JS arrays are not.

Re: [gwt-contrib] Fwd: jsinterop woes: Part 2: return Double[]

2017-06-26 Thread 'Roberto Lublinerman' via GWT Contributors
The short answer is that this is also not a bug. Java arrays are typed, JS arrays are not. So none of the examples you have will fully work. E.g. If you do array instanceof Date[] on an array built in JS filled with Dates it will fail. A native array is best modeled as SomeNativeJsType[] where

Re: [gwt-contrib] Fwd: jsinterop woes: Part 1: instanceof function in generics casting

2017-06-24 Thread 'Roberto Lublinerman' via GWT Contributors
The declaration package somepackage; @JsNative(isTrue, name = "ordinal") class Ordinal { } effectively says that there is a native type "somepackage.ordinal", which d3.ordinal is not. You can model it as a native interface for example where there is not such expectation. So as

Re: [gwt-contrib] Re: Elemental2 and JsInterop base beta releases available.

2017-04-06 Thread 'Roberto Lublinerman' via GWT Contributors
We relaxed restriction checking to allow void return type from getters. Cl is up for review: https://gwt-review.googlesource.com/#/c/18020/ On Thu, Apr 6, 2017 at 3:17 PM, Jens wrote: > Hmm, I have just built gwt head from source and used the above jars but > SDM

Re: [gwt-contrib] Re: Errors in com/google/gwt/emul/java/lang/String.java

2016-10-13 Thread 'Roberto Lublinerman' via GWT Contributors
You probably have a misconfigured class path. The symptoms are consistent with trying to compile rc3 GWT SDK emulation library with an rc2 compiler. On Thu, Oct 13, 2016 at 10:05 AM, Teletin Alin wrote: > Forgot to say that with: >> > The pom.xml versions for gwt: >

Re: [gwt-contrib] SNAPSHOT of 21 Sept breaks my build (invalid namespace

2016-09-21 Thread 'Roberto Lublinerman' via GWT Contributors
The error suggests a class path issue. The same patch that introduced in native string relaxed the checking for namespaces in the compiler to allow this situation ( https://gwt-review.googlesource.com/#/c/16881/). On Wed, Sep 21, 2016 at 2:46 AM, stuckagain wrote: > It

Re: [gwt-contrib] Re: Last call for 2.8.0-RC3

2016-09-09 Thread 'Roberto Lublinerman' via GWT Contributors
Arnaud, have you tried using -strict? GWT ignores compilation units with errors if they are not explicitly reachable from the entry point. I assume your Toto class is only referenced from JS. So if this class has any compile error (like missing references) then GWT does not see the class, much

Re: [gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-08-04 Thread 'Roberto Lublinerman' via GWT Contributors
${gwtversion} > > > > > > com.google.gwt > > gwt-servlet > > ${gwtversion} > > > > > > > > > > > > -Xms1024M -Xmx8g -Xss1024k > > > > > > compile > > > > > > > >

Re: [gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-08-04 Thread 'Roberto Lublinerman' via GWT Contributors
You might need to increase the heap size. JDT still uses more memory under Java 8 which is the source level that is currently supported by GWT (try -Xmx3g or -Xmx4g). On Thu, Aug 4, 2016 at 11:27 AM, Mark Duesbury wrote: > Hi .. Thanks for the rc... > > I have been

Re: [gwt-contrib] Re: Experimental release of Elemental2

2016-08-02 Thread 'Roberto Lublinerman' via GWT Contributors
Looking at the elemental code that uses a lambda which will not be EventHandler but a JsFunction. Could you try with an anonymous EventHandler instead? On Tue, Aug 2, 2016 at 1:51 AM, Steve Andrews wrote: > I've created a quick test project and put it at >

[gwt-contrib] Re: internal compiler error with latest SNAPSHOT

2016-07-20 Thread 'Roberto Lublinerman' via GWT Contributors
I filed a bug with a minimal repro at https://github.com/gwtproject/gwt/issues/9379 and uploaded a fix for review at https://gwt-review.googlesource.com/#/c/15450 On Wed, Jul 20, 2016 at 11:23 AM, Roberto Lublinerman <rlu...@google.com> wrote: > Could you guys file an issue for thi

Re: [gwt-contrib] get the obfuscated name of a class method in code?

2016-04-26 Thread 'Roberto Lublinerman' via GWT Contributors
You could use Impl.getNameOf() (look at gwt/user/test/com/google/gwt/junit/client/GWTTestCaseStackTraceTest.java for an example of usage). Note that using this feature will disable some optimizations on the target function. That being said, this is an internal functionality and could

Re: [gwt-contrib] Lambda overhead

2016-04-18 Thread 'Roberto Lublinerman' via GWT Contributors
bar(x); } > > bar(Object x) { if (x instanceof Callable) { print("it's a callable"); > } else if (x instanceof Runnable) { print("It's a runnable"); } } > > You need a castMap for that. > > > On Mon, Apr 18, 2016 at 10:17 AM, 'Roberto Lublinerman' via GWT

Re: [gwt-contrib] Lambda overhead

2016-04-18 Thread 'Roberto Lublinerman' via GWT Contributors
sn't > inline. > > You want something like x -> 42 + capture to compile to > makeLambda(function(x) { return 42 + capture }, castMap, classLit), > not function(x) { return Class.foo(capture, x); } do you not? > > > On Mon, Apr 18, 2016 at 9:49 AM, 'Roberto Lubl

Re: [gwt-contrib] Lambda overhead

2016-04-18 Thread 'Roberto Lublinerman' via GWT Contributors
; removes the unused inner class. > > I think if you try to model this in the Java AST it would impact too much > stuff. > > > On Mon, Apr 18, 2016 at 9:04 AM, 'Roberto Lublinerman' via GWT > Contributors <google-web-toolkit-contributors@googlegroups.com> wrote: > > We accep

Re: [gwt-contrib] Lambda overhead

2016-04-18 Thread 'Roberto Lublinerman' via GWT Contributors
a's, especially for JsFunction. When 2.8 > gets released, I think people will really start taking advantage of > existing JS libraries that really heavily use functions. > > > On Friday, April 15, 2016 at 12:03:12 PM UTC-4, Roberto Lublinerman wrote: >> >> It should not be

Re: [gwt-contrib] Lambda overhead

2016-04-15 Thread 'Roberto Lublinerman' via GWT Contributors
:57:00 AM UTC-4, Roberto Lublinerman wrote: >> >> Yes, right now all lambdas are implemented as anonymous inner classes, >> even the ones implementing JsFunction interfaces. >> >> On Fri, Apr 15, 2016 at 6:11 AM, Paul Stockley <pstoc...@gmail.com> >> wrot

Re: [gwt-contrib] Lambda overhead

2016-04-15 Thread 'Roberto Lublinerman' via GWT Contributors
Yes, right now all lambdas are implemented as anonymous inner classes, even the ones implementing JsFunction interfaces. On Fri, Apr 15, 2016 at 6:11 AM, Paul Stockley wrote: > Am I right in saying that java 8 lambda's under the covers is implemented > as an anonymous

Re: [gwt-contrib] Can't run SourceMapTest in Eclipse

2016-04-06 Thread 'Roberto Lublinerman' via GWT Contributors
I am not sure what should be included. I use our internal setup that has all those targets configured correctly already. In the open source build I normally build the distributions and then inlcude gwt-dev.jar and gwt-user.jar, IIRC. On Wed, Apr 6, 2016 at 2:24 PM, Michael Zhou

Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-11 Thread 'Roberto Lublinerman' via GWT Contributors
curred while > executing this line: > E:\gwt-2.8.0-beta1\samples\DynaTable\build.xml:40: Java returned: 1 > > Total time: 11 seconds > > Am Mittwoch, 11. November 2015 08:30:53 UTC+1 schrieb Roberto Lublinerman: >> >> It happens in windows with or without the flag I th

Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread 'Roberto Lublinerman' via GWT Contributors
No plan to support through Java implementors, although there are plans to support varargs which would let you accomplish something similar. On Nov 10, 2015 08:53, "Manuel Carrasco Moñino" wrote: > I see, it works, thanks. > > Any plan to work as well with gwt exported classes

Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-10 Thread 'Roberto Lublinerman' via GWT Contributors
PM, 'Goktug Gokdogan' via GWT Contributors < google-web-toolkit-contributors@googlegroups.com> wrote: > Also is this happening in any other configuration? Java8? windows 10? > > I can't reproduce it with mac or linux. > > > On Tue, Nov 10, 2015 at 9:39 PM, 'Robe

Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-10 Thread 'Roberto Lublinerman' via GWT Contributors
Could you run it with -Dgwt.watchFileChanges=false and let us know? That flag should turn of the file watching logic. On Tue, Nov 10, 2015 at 6:39 AM, Lars wrote: > After the "Redo file watching refactor." change > (d746d952defbd42c81317ccbd5da0f1561b81d36) both

Re: [gwt-contrib] GWT compiler optimization breaks some lambdas

2015-10-26 Thread 'Roberto Lublinerman' via GWT Contributors
> > I did not use pretty style because I thought that this flag produces > different result, I tested now and looks like the output is the same, but, > I'm pretty sure that some flags changes this issues, optimize is obvious > that fixes the problem, but I think that namespace=package also changes

Re: [gwt-contrib] GWT compiler optimization breaks some lambdas

2015-10-26 Thread 'Roberto Lublinerman' via GWT Contributors
It would be really helpful if you could isolate your problem to a small example. On Mon, Oct 26, 2015 at 2:39 PM, Roberto Lublinerman <rlu...@google.com> wrote: > I did not use pretty style because I thought that this flag produces >> different result, I tested now and looks

Re: [gwt-contrib] Gerrit -> Github issue linking

2015-10-26 Thread 'Roberto Lublinerman' via GWT Contributors
Use Bug-link, see https://gwt-review.googlesource.com/#/c/13710/ On Sun, Oct 25, 2015 at 5:25 AM, Jens wrote: > Hi, > > In Gerrit "Bug: issue " points to Google Code. Do we already have an > alternative wording for cross linking to Github? Something like "Bug: >

Re: [gwt-contrib] GWT compiler optimization breaks some lambdas

2015-10-24 Thread 'Roberto Lublinerman' via GWT Contributors
Are you using a recent snapshot? On Oct 24, 2015 04:40, "Ignacio Baca Moreno-Torres" wrote: > There is a bug which optimizations nullify variables which might not be > null. I'm trying to reproduce the error outside our app but I can't, I'll > continue trying, but for now I

Re: [gwt-contrib] GWT compiler optimization breaks some lambdas

2015-10-24 Thread 'Roberto Lublinerman' via GWT Contributors
3f9d8c7b07 (6 October 2015 >> at 04:29:19 GMT+2), I'll try tomorrow with HEAD, but looking the commits >> looks improbable that the problem has been solved. >> >> On Sat, Oct 24, 2015 at 10:30 PM 'Roberto Lublinerman' via GWT >> Contributors <google-web-toolkit-contribut

Re: [gwt-contrib] Class literals for JsTypes in superdevmode

2015-06-09 Thread 'Roberto Lublinerman' via GWT Contributors
'Roberto Lublinerman' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: This might be due to the way we handle class literals. Class literals for interfaces if not referenced during the initial compile might cause that error. The error should go aways if you restart SDM

Re: [gwt-contrib] Class literals for JsTypes in superdevmode

2015-06-09 Thread 'Roberto Lublinerman' via GWT Contributors
. Chris On Mon, Jun 8, 2015 at 6:55 PM 'Roberto Lublinerman' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: This might be due to the way we handle class literals. Class literals for interfaces if not referenced during the initial compile might cause that error

Re: [gwt-contrib] Class literals for JsTypes in superdevmode

2015-06-09 Thread 'Roberto Lublinerman' via GWT Contributors
are most likely to use SDM in uncompiled mode, and the 'error' can always be suppressed and turned into a warning. At best, it might inhibit a const optimization in Closure where it sees the same variable declared/assigned twice I think. On Tue, Jun 9, 2015 at 10:27 AM, 'Roberto Lublinerman

Re: [gwt-contrib] Class literals for JsTypes in superdevmode

2015-06-08 Thread 'Roberto Lublinerman' via GWT Contributors
This might be due to the way we handle class literals. Class literals for interfaces if not referenced during the initial compile might cause that error. The error should go aways if you restart SDM. The offending sequence is 0) Suppose initially you have (interface A, class B and class C) and

Re: [gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2015-05-05 Thread 'Roberto Lublinerman' via GWT Contributors
Balázs, the js.embedded.properties configuration property might help here. Try adding extend-configuration-property name=js.embedded.properties value=my.platform / to your gwt.xml file On Tue, May 5, 2015 at 6:26 AM, Kishore Palakollu kishorepalako...@gmail.com wrote: Hi Robert,

Re: [gwt-contrib] status of lambdas

2015-04-27 Thread 'Roberto Lublinerman' via GWT Contributors
Lambdas work fine in master. On Fri, Apr 24, 2015 at 6:02 PM, Stephen Haberman stephen.haber...@gmail.com wrote: Just curious, but what is the state of lambdas on master? Probably works? Known broken in some hairy boundary cases? Being used in production? Thanks, Stephen -- You

Re: [gwt-contrib] Jsni on String methods in GWT 2.7

2015-03-30 Thread 'Roberto Lublinerman' via GWT Contributors
Please file an issue to keep track. On Mon, Mar 30, 2015 at 9:06 AM, Roberto Lublinerman rlu...@google.com wrote: GWT strings and arrays are JS native strings and arrays (no prototype monkey patching), in Java code calls to Object, String, Array and Comparable methods are devirtualized

Re: [gwt-contrib] Jsni on String methods in GWT 2.7

2015-03-30 Thread 'Roberto Lublinerman' via GWT Contributors
GWT strings and arrays are JS native strings and arrays (no prototype monkey patching), in Java code calls to Object, String, Array and Comparable methods are devirtualized if applied to instances typed at one of those types. So the answer is yes: You wont be able to call instance methods this

Re: [gwt-contrib] Re: Snapshot repo?

2015-03-25 Thread 'Roberto Lublinerman' via GWT Contributors
failed) ? On Thu, Mar 19, 2015 at 5:45 PM 'Roberto Lublinerman' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: We are looking into it and will be hopefully resolved soon. On Thu, Mar 19, 2015 at 8:15 AM, Colin Alworth niloc...@gmail.com wrote: It looks like

Re: [gwt-contrib] Java8 emulation

2015-03-25 Thread 'Roberto Lublinerman' via GWT Contributors
I think we make run presubmits with Java 8. AFAIK presubmit only build the compiler (to see that is buildable) and run checkstyle. We will still run our main continuous build in Java 7 and there is an alternate continuous build with Java 8 (which is now broken). Can someone look at those

Re: [gwt-contrib] Re: Snapshot repo?

2015-03-19 Thread 'Roberto Lublinerman' via GWT Contributors
We are looking into it and will be hopefully resolved soon. On Thu, Mar 19, 2015 at 8:15 AM, Colin Alworth niloc...@gmail.com wrote: It looks like the build is failing, and has been for some days: http://build.gwtproject.org/job/gwt/49/#showFailuresLink Test Result (26 failures / -6)

Re: [gwt-contrib] Re: GWT 2.8 SnapShot Unexpected internal compiler error in SDM after switching to GSS

2015-03-18 Thread 'Roberto Lublinerman' via GWT Contributors
Can you provide a small repro case and open an issue for it? On Wed, Mar 18, 2015 at 6:15 AM, Travis Schmidt travis.schm...@gmail.com wrote: I hit a similar problem. I Turned on GSS with GWT 2.7 Release. I converted one of my files to .gss and let the converter handle the other files for

Re: [gwt-contrib] SuperDevMode sometimes puts member fields in __proto__ why is that ?

2014-12-05 Thread 'Roberto Lublinerman' via GWT Contributors
In draft compile Java compile time constants are emitted in the prototype. This should be exactly static final fields of primitive or string type assigned at declaration. This is the approach to compile time constants taken to implement Java semantics. FWIW in optimized compiles other fields

Re: [gwt-contrib] SuperDevMode sometimes puts member fields in __proto__ why is that ?

2014-12-05 Thread 'Roberto Lublinerman' via GWT Contributors
wrote: Static final fields on the prototype? I'm pretty sure these are promoted to global in optimized mode. Perhaps you meant final non-static fields? (which we should have an optimization for promoting to static :) ) On Fri, Dec 5, 2014 at 7:29 AM, 'Roberto Lublinerman' via GWT

Re: [gwt-contrib] Not able to run any GWTTestCase

2014-11-14 Thread 'Roberto Lublinerman' via GWT Contributors
This looks awfully a class path issue. Did you ant clean before building? On Fri, Nov 14, 2014 at 3:06 AM, Julien Dramaix julien.dram...@gmail.com wrote: I've updated my master branch (of the GWT-core project) the with the remote and now I'm not able to run any GWT test cases included in the

Re: [gwt-contrib] 2.7RC1 compiles fine but recompile returns errors

2014-11-07 Thread 'Roberto Lublinerman' via GWT Contributors
The reason why your are seeing error (1) in 2.7 and not in 2.6 (I assume) is that to implement minimal (class level) recompiles all the methods of a class are traversed in 2.7 where only entry point reachable methods were traversed in 2.6. In the past if you had a class that, for example,

Re: [gwt-contrib] Re: GWT 2.7.0-RC1 is available

2014-10-30 Thread 'Roberto Lublinerman' via GWT Contributors
There seems that some assertions in UnifyAST are not being satisfied in incremental SDM but it runs fine (and correctly) if you turn off assertions. On Wed, Oct 29, 2014 at 10:53 PM, jay j...@thegindins.com wrote: I grabbed the RC and switched to use it from my IntelliJ project. When starting

Re: [gwt-contrib] Re: GWT 2.7.0-RC1 is available

2014-10-30 Thread 'Roberto Lublinerman' via GWT Contributors
Yes. Will be fixed before final release. On Thu, Oct 30, 2014 at 2:23 PM, jay j...@thegindins.com wrote: I'll give that a try... Will the issue be handled before the final release? jay On Thursday, October 30, 2014 11:47:54 AM UTC-7, Roberto Lublinerman wrote: There seems that some

Re: [gwt-contrib] Re: odd super dev mode times

2014-10-19 Thread 'Roberto Lublinerman' via GWT Contributors
John detected that behavior in the persistent unit cache and has a fix for it. On Oct 19, 2014 7:16 PM, Stephen Haberman stephen.haber...@gmail.com wrote: ...and, right now, I can't even get the 3s time to kick in again. Ah ha...seems to be something with the PersistentUnitCache. When the

Re: [gwt-contrib] odd super dev mode times

2014-10-19 Thread 'Roberto Lublinerman' via GWT Contributors
The time it takes to compile depends not only on how many files are modified but also how big is the invalidation caused by the modification. Depending what gets invalidated it might require running more generators or (re) compiling many more types. Also the first few compiles are also warming up

Re: [gwt-contrib] class cast exception in ff 17

2014-10-03 Thread 'Roberto Lublinerman' via GWT Contributors
Can you isolate the bug and open an issue for it? If you upload a repro case I'll take a look. On Fri, Oct 3, 2014 at 11:52 AM, Stephen Haberman stephen.haber...@gmail.com wrote: Hey, I know FF17 is pretty old, but do we care about breakages in it? We noticed some client-side

Re: [gwt-contrib] Re: [2.7.0-SNAPSHOT] Bug in compilation with pretty mode

2014-10-01 Thread 'Roberto Lublinerman' via GWT Contributors
Can you reproduce that from the command line in a regular compile? If so can you post all the flags passed to the compiler? On Wed, Oct 1, 2014 at 2:27 PM, Julien Dramaix julien.dram...@gmail.com wrote: Am I the only one to have this problem ? On Fri, Sep 26, 2014 at 11:46 PM, Julien Dramaix

Re: [gwt-contrib] Compiler Faiure

2014-10-01 Thread 'Roberto Lublinerman' via GWT Contributors
This seems to be the error: java.lang.IncompatibleClassChangeError: class com.google.gwt.dev.javac.asm.CollectMethodData has interface org.objectweb.asm.MethodVisitor as super class and the problem seems to be that you have ASM 5 in your class path. (It seems that MethodVisitor was an interface

Re: [gwt-contrib] Re: [2.7.0-SNAPSHOT] Bug in compilation with pretty mode

2014-10-01 Thread 'Roberto Lublinerman' via GWT Contributors
I'll look into it. Manolo, Do you know what is the Building Unknown Task that is showing in our jenkins instance? On Wed, Oct 1, 2014 at 2:49 PM, Manuel Carrasco Moñino man...@apache.org wrote: Roberto, in my case this is the command line:

Re: [gwt-contrib] Re: [2.7.0-SNAPSHOT] Bug in compilation with pretty mode

2014-10-01 Thread 'Roberto Lublinerman' via GWT Contributors
Fixed. Review at https://gwt-review.googlesource.com/#/c/9432. The issue is only present with -localWorkers 1 and all workers except the first would get incorrect options. On Wed, Oct 1, 2014 at 4:23 PM, Roberto Lublinerman rlu...@google.com wrote: I'll look into it. Manolo, Do you know

[gwt-contrib] Re: SDM -XcompilePerFile: initial feedback

2014-08-18 Thread Roberto Lublinerman
So out of pure curiosity - are there obvious optimizations in the linker which are still pending? We have been thinking about strategies to incrementalize the work done by the linkers, one idea is to have a linker that outputs js for different Java classes to different resources and that

Re: [gwt-contrib] Upgrading Checkstyle to 5.7 (Java 7 grammar support and more)

2014-06-07 Thread 'Roberto Lublinerman' via GWT Contributors
We upgraded to checkstyle 5.7 in trunk ( https://gwt-review.googlesource.com/#/c/6670/). If you checkout out trunk or download the nighty builds (2.7.0-SNAPSHOP) from maven all the required changes (to ant, the style files, etc) are there. On Sat, Jun 7, 2014 at 1:26 AM, Michael Prentice

Re: [gwt-contrib] Add Object.clone as throwing implementation

2014-05-26 Thread 'Roberto Lublinerman' via GWT Contributors
The problem with implementing clone() at object is that it is an breaking change because of the rules for JSOs. JSOs are required to implement (and declare final) all Object methods because there is no dynamic dispatch. So having clone() at Object implies either implementing it in JavaScriptObject

Re: [gwt-contrib] Re: Nightly snapshot being uploaded to sonatype maven repository

2014-04-30 Thread 'Roberto Lublinerman' via GWT Contributors
Those maven snapshots were done while testing. The logs for the failed builds are not showing maven uploads. On Wed, Apr 30, 2014 at 3:45 AM, Jens jens.nehlme...@gmail.com wrote: Thats cool, however it seems like that builds with failing tests are pushed out to Maven? Jenkins build #27 and

Re: [gwt-contrib] collapse-all-properties and symbolMaps

2014-04-09 Thread Roberto Lublinerman
AFAIK I see no reason why symbolMaps are incompatible with collapse-all-properties. SymbolMaps seem to be controlled by compiler.useSymbolMap property and are emitted by SymbolMapsLinker. Perhaps on one of the permutations that property is set to false? Line 261 in SymbolMapsLinker.java seems to

Re: [gwt-contrib] Obfuscated compilation

2014-04-03 Thread Roberto Lublinerman
It is now a know problem. In fact from 2.5 to 2.6 there have been small improvements in compilation speed (on large projects). W.r.t. the exception in obfuscated mode, did you observe the problem on one permutation or in multiple? On Wed, Apr 2, 2014 at 9:52 PM, Michael Vogt

Re: [gwt-contrib] Obfuscated compilation

2014-04-03 Thread Roberto Lublinerman
Sorry for the mistype. I meant it is NOT a known problem. If you can provide an example that reproduces that behaviour I would love to debug it. On Thu, Apr 3, 2014 at 9:35 AM, Roberto Lublinerman rlu...@google.comwrote: It is now a know problem. In fact from 2.5 to 2.6 there have been small

Re: [gwt-contrib] Obfuscated compilation

2014-04-03 Thread Roberto Lublinerman
A type error like might just be equivalent to a java NullPointerException. Once the application is compiled to JavaScript instead of producing NPEs it produces TypeErrors. If you run it with -style PRETTY it might give you a hint where in the code the type error is ocurring and you might be able

Re: [gwt-contrib] Obfuscated compilation

2014-04-03 Thread Roberto Lublinerman
It would be interesting to look at the Symbol map corresponding to the breaking permutation and see what are the functions Bf and Xeb. On Thu, Apr 3, 2014 at 10:11 PM, Michael Vogt i...@michaelvogt.eu wrote: Just verified: When compiling the same code with style detailed, there is no

[gwt-contrib] Re: Change in gwt[master]: Slightly optimize System.nativeArraycopy for the common case.

2014-02-18 Thread Roberto Lublinerman
I don't know whether it is only me or a general problem but in my local repo Gerrit seems to be acting up, pushes take forever and end up in error. On Tue, Feb 18, 2014 at 8:24 PM, Roberto Lublinerman rlu...@google.comwrote: Roberto Lublinerman has uploaded a new patch set (#2). Change

Re: [gwt-contrib] One time whitespace cleanup.

2014-02-12 Thread Roberto Lublinerman
api-checker is in! On Wed, Feb 12, 2014 at 6:07 PM, Goktug Gokdogan gok...@google.com wrote: I have plenty of patches that were waiting for apichecker. Can you hold of until next week? On Wed, Feb 12, 2014 at 12:35 PM, John Stalcup stal...@google.com wrote: I'm going to do a one time

Re: [gwt-contrib] Cannot build any project since 5a972863

2014-01-24 Thread Roberto Lublinerman
:40 AM UTC-8, Roberto Lublinerman wrote: The bug in the post is not due to the issue being discussed in the thread. If you can attach a small project that repros the bug you are getting, I'll take a look. Best, Roberto. On Wed, Jan 22, 2014 at 10:30 PM, jay jay.g...@gmail.com wrote: I

Re: [gwt-contrib] Cannot build any project since 5a972863

2014-01-23 Thread Roberto Lublinerman
The bug in the post is not due to the issue being discussed in the thread. If you can attach a small project that repros the bug you are getting, I'll take a look. Best, Roberto. On Wed, Jan 22, 2014 at 10:30 PM, jay jay.gin...@gmail.com wrote: I realize that about the only thing in common is

Re: Re: [gwt-contrib] Can't build trunk with Java 6?

2014-01-17 Thread Roberto Lublinerman
Some changes to sourcemap generation require a version newer than 20131014. The sourcemap part of the closure tools can probably be compiled with as Java 6. On Fri, Jan 17, 2014 at 9:12 AM, Thomas Broyer t.bro...@gmail.com wrote: On Friday, January 17, 2014 3:59:58 PM UTC+1, Artur Signell

[gwt-contrib] Re: Can't build trunk with Java 6?

2014-01-13 Thread Roberto Lublinerman
Yep, I have just checked and sourcemap-rebased.jar is version 51.0 (i.e. compiled with Java7). GWT takes this dependency from the public closure release. On Thu, Jan 9, 2014 at 3:13 PM, Jens jens.nehlme...@gmail.com wrote: Looks like IE6 hasn't been completely removed? Oh that reminds me

Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-09 Thread Roberto Lublinerman
It seems that the build script needs to pass -sourceLevel 6 when compiling .gwtars (which we seem to ship incompiled form). I think I saw a patch or email regarding that issue. On Mon, Dec 9, 2013 at 8:17 AM, Matthew Dempsky mdemp...@google.com wrote: Hm, so is building with Java 6 a new

Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-05 Thread Roberto Lublinerman
Hi Colin, Did you do ant clean? I find it strange that the resource points to Matthew's hard drive, as if Impl was precompiled by him (and in that case probably is consistent that the version is 51.0). I build from scratch in my laptop (only has java 1.6) and builds and tests run fine. Is there

Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-05 Thread Roberto Lublinerman
AM UTC-6, Roberto Lublinerman wrote: Hi Colin, Did you do ant clean? I find it strange that the resource points to Matthew's hard drive, as if Impl was precompiled by him (and in that case probably is consistent that the version is 51.0). I build from scratch in my laptop (only has java 1.6

Re: [gwt-contrib] Re: Problem on sample Validation due to missing class in gwt-servlet

2013-11-13 Thread Roberto Lublinerman
On Wed, Nov 13, 2013 at 9:33 AM, Thomas Broyer t.bro...@gmail.com wrote: On Wednesday, November 13, 2013 5:41:12 PM UTC+1, Cristiano wrote: Hi All, I then think that it is needed a patch to include guava-15.0-rebased.jar, sourcemap-rebased.jar, protobuf-java-rebased-2.5.0.jar and

Re: [gwt-contrib] GWT 2.6 and Java 6

2013-11-09 Thread Roberto Lublinerman
UTC-6, Roberto Lublinerman wrote: You should be able to invoke devmode with -sourceLevel 6. Roberto Lublinerman | Software Engineer | rlu...@google.com javascript: | 408-500-9148 On Fri, Nov 8, 2013 at 3:31 PM, Colin Alworth nilo...@gmail.comjavascript: wrote: I'm not yet convinced

Re: [gwt-contrib] GWT 2.6 and Java 6

2013-11-08 Thread Roberto Lublinerman
You should be able to invoke devmode with -sourceLevel 6. Roberto Lublinerman | Software Engineer | rlu...@google.com | 408-500-9148 On Fri, Nov 8, 2013 at 3:31 PM, Colin Alworth niloc...@gmail.com wrote: I'm not yet convinced that this isn't either a) a workspace issue or b) a decision

Re: [gwt-contrib] Gerrit presubmit changes

2013-10-21 Thread Roberto Lublinerman
Fantastic. On Sun, Oct 20, 2013 at 9:28 PM, Stephen Haberman step...@exigencecorp.comwrote: Wow, that sounds awesome, Matthew. Great work. I'm looking forward to hopefully *not* triggering this great feedback. :-) - Stephen --

Re: [gwt-contrib] Re: packages com.google.gwt.thirdparty.*

2013-10-21 Thread Roberto Lublinerman
On Sun, Oct 20, 2013 at 3:21 PM, Thomas Broyer t.bro...@gmail.com wrote: See $GWT_TOOLS/lib/eclipse/README.jdt-upgrade (last paragraph), and comments in https://gwt-review.googlesource.com/#/c/2361/1/dev/build.xml (if you understand them; reading them now, I don't ;-) ) In retrospective I am

[gwt-contrib] Re: Can someone explain me why I get the following error?

2013-10-16 Thread Roberto Lublinerman
Seems to point that JavaScriptObject.class was compiled in java 7 mode but the codeserver is running in a java 6 vm. On Wednesday, October 16, 2013 2:19:54 PM UTC-7, Cristiano wrote: Hi All maybe I can be a little off-topic posting here but this is not an usual user question and hopefully

Re: [gwt-contrib] Re: GWT trunk + Java7

2013-09-09 Thread Roberto Lublinerman
Support for new language features is in trunk and Java 7 is now the default mode (for Java 6 mode you can use the flag -sourceLevel 6). Roberto Lublinerman | Software Engineer | rlu...@google.com | 408-500-9148 On Mon, Sep 9, 2013 at 1:15 AM, Thomas Broyer t.bro...@gmail.com wrote: On Sunday

  1   2   3   4   >