On 9/29/16, 7:02 PM, "Greg Dove" <greg.d...@gmail.com> wrote:
>I found one cause of the circular dependencies, that usedNames change was >only in the mxml emitter, sorry that was a bad suggestion (I was not >looking at the code at the time). > >I am currently looking at options, I will try it with the change I found >(removing a formatQualifiedName call in PackageFooterEmitter) > >I guess I am not sure what makes sense here in terms of finding the right >balance. I am also looking into a solution. IMO, many of the calls to formatQualifiedName should have the "isDoc" parameter set to true because you don't want to add the name to the used names. -Alex