Re: Linkage problem for asjs compiler

2019-01-16 Thread mrchnk
t; > -Alex > > > > *From: *mrchnk > *Reply-To: *"users@royale.apache.org" > *Date: *Friday, January 11, 2019 at 7:14 AM > > > *To: *"users@royale.apache.org" > *Subject: *Re: Linkage problem for asjs compiler > > > > Hi Alex. > &

Re: Linkage problem for asjs compiler

2019-01-11 Thread mrchnk
From: *mrchnk > *Reply-To: *"users@royale.apache.org" > *Date: *Saturday, January 5, 2019 at 12:06 AM > > > *To: *"users@royale.apache.org" > *Subject: *Re: Linkage problem for asjs compiler > > > > Something changed in build 1770. > > > >

Re: Linkage problem for asjs compiler

2019-01-04 Thread Alex Harui
Are you still having the problem in the latest nightly? -Alex From: mrchnk Reply-To: "users@royale.apache.org" Date: Friday, January 4, 2019 at 3:06 PM To: "users@royale.apache.org" Subject: Re: Linkage problem for asjs compiler I tried to reproduce that case with m

Re: Linkage problem for asjs compiler

2019-01-03 Thread mrchnk
xed this in a test case I built. Let us know if > it solves your issue. > > > > -Alex > > > > *From: *Alex Harui > *Reply-To: *"users@royale.apache.org" > *Date: *Thursday, December 27, 2018 at 10:52 PM > > > *To: *"users@royale.apa

Re: Linkage problem for asjs compiler

2019-01-01 Thread Alex Harui
I pushed changes that fixed this in a test case I built. Let us know if it solves your issue. -Alex From: Alex Harui Reply-To: "users@royale.apache.org" Date: Thursday, December 27, 2018 at 10:52 PM To: "users@royale.apache.org" Subject: Re: Linkage problem for asjs c

Re: Linkage problem for asjs compiler

2018-12-27 Thread Alex Harui
users@royale.apache.org>> Date: Wednesday, December 26, 2018 at 1:46 PM To: "users@royale.apache.org<mailto:users@royale.apache.org>" mailto:users@royale.apache.org>> Subject: Re: Linkage problem for asjs compiler I just tested latest nightly build 1735 Now I

Re: Linkage problem for asjs compiler

2018-12-26 Thread Alex Harui
To: "users@royale.apache.org" Subject: Re: Linkage problem for asjs compiler 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 themselve

Re: Linkage problem for asjs compiler

2018-12-26 Thread mrchnk
rom base classes is not a > recommended practice). > > > > -Alex > > > > *From: *mrchnk > *Reply-To: *"users@royale.apache.org" > *Date: *Tuesday, December 18, 2018 at 1:26 PM > > > *To: *"users@royale.apache.org" > *Subject: *Re: Linkage problem f

Re: Linkage problem for asjs compiler

2018-12-18 Thread mrchnk
> JavaScript should be able to set up these classes and constructors without > problem. > > > > -Alex > > > > *From: *mrchnk > *Reply-To: *"users@royale.apache.org" > *Date: *Tuesday, December 18, 2018 at 12:24 PM > > > *To: *"users

Re: Linkage problem for asjs compiler

2018-12-18 Thread Alex Harui
8 at 12:24 PM To: "users@royale.apache.org" Subject: Re: Linkage problem for asjs compiler I found the issue for that case. The problem is in Animation constructor: ... if (_rootTimeline == null) { if (_rootFrame == -1) { _rootFrame = 0; _root

Re: Linkage problem for asjs compiler

2018-12-18 Thread mrchnk
a long history, so it could be really bad >>> at dependencies with spaghetti code. >>> >>> But that seems to be ok for a mxmlc compiler from AIR SDK. >>> >>> >>> >>> On Mon, Dec 17, 2018 at 10:49 AM Alex Harui wrote: >>> >>> Hi,, >>

Re: Linkage problem for asjs compiler

2018-12-18 Thread mrchnk
tic var initialized:Boolean; >> >> public static var foo:int;; >> >> public static function initialize() { >> >>SomeClass.foo = SomeOtherClass.foo; >> >>SomeClass.initialized = true; >> >> } >> >> } >> >> >

Re: Linkage problem for asjs compiler

2018-12-18 Thread mrchnk
} > > } > > > > And then before you actually read SomeClass.foo, add > > > >if (!SomeClass.initialized) SomeClass.initialize(); > > > > But first, we have to see if there is a circularity being reported. > > > > HTH, > > -Alex >

Re: Linkage problem for asjs compiler

2018-12-17 Thread mrchnk
-Alex > > > > *From: *Alex Harui > *Reply-To: *"users@royale.apache.org" > *Date: *Friday, December 14, 2018 at 11:32 PM > > > *To: *"users@royale.apache.org" > *Subject: *Re: Linkage problem for asjs compiler > > > > Hi, > > >

Re: Linkage problem for asjs compiler

2018-12-14 Thread Alex Harui
.org>" mailto:users@royale.apache.org>> Date: Friday, December 14, 2018 at 8:22 AM To: "users@royale.apache.org<mailto:users@royale.apache.org>" mailto:users@royale.apache.org>> Subject: Re: Linkage problem for asjs compiler I don't know anything about the opti

Re: Linkage problem for asjs compiler

2018-12-14 Thread mrchnk
ked for earlier, please also post link to > openfl.swc and openfl.min.js. > > > > Thanks, > > -Alex > > > > *From: *mrchnk > *Reply-To: *"users@royale.apache.org" > *Date: *Friday, December 14, 2018 at 8:22 AM > *To: *"users@royale.apac

Re: Linkage problem for asjs compiler

2018-12-14 Thread mrchnk
ent.js in a SWC? > > Thanks, > -Alex > > *From: *mrchnk > *Reply-To: *"users@royale.apache.org" > *Date: *Thursday, December 13, 2018 at 10:24 PM > *To: *"users@royale.apache.org" > *Subject: *Re: Linkage problem for asjs compiler > > Same p

Re: Linkage problem for asjs compiler

2018-12-14 Thread Harbs
a SWC? > > Thanks, > -Alex > > From: mrchnk > Reply-To: "users@royale.apache.org" > Date: Thursday, December 13, 2018 at 10:24 PM > To: "users@royale.apache.org" > Subject: Re: Linkage problem for asjs compiler > > Same problem with the ni

Re: Linkage problem for asjs compiler

2018-12-14 Thread Alex Harui
Subject: Re: Linkage problem for asjs compiler Same problem with the nightly build. I also asked about my issue in openfl community. I think that problem may be related to circular dependencies in my code. Is there any way that can be handled automatically by royale compiler? On Thu, Dec 13, 2

Re: Linkage problem for asjs compiler

2018-12-13 Thread mrchnk
Same problem with the nightly build. I also asked about my issue in openfl community. I think that problem may be related to circular dependencies in my code. Is there any way that can be handled automatically by royale compiler? On Thu, Dec 13, 2018 at 11:23 PM Alex Harui wrote: > Hi, > > > >

Re: Linkage problem for asjs compiler

2018-12-13 Thread Alex Harui
Hi, Try a nightly build of Royale. I think some things have been fixed in the calculation of dependencies. I think if you are using npm, you can uninstall royale and then: npm install