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

2014-04-09 Thread Manuel Carrasco Moñino
Hi all, Does someone know what is the reason for disabling symbolMaps when collapse-all-properties is set? Is that a desired constrain, or just a bug? I'm not familiar with this part of the code and I would like to take a look so as it can be fixed, could someone point where to have a look? -

Re: [gwt-contrib] Re: GWTproject site menu

2014-04-09 Thread Julien Dramaix
Hi Manolo, It's something I wanted to do for a while. Let's organize a conf call to talk about that. Julien On Mon, Apr 7, 2014 at 8:40 PM, Daniel Kurka danku...@google.com wrote: If you move stuff around you will need to make sure that links (also external) won't break. (we still get a lot

Re: [gwt-contrib] gwtproject.org link tree broken

2014-04-09 Thread Julien Dramaix
FYI, I've uploaded a patch to fix this issue : https://gwt-review.googlesource.com/#/c/6941/1 On Friday, January 24, 2014 11:56:04 AM UTC+1, Julien Dramaix wrote: I guess it's broken since the beginning. As you mentioned the bug only occurs when you start the navigation from

Re: [gwt-contrib] Re: GWTproject site menu

2014-04-09 Thread Manuel Carrasco Moñino
Hi all, Julien and me have created a document with some plans about the gwtproject.org site. Please, feel free to add any comment you have. On Wed, Apr 9, 2014 at 9:28 AM, Julien Dramaix julien.dram...@gmail.comwrote: Hi Manolo, It's something I wanted to do for a while. Let's organize a

Re: [gwt-contrib] Re: GWTproject site menu

2014-04-09 Thread Manuel Carrasco Moñino
Sorry forgot the link to the document :-( https://docs.google.com/document/d/1LJm-xDAK23uASwK59JUAnAeaNjPH5dF9N4LWdgSI9Ik/edit - Manolo On Wed, Apr 9, 2014 at 1:36 PM, Manuel Carrasco Moñino man...@apache.orgwrote: Hi all, Julien and me have created a document with some plans about the

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