Re: Compiler options for reducing release build size of Royale projects

2020-11-20 Thread Josh Tynjala
I'll try to fill in the details soon. -- Josh Tynjala Bowler Hat LLC On Fri, Nov 20, 2020 at 11:42 AM Andrew Wetmore wrote: > I have added a section that includes the four compiler options that Carlos > mentioned. If there are more that, when used, reduce output size, t

Re: Compiler options for reducing release build size of Royale projects

2020-11-20 Thread Andrew Wetmore
I have added a section that includes the four compiler options that Carlos mentioned. If there are more that, when used, reduce output size, they should go there. I have not populated the descriptions, as a smart person should do that. a On Fri, Nov 20, 2020 at 3:23 PM Andrew Wetmore wrote: > Y

Re: Possibility to control the prefix for source-map urls?

2020-11-20 Thread Christofer Dutz
Hi all, just a question (hope it's not silly) But as we're planning on releasing soon ... would it be possible to set the url for this to an url including the release version on the royale.apache.org website? This way anyone should be able to debug. Currently it's always looking for a file path

Re: Compiler options for reducing release build size of Royale projects

2020-11-20 Thread Andrew Wetmore
Yes, that page is a good location. Should we start a subsection for these options which have the benefit of reducing output size? a On Fri, Nov 20, 2020 at 1:48 PM Carlos Rovira wrote: > Hi Josh, > > thanks for working on this. I finally could get here after weeks of hard > work in other things

Re: Possibility to control the prefix for source-map urls?

2020-11-20 Thread Josh Tynjala
Yes, that should allow users compiling with an SDK to debug the framework source files in the SDK. For Maven, I'm not really sure what to do because there usually isn't any original source code available without an SDK, so any suggestions are welcome. -- Josh Tynjala Bowler Hat LLC

Re: Possibility to control the prefix for source-map urls?

2020-11-20 Thread Carlos Rovira
Hi Josh, reaching to this now too. One of the things I'd like to do, if others are ok with it is to restore the source maps in royale libs (Core, Basic, Jewel,...) by default. We removed due to paths related to CI server which made source maps not usable at all. We can configure it properly for u

Re: Compiler options for reducing release build size of Royale projects

2020-11-20 Thread Carlos Rovira
Hi, in TodoMVC Crux version I get a downsize from 838k to 689kb I can add just these lines: -export-public-symbols=false -prevent-rename-protected-symbols=false -prevent-rename-internal-symbols=false -prevent-rename-public-static-methods=false (trying rename-public-instance-methods break app)

Re: Compiler options for reducing release build size of Royale projects

2020-11-20 Thread Carlos Rovira
Hi Josh, thanks for working on this. I finally could get here after weeks of hard work in other things with almost not time. I tried in Tour de Jewel with: -export-public-symbols=false -prevent-rename-protected-symbols=false -prevent-rename-internal-symbols=false -prevent-rename-public-static-met

Re: about releasing 0.9.8

2020-11-20 Thread Carlos Rovira
Hi! just finished my list of updates for 0.9.8 Others are welcome to add to it for upcoming release! :) El mar., 17 nov. 2020 a las 20:07, Josh Tynjala () escribió: > I just updated the RELEASE_NOTES.md files in both royale-compiler and > royale-asjs with my changes for the 0.9.8 release. Everyo