Re: Linkage problem for asjs compiler

2018-12-26 Thread Alex Harui
Interesting. Can you post the output JS file and enough of the AS file to see the “public class” and “extends” and “implements”. The properties and methods shouldn’t matter. -Alex From: mrchnk Reply-To: "users@royale.apache.org" Date: Wednesday, December 26, 2018 at 1:46 PM To:

Tour De Jewel now with Source Code included

2018-12-26 Thread Carlos Rovira
Hi! just let you know that Tour De Jewel has now a tab with source code in each example Here's the tweet about it: https://twitter.com/ApacheRoyale/status/1078091214409351168 Please, share and retweet if you like it! :) thanks -- Carlos Rovira http://about.me/carlosrovira

Re: Linkage problem for asjs compiler

2018-12-26 Thread mrchnk
I just tested latest nightly build 1735 Now I have another issue with linker: That time some required dependencies are omitted in index.html. But that classes are declared with dependencies on themselves. Also, no circular dependencies reported while using "-diagnostics=32768".