GithubHelp home page GithubHelp logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
This is an <elseif> bug on stringtemplate.
I've checked in the workaround.

Original comment by [email protected] on 30 Sep 2010 at 3:07

  • Changed state: Fixed

from protostuff-googlecode-exported.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
[deleted comment]

from protostuff-googlecode-exported.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
thanks for the fix!
just a small warning left

   public static native boolean isInitialized(Candle obj) /*-{
        return 
            obj["1"] != null;
    }-*/;

between return and obj should not be break too!
i fixed that in gwt_overlay.stg for myself but would like to see that in trunk 
too

Original comment by [email protected] on 30 Sep 2010 at 10:36

from protostuff-googlecode-exported.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
I don't seem to be getting warnings in the isInitialized block (using 2.0.4 
with gwt eclipse plugin)
The problem with putting it all in one line is it's readability.

Original comment by [email protected] on 11 Oct 2010 at 1:12

from protostuff-googlecode-exported.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 11 Oct 2010 at 1:18

  • Changed title: GWT json compiler produces unnecessary line wrap

from protostuff-googlecode-exported.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
try using intellij idea. it's javascript validator shows warning.
and it's write because some javascript engines will ignore next line after 
'return' with line break.

Original comment by [email protected] on 11 Oct 2010 at 1:18

from protostuff-googlecode-exported.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Alright, I've added the necessary changes.
Note that gwt compiles your code obfuscated .. so mostly likely will not 
contain the line wrap.

Cheers

Original comment by [email protected] on 11 Oct 2010 at 1:43

from protostuff-googlecode-exported.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Thank you

Original comment by [email protected] on 11 Oct 2010 at 1:45

from protostuff-googlecode-exported.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
it would also be cool to change method create() in gwt_overlay.stg:


public static native <message.name> create() /*-{
    return {};
}-*/;

Original comment by [email protected] on 27 Oct 2010 at 7:28

from protostuff-googlecode-exported.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.