Re: [gwt-contrib] Re: Linker bug with useSourceMaps

2013-04-10 Thread Jens
If you are on Windows or Mac OS I would recommend http://www.sourcetreeapp.com/ as git frontend (its free). -- J. -- -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "Google Web Toolkit Contributor

Re: [gwt-contrib] Re: Linker bug with useSourceMaps

2013-04-10 Thread Alex Epshteyn
Thanks Thomas! I appreciate it. I'll give it a try! On Wed, Apr 10, 2013 at 5:01 PM, Thomas Broyer wrote: > > > On Wednesday, April 10, 2013 9:22:18 PM UTC+2, Alex Epshteyn wrote: >> >> Thanks Thomas! Is it possible to still use SVN by any chance? I haven't >> made the leap over to git yet

Re: [gwt-contrib] Re: Linker bug with useSourceMaps

2013-04-10 Thread Thomas Broyer
On Wednesday, April 10, 2013 9:22:18 PM UTC+2, Alex Epshteyn wrote: > > Thanks Thomas! Is it possible to still use SVN by any chance? I haven't > made the leap over to git yet as I'm still using an older version of > IntelliJ without git support. If not, could you help me out with some > comm

Re: [gwt-contrib] Re: Linker bug with useSourceMaps

2013-04-10 Thread Alex Epshteyn
Gotcha. I will certainly have more than one patch to contribute now that I've really dived into the GWT compiler internals, so I might as well start working with the new git-based system to make things easier for everyone. I've already made quite a few other enhancements and bug fixes to the whol

Re: [gwt-contrib] Re: Linker bug with useSourceMaps

2013-04-10 Thread Matthew Dempsky
On Wed, Apr 10, 2013 at 12:22 PM, Alex Epshteyn < alexander.epsht...@gmail.com> wrote: > Thanks Thomas! Is it possible to still use SVN by any chance? > We'll continue accepting patches from Rietveld, just it's a bit more work for us to merge them. -- -- http://groups.google.com/group/Google-

Re: [gwt-contrib] Re: Linker bug with useSourceMaps

2013-04-10 Thread Alex Epshteyn
Thanks Thomas! Is it possible to still use SVN by any chance? I haven't made the leap over to git yet as I'm still using an older version of IntelliJ without git support. If not, could you help me out with some command-line examples of how to submit my patch using git and Gerrit. Alex On Wed, A

[gwt-contrib] Re: Linker bug with useSourceMaps

2013-04-10 Thread Thomas Broyer
On Wednesday, April 10, 2013 8:03:41 PM UTC+2, Alex Epshteyn wrote: > > Okay, I found a pretty good solution. Solved the problem by adding a > method isSourceMapsEnabled to CompilationResult, which gets passed all > the way from Link to SelectionScriptLinker. The value is set in Link > via th

[gwt-contrib] Re: Linker bug with useSourceMaps

2013-04-10 Thread Alex Epshteyn
Okay, I found a pretty good solution. Solved the problem by adding a method isSourceMapsEnabled to CompilationResult, which gets passed all the way from Link to SelectionScriptLinker. The value is set in Link via the permutation's property oracles. I tested this and it works well! Now, how can I