Monday, September 26, 2016

Trailing _0 in variable names and -generateJsInteropExports flag

Hello,

I just raised https://github.com/gwtproject/gwt/issues/9431 for which I had a quick rely (thanks for that!) but... it was closed and flagged invalid.

Rather than polluting the bug database further, I open this thread (which I would have done initially if I had not considered this behavior as a regression wrt 2.8beta1).

Now my question: I have done the suggested change: I added -generateJsInteropExports in my compile command, but it does not seem to do any good...

See https://github.com/jandsu/gwt-webworker/commit/37e4751bf5c1a914a65df8c8da9e5d311f55e78f

Whether I add -nogenerateJsInteropExports or -generateJsInteropExports does not seem to change anything (and if I make an intentional typo -nogenerateJsInteropExportypos, the compiler yells which proves that my flags are properly passed to the compiler).

After some research I am still stuck... Can it be that my custom linker (to make the generated code work in a web worker) is the cause of the problem?

Thanks in advance for your attention!

Best regards

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment