Hi Lizhi, I don’t think this is a “bug” that will be fixed. It’s more of a limitation which is probably not going away.
Resolving circulars so static consts (or initialized vars) can be used for custom types is not really a solvable problem unless there is a class initialization stage after loading all files. That will add more code and overhead. The compiler used to spend more cycles putting the files into an order which resolves this circular behavior but it’s ultimately not completely solvable. I think avoiding that coding pattern is a better solution. Maybe Alex who worked on these changes has further comments. If it’s important to initialize static values, I’d probably recommend an initialization phase in your app which makes these assignments. HTH, Harbs > On Sep 7, 2017, at 12:30 PM, lizhi <[email protected]> wrote: > > Thank you for finding the improvement. But I'm not going to change this part > of the code. I'm sure this is SDK bug, not code bug. I will wait for SDK to > fix the bug, such as SDK to version 1, to engage in flexjs, first do other > things recently. > > > > ----- > spriteflexjs.com > -- > Sent from: http://apache-flex-development.2333347.n4.nabble.com/
