Old minidumps in official jenkins artifacts

2019-01-22 Thread mrchnk
Hello, There were some issues with compilation on official jenkins ci ( http://apacheroyaleci.westus2.cloudapp.azure.com:8080/) So some huge minidump reports were created: royale-asjs/frameworks/js/projects/MXRoyaleJS/hs_err_pid21764.mdmp 283 MB

Re: Linkage problem for asjs compiler

2019-01-16 Thread mrchnk
I tried a latest nightly build and that issue is not reproduced anymore. Thanks, Alex! On Mon, Jan 14, 2019 at 9:58 PM Alex Harui wrote: > Hmm, > > > > I wonder if I just missed that the first time? I just pushed a fix for > this latest problem. > > > > Thanks, &g

Re: Linkage problem for asjs compiler

2019-01-11 Thread mrchnk
EMS = 2 which means there were some warnings. > > FAILED_WITH_ERRORS = 3 which means there were some errors. > > > > So that makes sense, I think. > > > > Please post a link to the compiler output. > > > > Thanks, > > -Alex > > > > *

Re: Linkage problem for asjs compiler

2019-01-03 Thread mrchnk
che.org" > *Subject: *Re: Linkage problem for asjs compiler > > > > OK, I think it is the “internal” classes. I have a few other things in my > queue, then I should be able to get to it if nobody else does first. > > > > -Alex > > > > *From: *mrchnk

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 mrchnk
ent:Client) { forClient.done(); } } class Client { function doSomething() { Facade.api.doSomething(this); } function done() { trace("done"); } } On Tue, Dec 18, 2018 at 10:00 PM mrchnk wrote: > I think the pr

Re: Linkage problem for asjs compiler

2018-12-18 Thread mrchnk
I think the problem with that classes that SimpleTimeline extends Animation, but Animation has fields (static too) with type SimpleTimeline. On Tue, Dec 18, 2018 at 9:54 PM mrchnk wrote: > Hi, Alex. > > I tried build #1713. Log output says that following circular dependency i

Re: Linkage problem for asjs compiler

2018-12-18 Thread mrchnk
.as and .js files mentioned in that dependency https://gist.github.com/mrchnk/caba399919690a785761242c35e5a01a Build output and warnings are available at the old location (with prefix 1713-): https://drive.google.com/open?id=17IRbQ1xAfpAirjbW6YjQPFEYHmL1HnhC On Tue, Dec 18, 2018 at 11:43 AM Alex

Re: Linkage problem for asjs compiler

2018-12-17 Thread mrchnk
on’t have much time to work on > it until Sunday evening. > > > > I did notice that openfl.swc does not contain externs/typedefs. That > might be an issue for minification some day. > > > > -Alex > > > > > > *From: *mrchnk > *Reply-To: *"users

Re: Linkage problem for asjs compiler

2018-12-14 Thread mrchnk
Alex, here are files you requested: https://gist.github.com/mrchnk/c0965fdfef6caf0632acc78d1138940c I used npm distribution of openfl version 8.7.0. You can download it into the current directory using npm or yarn package manager: npm install openfl@8.7.0 After that command, you can find

Re: Linkage problem for asjs compiler

2018-12-14 Thread mrchnk
ht > away as I am at the end of my work day. > > Also post links to Client.as, Client.js, OasisClient.as, OasisClient.js, > OasisHTML5Launcher.as, OasisHTML5Launcher.js > > And also verify how the compiler “should” find Client.js. Is Client.as in > the source-path or is Cli

Re: Linkage problem for asjs compiler

2018-12-13 Thread mrchnk
sjs/lastSuccessfulBuild/artifact/out/apache-royale-0.9.6-bin-js.tar.gz > > > > No guarantees that will fix your issue, but at least we can eliminate some > possibilities. > > > > HTH, > > -Alex > > > > *From: *mrchnk > *Reply-To: *"u