Re: [gwt-contrib] JsInterop Questions

2015-04-02 Thread Julien Dramaix
FYI, I've tested this morning with the last night's build and now it works fine with sdm. On Wed, Apr 1, 2015 at 9:10 PM Julien Dramaix julien.dram...@gmail.com wrote: If you have JsExport on a class in the first compilation, it works fine right? Nope I doesn't work. Even in the first

Re: [gwt-contrib] JsInterop Generator from webidl

2015-04-02 Thread 'Ray Cromwell' via GWT Contributors
Yes, there is a version under development based on html5index.org ( https://github.com/tidej/html5index) On Wed, Apr 1, 2015 at 8:39 PM, Stefano Ciccarelli sciccare...@gmail.com wrote: http://www.gwtproject.org/articles/elemental.html Is it the same? Il giorno mer 1 apr 2015 alle 23:32

Re: [gwt-contrib] JsInterop Generator from webidl

2015-04-02 Thread nick936
Hey, i know you guys develop Elemental 2.0. It's only for the people how are interested in the meantime. But you are welcome to look at the code. ( Besides it's inspired by laziness ;) ) Am Donnerstag, 2. April 2015 10:15:28 UTC+2 schrieb Ray Cromwell: Yes, there is a version under

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

2015-04-02 Thread James Nelson
I stand very much corrected. /hat tip/ I suppose I've already been using JsType so much it has begin to cloud my judgement. Hm. How ironic that the only methods unreachable to reflection-via-jsni would be private jsni methods? :-) -- You received this message because you are subscribed to

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

2015-04-02 Thread James Nelson
I suppose I technically have access to the AST nodes... If I *really *wanted to I could probably find a way, but that would be exceptionally nasty, so, no thanks... -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this

Re: [gwt-contrib] JsInterop retrofit

2015-04-02 Thread Julien Dramaix
Hi all, Finally, did you made a decision ? I like very much the *native methods* approach for its simplicity and a test library like PowerMock seems to be able to mock native methods. But Ray seems to have some concerns about using class instead of Interface. So what was the selected

Re: [gwt-contrib] JsInterop retrofit

2015-04-02 Thread 'Goktug Gokdogan' via GWT Contributors
I think last time I checked everybody was convinced this is the way to go and we are planning towards this. I'll update the spec when I have the chance. On Thu, Apr 2, 2015 at 6:08 AM, Julien Dramaix julien.dram...@gmail.com wrote: Hi all, Finally, did you made a decision ? I like very much

Re: [gwt-contrib] JsInterop Questions

2015-04-02 Thread 'Goktug Gokdogan' via GWT Contributors
Not sure but there is still a change that it might have just worked because SDK version change invalidated the caches. Does it work fine when you add a JsExport after the first compile? On Thu, Apr 2, 2015 at 1:54 AM, Julien Dramaix julien.dram...@gmail.com wrote: FYI, I've tested this morning