On Wed, Jul 22, 2015 at 12:50 PM, Josh Tynjala <joshtynj...@gmail.com> wrote:
> #1 appears to fixed. Thanks! > > I confirmed in the issue comments that FLEX-34866 appears to be the same > issue. > > - Josh > > Josh, when you have time, could you write up a test class that illustrates all the issues and then a javascript output that would show what you would expect the cross compile to look like from the .as class? If you could do this for me, it would speed up my time at least getting the issues you show and there solutions working. My head is in like 10 places this month so I am not "into this" but, if I was just matching up as patterns and making it work to js with all the tests still passing, I would have a better chance getting this done quicker. Mike > On Wed, Jul 22, 2015 at 4:21 AM, Michael Schmalle < > teotigraphix...@gmail.com > > wrote: > > > Fixed #1 > > > > I think we already had an issue about what you are running into with #2 > > > > https://issues.apache.org/jira/browse/FLEX-34866 > > > > Coming back to this I am a bit rusty. I think I could get it done this > week > > some time, I can't commit to that since my free time has been non > existent > > the last 3 weeks. > > > > Mike > > > > On Tue, Jul 21, 2015 at 8:48 PM, Josh Tynjala <joshtynj...@gmail.com> > > wrote: > > > > > I found workarounds for both issues, so I'm not blocked. They can wait > a > > > bit. > > > > > > - Josh > > > On Jul 21, 2015 4:57 PM, "Alex Harui" <aha...@adobe.com> wrote: > > > > > > > Hi Josh, > > > > > > > > What’s your level of urgency on these? > > > > > > > > -Alex > > > > > > > > On 7/21/15, 4:44 PM, "Josh Tynjala" <joshtynj...@gmail.com> wrote: > > > > > > > > >The first one affects externc and JS.swc: > > > > > > > > > >Object class in JS.swc is not dynamic, resulting in error when > setting > > > > >properties > > > > >https://issues.apache.org/jira/browse/FLEX-34912 > > > > > > > > > >With the second one, the emitter is storing default values for > member > > > > >variables incorrectly: > > > > > > > > > >Types passed by reference should not be stored on the prototype > > because > > > > >they are shared by all instances > > > > >https://issues.apache.org/jira/browse/FLEX-34913 > > > > > > > > > >- Josh > > > > > > > > > > > > > >