joshtynjala commented on issue #167: URL: https://github.com/apache/royale-compiler/issues/167#issuecomment-1006824046
Just confirming that I able still able to reproduce this issue with the latest compiler. It does appear to be a static dependency ordering issue. `org.apache.royale.utils.UIDUtil` is not being loaded before `mx.collections.XMLListAdapter`, as it should when `mx.collections.XMLListCollection` is accessed from a static variable. I assume that the `goog.addDependency()` calls that we generate need to be tweaked a bit to fix this. However, I am not super familiar with that part of the compiler code, so I don't have a plan for how to proceed at this time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
