RE: Dependency Missing

2018-12-11 Thread Yishay Weiss
>The dependency you posted below indicates that it is one of your files, which >must be being used by another one of your files, so the question is whether >the file that couldn't find that dependency is in your source >path or is >coming from a SWC that was compiled earlier. It was coming

Re: Dependency Missing

2018-11-30 Thread Alex Harui
vember 30, 2018 3:21:41 PM To: dev@royale.apache.org Subject: Re: Dependency Missing Thanks for the explanation. Manually deleting js-debug fixed it. I had thought running ant clean would be sufficient... Anyway, it's working now. From:

RE: Dependency Missing

2018-11-30 Thread Yishay Weiss
into it. From: Yishay Weiss Sent: Friday, November 30, 2018 3:21:41 PM To: dev@royale.apache.org Subject: Re: Dependency Missing Thanks for the explanation. Manually deleting js-debug fixed it. I had thought running ant clean would be sufficient... Anyway, it's working now

Re: Dependency Missing

2018-11-30 Thread Yishay Weiss
se? From: Alex Harui Sent: Wednesday, November 28, 2018 7:03:55 PM To: dev@royale.apache.org Subject: Re: Dependency Missing What is the "dependency list" you are referring to? On 11/28/18, 8:55 AM, &

Re: Dependency Missing

2018-11-29 Thread Alex Harui
} When I inspect this I see that gd.className == A, and gd.fileInfo.staticDeps[0] is also A. Does that make sense? From: Alex Harui Sent: Wednesday, November 28, 2018 7:03:55

RE: Dependency Missing

2018-11-29 Thread Yishay Weiss
ay, November 28, 2018 7:03:55 PM To: dev@royale.apache.org Subject: Re: Dependency Missing What is the "dependency list" you are referring to? On 11/28/18, 8:55 AM, "Yishay Weiss" wrote: Hi Alex, It looks like commit 3252eb312b09cbf5270d78aadc785d757743d323 (fix dep

Re: Dependency Missing

2018-11-28 Thread Alex Harui
Also make sure you cleaned out your bin/js-debug folder. The dependency calculation can change where the requires go and the cached values are now invalid. -Alex On 11/28/18, 9:04 AM, "Alex Harui" wrote: What is the "dependency list" you are referring to? On 11/28/18, 8:55 AM,

Re: Dependency Missing

2018-11-28 Thread Alex Harui
What is the "dependency list" you are referring to? On 11/28/18, 8:55 AM, "Yishay Weiss" wrote: Hi Alex, It looks like commit 3252eb312b09cbf5270d78aadc785d757743d323 (fix deps writing when we promote requires from static initializers) in the compiler has broken our app. One